diff options
author | tmk <tmk@users.noreply.github.com> | 2015-01-14 07:02:26 +0900 |
---|---|---|
committer | tmk <tmk@users.noreply.github.com> | 2015-01-14 07:02:26 +0900 |
commit | 4785e6d228245a6b3f2dbac81541c24ba93cebfa (patch) | |
tree | 0626d576ad0b412c884a448737ba2ef4ab071607 | |
parent | a94c683ab9d56f9af5019510e51b86ae6d02cec7 (diff) |
Updated mbed cortex porting (markdown)
-rw-r--r-- | mbed-cortex-porting.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mbed-cortex-porting.md b/mbed-cortex-porting.md index cb3e95b96c..5c3614b156 100644 --- a/mbed-cortex-porting.md +++ b/mbed-cortex-porting.md @@ -1,3 +1,10 @@ +## PS/2 converter +Confirmed it works on NXP LPC11U35. +http://developer.mbed.org/platforms/TG-LPC11U35-501/ + +## Infinity support +It runs on Freescale MK20DX128. + ## compile error: cstddef Experienced this with arm-none-eabi-gcc (4.8.2-14ubuntu1+6) 4.8.2 on ubuntu 14.04. |