This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2024-11-18 12:05:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
d008bf8a76
contiki
/
platform
/
mbxxx
/
dev
/
irq.c
12 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
Fixed mbxxx platform
2013-07-11 15:50:15 +00:00
/**
*
\
addtogroup
mbxxx
-
platform
*
*
@
{
*/
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.
2011-04-01 08:22:29 +00:00
void
irq_init
(
void
)
{
}
Fixed mbxxx platform
2013-07-11 15:50:15 +00:00
/** @} */
Reference in New Issue
Copy Permalink