Levin Li
|
043df95d8d
|
arch/arm/include/nrf52/ and arch/arm/src/nrf52: 1. Added 52840 family support 2. Use common irq and memory layout header file for 52832 & 52840.
|
2019-03-12 09:43:49 -06:00 |
|
Dave Marples
|
d0cda60442
|
In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts.
|
2018-12-03 17:41:59 -06:00 |
|
Gregory Nutt
|
cb374e6e62
|
arch/: Clean up some naming and spacing.
|
2018-06-20 15:38:06 -06:00 |
|
Alan Carvalho de Assis
|
745a498ce2
|
arch/arm/include/nrf52: All nRF52 IRQs above NRF52_IRQ_TEMP were wrong.
|
2018-04-26 22:03:50 -06:00 |
|
Janne Rosberg
|
d608f6943b
|
arch/arm/src/nrf52: Initial support for the NRF52
|
2018-03-26 10:37:32 -06:00 |
|