-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Micro:bit interrupt priorities, tick timing.
* microbit/adainclude/FreeRTOSConfig.h: allow 10 priority levels. Adjust comments to note that Interrupt_Priority is 8 to 10. * microbit/adainclude/nrf51_clock.adb: adjust comments as above. * microbit/adainclude/system.ads: likewise. (Tick): set to 1.0 / 1024. (Max_Interrupt_Priority): increased to 10.
- Loading branch information
1 parent
1442541
commit dd7cd7c
Showing
3 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters