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
0b6435560e
RIOT
/
cpu
/
lpc2387
/
Makefile.include
4 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
cpu: rename arm_common to arm7_common To be more accurate with the naming and avoid confusions.
2014-11-20 18:59:58 +01:00
i
n
c
l
u
d
e
$(
RIOTCPU
)
/
a
r
m
7
_
c
o
m
m
o
n
/
M
a
k
e
f
i
l
e
.
i
n
c
l
u
d
e
simplified and unified cpu build structure
2013-12-22 20:02:59 +01: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
USEMODULE
+=
arm7_common periph bitfield newlib
Copy Permalink