Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cargo: rejigger crate type | Brian Cully | 2022-11-06 | 1 | -1/+4 |
| | | | | | | | | | | convert to hybrid crate, with arch-dependent stuff as a ‘bin’ crate, with the underlying support in ‘lib’. the reason for this change is to allow for automated unit-testing on the device-independent bits. to facilitate this, a ‘t’ alias is provided which will run the unit tests. this target assumes you're on a linux system, but you can't have everything. | ||||
* | cargo: remove gdbinit from ‘run’ target | Brian Cully | 2022-11-06 | 1 | -1/+1 |
| | |||||
* | convert to gd32f303 (stm32f103) bluepill variant | Brian Cully | 2022-10-25 | 1 | -10/+3 |
| | |||||
* | Blinky on a hardware timer, with ‘wfi’ in between. | Brian Cully | 2022-08-06 | 1 | -2/+6 |
| | |||||
* | Make ‘cargo run’ start gdb. | Brian Cully | 2022-08-03 | 1 | -0/+1 |
| | |||||
* | Initial bootstrap into ‘main’. | Brian Cully | 2022-08-03 | 1 | -0/+10 |