Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

periph_rtc #5

Open
1 of 3 tasks
jdavid opened this issue Oct 5, 2020 · 0 comments
Open
1 of 3 tasks

periph_rtc #5

jdavid opened this issue Oct 5, 2020 · 0 comments

Comments

@jdavid
Copy link
Member

jdavid commented Oct 5, 2020

  • The waspmote-pro board doesn't have the periph_rtc feature:
$ BOARD=waspmote-pro FFLAGS_EXTRA="-F" make -C tests/periph_rtc
make: Entering directory '/home/jdavid/sandboxes/UiO/wsn_riot/RIOT/tests/periph_rtc'
  • The remote-revb board doesn't have the periph_rtc feature:
$ 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
  • The feather-m0 board does have the periph_rtc feature:
$ 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant