mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9f429d6768
After releasing the 6LoWPAN clicker, MikroE released yet another PIC32 based clicker named the PIC32MX clicker. To avoid any confusion between the two boards, pic32-clicker is renamed to 6lowpan-clicker. Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
8 lines
205 B
Makefile
8 lines
205 B
Makefile
CPU = mips_pic32mx
|
|
CPU_MODEL = p32mx470f512h
|
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
FEATURES_PROVIDED += periph_gpio
|
|
FEATURES_PROVIDED += periph_timer
|
|
FEATURES_PROVIDED += periph_uart
|