spectraphilic / wsn_riot

RIOT OS for WSN application at UiO
0 stars 0 forks source link

periph_rtc #5

Open jdavid opened 3 years ago

jdavid commented 3 years ago
$ BOARD=waspmote-pro FFLAGS_EXTRA="-F" make -C tests/periph_rtc
make: Entering directory '/home/jdavid/sandboxes/UiO/wsn_riot/RIOT/tests/periph_rtc'
$ BOARD=remote-revb make -C tests/periph_rtc
make: Entering directory '/home/jdavid/sandboxes/UiO/wsn_riot/RIOT/tests/periph_rtc'
There are unsatisfied feature requirements: periph_rtc
$ BOARD=feather-m0 make -C tests/periph_rtc
make: Entering directory '/home/jdavid/sandboxes/UiO/wsn_riot/RIOT/tests/periph_rtc'
Building application "tests_periph_rtc" for "feather-m0" with MCU "samd21".
[...]
   text    data     bss     dec     hex filename
  19200     136    5668   25004    61ac /home/jdavid/sandboxes/UiO/wsn_riot/RIOT/tests/periph_rtc/bin/feather-m0/tests_periph_rtc.elf
make: Leaving directory '/home/jdavid/sandboxes/UiO/wsn_riot/RIOT/tests/periph_rtc'