markfirmware

Results 24 comments of markfirmware

@Swoogan @daurnimator Can we provide the tasks from build.zig automatically? https://code.visualstudio.com/api/extension-guides/task-provider

FYI https://discord.com/channels/223421264751099906/302022825752002561/818905779733266453

Is the grammar in working order? Do you typically use some other than linux to run check_parser.sh? I noticed a different version of the grammar at the web page https://github.com/ziglang/www.ziglang.org/blob/0888fffe9589b72245f62766e94581adf4784a12/content/documentation/master/index.html#L13092-L13593

Did not intend to close.

I am not in a position to work on a board itself but I am interested in the general theme of zig on bare metal. When it is convenient to...

It looks like the j-link does provide a serial port that could be used for a diagnostic console: https://www.segger.com/products/debug-probes/j-link/#vcom-functionality That of course is only available when connected.

Your update fixed the device_description - thanks. I see that the %s comes from data such as CONFIG[%s] and I can look at that myself next week.

> I think it might be more efficient to write a python script that takes advantage of the posborne svd file parser. I haven't confirmed how correct it is, but...

May I ask what reference manual you are using for your design? I am using https://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.1.pdf for the microbit.

I read some of cm7.zig. Have you defined all the cm7 registers already?