Andrew Tridgell
5 years ago
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
support tables for STM32F3 |
||||
*/ |
||||
|
||||
#if defined(STM32F3) |
||||
#define STM32_UNKNOWN 0 |
||||
|
||||
const mcu_des_t mcu_descriptions[] = { |
||||
{ STM32_UNKNOWN, "STM32F3xx", '?'}, |
||||
}; |
||||
|
||||
const mcu_rev_t silicon_revs[] = { |
||||
}; |
||||
|
||||
#endif // STM32F3
|
Loading…
Reference in new issue