3 changed files with 21 additions and 1 deletions
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
MCU tables for STM32G4 |
||||
*/ |
||||
|
||||
#if defined(STM32G4) |
||||
|
||||
#define STM32_UNKNOWN 0 |
||||
|
||||
mcu_des_t mcu_descriptions[] = { |
||||
}; |
||||
|
||||
const mcu_rev_t silicon_revs[] = { |
||||
}; |
||||
|
||||
#endif // STM32G4
|
||||
|
Loading…
Reference in new issue