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);
    .....
}

History

TARGET_NUCLEO_F446RE added default tip

2015-10-16, by frankvnk [Fri, 16 Oct 2015 12:44:40 +0000] rev 7

TARGET_NUCLEO_F446RE added


Added TARGET_STM32F7/TARGET_DISCO_F746NG

2015-10-08, by frankvnk [Thu, 08 Oct 2015 16:45:50 +0000] rev 6

Added TARGET_STM32F7/TARGET_DISCO_F746NG


Refactored the layout in accordance with the target list at https://github.com/mbedmicro/mbed/tree/master/libraries/mbed/targets/cmsis.; Added new targets

2015-01-18, by frankvnk [Sun, 18 Jan 2015 19:16:42 +0000] rev 5

Refactored the layout in accordance with the target list at https://github.com/mbedmicro/mbed/tree/master/libraries/mbed/targets/cmsis.; Added new targets


Added TARGET_KL46Z

2014-07-01, by nullBoundary [Tue, 01 Jul 2014 13:40:28 +0000] rev 4

Added TARGET_KL46Z


added TARGET_ to LPC176X

2013-10-14, by frankvnk [Mon, 14 Oct 2013 13:45:19 +0000] rev 3

added TARGET_ to LPC176X


Fixed LPC13xx define

2013-10-02, by SolderSplashLabs [Wed, 02 Oct 2013 20:18:37 +0000] rev 2

Fixed LPC13xx define


added CR to the end of the .cpp file

2013-10-02, by frankvnk [Wed, 02 Oct 2013 16:59:40 +0000] rev 1

added CR to the end of the .cpp file


First release

2013-09-19, by frankvnk [Thu, 19 Sep 2013 13:38:45 +0000] rev 0

First release