forked from am32-firmware/AM32
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
F421: fixed case of ADC.h (matters on Linux)
makefile: added -g to CFLAGS adding -g does not change the size of the build, but gives us debug symbols to make debugging easier makefile: fixed use of MCU flags use the flags for the specific MCU, not just F051 f421: fixed makefile case sensitive and stray white space f421: removed duplicate target makefile: added targets make command lists targets for convenience e230: fixed build with makefile stop overflowing flash makefile: reduce build size main gain is using single precision constants inc: show an error if missing target defines f415: fixed makefile case sensitive for linux builds f421: fixed name of DAKEFPV_F421 show target name instead of "all done" more useful output f415: fixed declaration of gpio_mode_QUICK targets: fixed AT32DEV_F415 build CI: added a CI build workflow added vscode build rules and gdb debug support moved version to Makefile avoids shell commands that are a problem on windows git: ignore generated files vscode: added STLink and JLink debug setups CI: added target to build on windows moved tools to firmware.ardupilot.org more bandwidth available
- Loading branch information
1 parent
2e04461
commit c2aa4c9
Showing
2 changed files
with
78 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters