Files for platform mbxxx.
MBXXX is a fake platform that actually include all the platforms based on STM32W108 microcontroller. Detection of the board is made at runtime, at the expense of code size.
This commit is contained in:
parent
0105057c44
commit
738c5dcd4b
16 changed files with 2024 additions and 0 deletions
5
platform/mbxxx/dev/irq.c
Normal file
5
platform/mbxxx/dev/irq.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
void
|
||||
irq_init(void)
|
||||
{
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue