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:
Salvatore Pitrulli 2011-04-01 10:22:29 +02:00 committed by Salvatore Pitrulli
parent 0105057c44
commit 738c5dcd4b
16 changed files with 2024 additions and 0 deletions

5
platform/mbxxx/dev/irq.c Normal file
View file

@ -0,0 +1,5 @@
void
irq_init(void)
{
}