[riot-commits] [RIOT-OS/RIOT] b4f105: core: SCHED_PRIO_LEVELS==16 for every board
Kaspar Schleiser
kaspar at schleiser.de
Thu Aug 21 20:04:58 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: b4f105f178856643d8af734d0652acfb6fa06fda
https://github.com/RIOT-OS/RIOT/commit/b4f105f178856643d8af734d0652acfb6fa06fda
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-08-18 (Mon, 18 Aug 2014)
Changed paths:
M core/include/sched.h
Log Message:
-----------
core: SCHED_PRIO_LEVELS==16 for every board
Closes #1399.
> Using a different value for SCHED_PRIO_LEVELS for 16 and 32 bit
platforms hurts portability, one thing that we heavily advertise about
RIOT. if you want to write a portable application, then you have to
assume the lower value.
This PR defaults `SCHED_PRIO_LEVELS` to 16 for every board.
Commit: 8538670e120d1abf22634a18c5fa8253e5c93769
https://github.com/RIOT-OS/RIOT/commit/8538670e120d1abf22634a18c5fa8253e5c93769
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M core/include/sched.h
Log Message:
-----------
Merge pull request #1583 from Kijewski/issue-1399
core: SCHED_PRIO_LEVELS==16 for every board
Compare: https://github.com/RIOT-OS/RIOT/compare/280624b440f9...8538670e120d
More information about the commits
mailing list