1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/mulle
Joakim Gebart eff9338e2a boards/mulle: Add fallback for PORT
Fixes a problem with make buildtest if TARGET=mulle and no USB serial device connected:

    $ make buildtest
    Warning: no PORT set!
    Building for Warning: .. failed
    .../riot/Makefile.include:110: *** The specified board Warning: does not exist..  Stop.
    .../riot/Makefile.include:110: *** The specified board Warning: does not exist..  Stop.
    Building for no (no linking) .. failed
    .../riot/Makefile.include:110: *** The specified board no does not exist..  Stop.
    .../riot/Makefile.include:110: *** The specified board no does not exist..  Stop.
    Building for PORT .. failed
    .../riot/Makefile.include:110: *** The specified board PORT does not exist..  Stop.
    .../riot/Makefile.include:110: *** The specified board PORT does not exist..  Stop.
    Building for set! .. failed
    .../riot/Makefile.include:110: *** The specified board set! does not exist..  Stop.
    .../riot/Makefile.include:110: *** The specified board set! does not exist..  Stop.
    Building for airfy-beacon (no linking) .. ^C
2015-07-10 16:55:54 +02:00
..
dist mulle: Update OpenOCD conf to work with 0.9.0 2015-06-24 15:59:14 +02:00
include Merge pull request #3056 from OlegHahm/board_leading_underscore_removal 2015-06-28 17:27:28 +02:00
board_config.c mulle: Initial import of Eistec Mulle board. 2015-03-28 08:32:46 +01:00
board.c boards: adjusted peripheral confs to GPIO changes 2015-06-12 19:12:21 +02:00
Makefile mulle: Initial import of Eistec Mulle board. 2015-03-28 08:32:46 +01:00
Makefile.dep mulle: Initial import of Eistec Mulle board. 2015-03-28 08:32:46 +01:00
Makefile.features mulle: Add PWM configuration 2015-05-20 06:19:51 +02:00
Makefile.include boards/mulle: Add fallback for PORT 2015-07-10 16:55:54 +02:00