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
a97e0543cb
RIOT
/
boards
/
waspmote-pro
/
Makefile
6 lines
85 B
Makefile
Raw
Normal View
History
Unescape
Escape
boards/waspmote-pro: add support for Waspmote PRO v1.2
2016-03-20 14:36:15 +01:00
MODULE
=
board
boards/common/atmega: Refactoring periph_conf.h - Moved code for periph_conf of all ATmega based boards to boards/common/atmega - Added possibility to override config from individual board: - Named file `periph_conf_atmega_common.h` and let this be included from `board/$BOARD/include/periph_conf.h` to allow modifications - Guarded individual periph configs by `#ifndef $PERIPH_NUMOF` ... `#endif`
2019-02-17 14:05:48 +01:00
DIRS
=
$(
RIOTBOARD
)
/common/atmega
boards/waspmote-pro: add support for Waspmote PRO v1.2
2016-03-20 14:36:15 +01:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
Copy Permalink