1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Benjamin Valentin
00bbacc7e8 boards/mcb2388: add default MTD backend 2020-09-25 15:26:02 +02:00
d8dde8b629
boards/mcb2388: adapt to new lpc23xx CPU name 2020-07-16 17:01:10 +02:00
Benjamin Valentin
a1276d7cd1 boards/mcb2388: remove XTIMER_OVERHEAD
It's not used anywhere.
2020-04-21 20:47:53 +02:00
Benjamin Valentin
45947c0fcd boards/mcb2388: define flank of the on-board button
Define the button flank for tests that use this define.
2020-04-21 20:47:53 +02:00
Benjamin Valentin
9183d16278 boards: add mcb2388
The MCB2388 Evaluation Board is a development board for the LPC2388 MCU.

LPC2388 and LPC2387 are very simmilar, the only difference is added USB Host
support.
Since this is not used yet, I chose to just pretend it's an lpc2387.

So far, only the two UARTs, LEDs and LCD display are configured.
2020-01-14 21:21:08 +01:00