[riot-commits] [RIOT-OS/RIOT] 739cb8: tests: add README.md for periph_timer
Bear Puncher
weiss.kevin604 at gmail.com
Thu Nov 29 17:33:41 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 739cb85830b3d30185220fd96ac2a6d37ee45280
https://github.com/RIOT-OS/RIOT/commit/739cb85830b3d30185220fd96ac2a6d37ee45280
Author: Sebastian Meiling <s at mlng.net>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
A tests/periph_timer/README.md
M tests/periph_timer/main.c
Log Message:
-----------
tests: add README.md for periph_timer
Moving test description from code to a separate README.md file to reduce
binary size to make the test fit on an arduino-uno.
Commit: 7913811a0f5d2e6e12699aa3ae3d9e1477b4f9ea
https://github.com/RIOT-OS/RIOT/commit/7913811a0f5d2e6e12699aa3ae3d9e1477b4f9ea
Author: Sebastian Meiling <s at mlng.net>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M tests/periph_timer/Makefile
M tests/periph_timer/main.c
Log Message:
-----------
tests: board specific TIMER_SPEED in periph_timer
By default the periph_timer tests wants to init all timers with 1MHz,
which is not suitable for all timers, e.g. the atmega timers cannot
run at that speed to make the test work they need to be set to 250kHz.
Commit: cb852285848c579aafd20cb9e86220e5be6d3ddb
https://github.com/RIOT-OS/RIOT/commit/cb852285848c579aafd20cb9e86220e5be6d3ddb
Author: Kevin "Bear Puncher" Weiss <weiss.kevin604 at gmail.com>
Date: 2018-11-29 (Thu, 29 Nov 2018)
Changed paths:
M tests/periph_timer/Makefile
A tests/periph_timer/README.md
M tests/periph_timer/main.c
Log Message:
-----------
Merge pull request #10516 from smlng/pr/tests/periph_timer
tests/periph_timer: adapt for atmega based boards
Compare: https://github.com/RIOT-OS/RIOT/compare/19f4748a728d...cb852285848c
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list