vkottler / pico

A firmware project for Raspberry Pi microcontrollers.
MIT License
1 stars 0 forks source link

Add initial CLI commands for GPIOs #4

Closed vkottler closed 1 year ago

vkottler commented 1 year ago

Objectives:

vkottler commented 1 year ago

This will be the first test drive of the HAL generation.

Probably we'll find that we want to auto-generate some kind of "to_string" method for registers (and maybe structs themselves?).

vkottler commented 1 year ago

This is next: https://github.com/vkottler/pico/issues/7. Then we can confirm we can do this via UART as well (currently works with semihosting).

vkottler commented 1 year ago

Added LED toggling on https://github.com/vkottler/pico/pull/8, right now we don't really need anything else.