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
a345e00fa6
RIOT
/
boards
/
avsextrem
/
Makefile.dep
5 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards: remove duplicate gnrc_netdev_default from Makefile.dep `gnrc_netdev_default` will pull in `netdev_default`, so no need to check for both in `Makefile.dep`
2020-05-04 19:47:27 +02:00
i
f
n
e
q
(
,
$(
filter
netdev_default
,
$
(
USEMODULE
)
)
)
boards/common: clean up msba2 common files The 'msba2' common files have accumulated many empty files are files that do nothing. This makes reasoning about the boards needlessly difficult. Trim down on `common/msba2/` so that it now only contains the setup for the UART/bootloader based flashing. This should eventuelly be moved to `makefiles/tools/`
2019-11-16 11:57:15 +01:00
USEMODULE
+=
cc1100
boards: select 868 MHz band for CC110x
2021-09-16 18:47:44 +02:00
USEMODULE
+=
cc110x_868mhz
boards/common: clean up msba2 common files The 'msba2' common files have accumulated many empty files are files that do nothing. This makes reasoning about the boards needlessly difficult. Trim down on `common/msba2/` so that it now only contains the setup for the UART/bootloader based flashing. This should eventuelly be moved to `makefiles/tools/`
2019-11-16 11:57:15 +01:00
e
n
d
i
f
Copy Permalink