-
```
The mbed platform uses a patch to re-order #include statements. This was done
to avoid a strange compiler error.
Michael (xinx) reported on 2010/08/03 on the maillist::
The NXP CMSIS header f…
-
Hi, I'm new to mbed, and really wish to compile offline, so first, thank you for your work.
I'm using a quite obscure device: "Xadow M0" based on the LPC11U35FHI33/501 and I'm begging for help to add …
-
```
The mbed platform uses a patch to re-order #include statements. This was done
to avoid a strange compiler error.
Michael (xinx) reported on 2010/08/03 on the maillist::
The NXP CMSIS header f…
-
```
The mbed platform uses a patch to re-order #include statements. This was done
to avoid a strange compiler error.
Michael (xinx) reported on 2010/08/03 on the maillist::
The NXP CMSIS header f…
-
```
The mbed platform uses a patch to re-order #include statements. This was done
to avoid a strange compiler error.
Michael (xinx) reported on 2010/08/03 on the maillist::
The NXP CMSIS header f…
-
Hi, I not so good with prgraming and I would like porting it to mbed. I have seen the portability template http://tmrh20.github.io/RF24/Portability.html but I have no idea how to achive it. For exampl…
-
Any plans to make the rest of the source code open source too?
E.g. the part it talks to the hardware.
Like Trezor has it: https://github.com/trezor/trezor-mcu
If the hardware files provided from th…
-
LPC810 is a Cortex-M0+ microcontroller in DIP-8 package from NXP. NXP provides some code in this package: http://www.lpcware.com/system/files/lpcopen_2_15_lpcxpresso_nxp_lpcxpresso_812.zip and there i…
-
```
The mbed platform uses a patch to re-order #include statements. This was done
to avoid a strange compiler error.
Michael (xinx) reported on 2010/08/03 on the maillist::
The NXP CMSIS header f…
-
Hi I managed to run micropython on the STM32F4DISCOVERY board easily, here are some notes:
- rtc_init has to be commented (for some reason haven't look at it probably I/O is used for something else)
-…