This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
cbb3e386b4
RIOT
/
boards
/
mcb2388
/
Makefile.dep
5 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
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.
2019-10-24 00:41:35 +02:00
i
f
n
e
q
(
,
$(
filter
saul_default
,
$
(
USEMODULE
)
)
)
boards/mcb2388: add SAUL config for ADC ADC0 is connected to a potentiometer on the board, so expose this through SAUL.
2020-04-15 01:01:37 +02:00
USEMODULE
+=
saul_adc
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.
2019-10-24 00:41:35 +02:00
USEMODULE
+=
saul_gpio
e
n
d
i
f
Copy Permalink