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
b01c6707a5
RIOT
/
cpu
/
msp430fxyz
/
Makefile.include
4 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
cpu: moved msp430-common to msp430_common
2017-01-13 13:33:32 +01:00
i
n
c
l
u
d
e
$(
RIOTCPU
)
/
m
s
p
4
3
0
_
c
o
m
m
o
n
/
M
a
k
e
f
i
l
e
.
i
n
c
l
u
d
e
cpu/msp430fxyz: added peripheral timer driver
2015-08-26 18:40:22 +02:00
periph_common: add as dependency to periph drivers Rational: the periph_common module is required by (most) other periph drivers and also during startup of the CPU/MCU to run periph_init. The latter is only required if other periph drivers are used, hence periph_common should be a depency of periph_* modules and *not* of the CPU/MCU. This PR fixes that by making periph_common a depency of periph_* and removing the explicit include in the CPU/MCU implementation.
2018-09-07 22:09:52 +02:00
export
USEMODULE
+=
periph stdio_uart
Copy Permalink