]> begriffs open source - cmsis-driver-bare/commit
Initial makefile based structure
authorJoe Nelson <joe@begriffs.com>
Sun, 13 Apr 2025 05:00:00 +0000 (00:00 -0500)
committerJoe Nelson <joe@begriffs.com>
Sun, 13 Apr 2025 05:00:00 +0000 (00:00 -0500)
commit597d086450e78e591899ae4e4999eedf3ea8d3b1
tree8d484ead9a15129bc4ff166373c06fb3e2c7ccbb
Initial makefile based structure
15 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
DV_GPIO_Config.h [new file with mode: 0644]
Makefile [new file with mode: 0644]
cmsis [new submodule]
cmsis-dfp-stm32f4 [new submodule]
cmsis-driver-validation [new submodule]
cmsis-validate.c [new file with mode: 0644]
debounce.c [new file with mode: 0644]
debounce.h [new file with mode: 0644]
demo_gpio.c [new file with mode: 0644]
gcc_arm.ld [new file with mode: 0644]
gpio.c [new file with mode: 0644]
sram_vtor.c [new file with mode: 0644]
sram_vtor.h [new file with mode: 0644]