mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
[G4][SYSTEM] Basic & build files
This commit is contained in:
parent
575460ac52
commit
e4d7c4e152
12 changed files with 2330 additions and 4 deletions
|
@ -69,6 +69,9 @@ uint32_t getCycleCounter(void);
|
|||
#if defined(STM32H7) || defined(STM32G4)
|
||||
void systemCheckResetReason(void);
|
||||
#endif
|
||||
#if defined(STM32G4)
|
||||
void systemBOOT0PinBootLoaderEnable(void);
|
||||
#endif
|
||||
|
||||
|
||||
void initialiseMemorySections(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue