Gunar Schorcht
26030e28af
boards: remove extern mtd_dev_t*
Declarations
2023-12-07 15:32:49 +01:00
Karl Fessel
da51932737
boards: add some missing whitespaces for static tests
2022-09-14 15:11:14 +02:00
Karl Fessel
05f114d0af
doc: fix unbalaced grouping
...
- most were trivial
- missing group close or open
- extra space
- no doxygen comment
- name commad might open an implicit group
this hould also be implicit cosed but does not happen somtimes
- crazy: internal declared groups have to be closed internal
2022-09-14 15:05:25 +02:00
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
40838ee4be
boards/mcb2388: add SAUL config for ADC
...
ADC0 is connected to a potentiometer on the board, so expose this
through SAUL.
2020-04-21 20:47:53 +02:00
Benjamin Valentin
161156b067
boards/mcb2388: enable all timers
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
d906d5aef8
boards/mcb2388: configure second SPI bus
...
SPI0 will always clash with the pins of the LCD display, so if we
want to use both SPI and the display we need to use SPI1.
2020-04-21 20:47:53 +02:00
Benjamin Valentin
9d1a2b5fb4
boards/mcb2388: add I2C config
...
The pins for I2C0 and I2C1 are available on the board,
nothing is wired up to them.
2020-02-26 23:41:38 +01:00
benpicco
b44cf48a87
Merge pull request #13246 from benpicco/lpc23xx-spi
...
cpu/lpc2387: make SPI configurable
2020-02-10 17:01:41 +01:00
Benjamin Valentin
d675eb7cbb
boards/mcb2388: update SPI configuration
2020-02-10 13:41:00 +01:00
Benjamin Valentin
4342d81220
boards/mcb2388: add ADC configuration
...
The MCB2388 has a potentiometer connected to an ADC input.
2020-02-10 13:25:26 +01: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