aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo
Commit message (Collapse)AuthorAgeFilesLines
* build: remove ‘-i=mi’ flag from gdb on ‘cargo run’HEADmainBrian Cully2022-12-061-1/+1
|
* cargo: rejigger crate typeBrian Cully2022-11-061-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’ targetBrian Cully2022-11-061-1/+1
|
* convert to gd32f303 (stm32f103) bluepill variantBrian Cully2022-10-251-10/+3
|
* Blinky on a hardware timer, with ‘wfi’ in between.Brian Cully2022-08-061-2/+6
|
* Make ‘cargo run’ start gdb.Brian Cully2022-08-031-0/+1
|
* Initial bootstrap into ‘main’.Brian Cully2022-08-031-0/+10