Tool to change all interrupt priorities at once. Check the header file for supported mbed targets.
Dependents: CC3000_Hostdriver KL25Z_FFT_Demo cc3000_hello_world_demo cc3000_simple_socket_demo ... more
Example
#include "NVIC_set_all_priorities.h" int main() { NVIC_set_all_irq_priorities(3); ..... }
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:8acd3bf521ff | 2015-10-16 | frankvnk | TARGET_NUCLEO_F446RE added |
6:c19fcbd73dbc | 2015-10-08 | frankvnk | Added TARGET_STM32F7/TARGET_DISCO_F746NG |
5:b20a6d299688 | 2015-01-18 | frankvnk | Refactored the layout in accordance with the target list at https://github.com/mbedmicro/mbed/tree/master/libraries/mbed/targets/cmsis.; Added new targets |
4:6c8e950d8037 | 2014-07-01 | nullBoundary | Added TARGET_KL46Z |
3:01504ecd2025 | 2013-10-14 | frankvnk | added TARGET_ to LPC176X |
2:676bbfffe9f6 | 2013-10-02 | SolderSplashLabs | Fixed LPC13xx define |
1:c091f2dbc0e5 | 2013-10-02 | frankvnk | added CR to the end of the .cpp file |
0:d3f63dfa84b7 | 2013-09-19 | frankvnk | First release |