microzig/test/chip.zig
Matt Knight b6fc3abbf7
Mimic new stdlib build API (#111)
* start on new docs to match api

* tweak the MicroZig dependency tree

* use microzig_options

* remove empty.zig

* add test programs

* keep it to one arch, bump flash for debug
2023-02-28 01:14:06 -08:00

7 lines
143 B
Zig

pub const types = struct {};
pub const devices = struct {
pub const minimal_chip = struct {};
pub const chip_with_hal = struct {};
};