|
dRonin
adbada4
dRonin firmware
|
#include <string.h>#include <stm32f30x.h>Go to the source code of this file.
Macros | |
| #define | HANDLER(_name) extern vector _name __attribute__((weak, alias("default_cpu_handler"))) |
Functions | |
| int | main (void) |
| void | _main (void) |
| static void | default_cpu_handler (void) |
| HANDLER (NMI_Handler) | |
| HANDLER (HardFault_Handler) | |
| HANDLER (MemManage_Handler) | |
| HANDLER (BusFault_Handler) | |
| HANDLER (UsageFault_Handler) | |
| HANDLER (DebugMon_Handler) | |
| struct cm3_vectors cpu_vectors | __attribute ((section(".cpu_vectors"))) |