Sam Grove
|
6d250a98c3
|
Merge pull request #2969 from nvlsianpu/nrf52_fix_app_priorities
[nRF52] - switch irq priorities of driver handlers to the lowest level
|
2016-11-03 02:11:58 -05:00 |
Andrzej Puzdrowski
|
1ca0918996
|
nRF52 - switch irq priorities of driver handlers to level (APP_IRQ_PRIORITY_LOWEST) 7.
This is fix for bad settings inherited from nRF5 SDK. It might caused eroneus behavior when nrf_drv API were called form irq context etc.
|
2016-10-10 14:00:29 +02:00 |
Andrzej Puzdrowski
|
5c08a01d0c
|
Intorduce NVIC_SetVector functionality for nRF5 port
# Conflicts:
# hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/serial_api.c
# hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/us_ticker.c
|
2016-10-10 09:45:31 +02:00 |
Christopher Haster
|
26ced98734
|
restructure - Restructured cmsis directory
targets/cmsis -> cmsis
targets/cmsis/TARGET_* -> targets/TARGET_*/device
targets/cmsis/TARGET_*/mbed_rtx.h -> targets/TARGET_*/mbed_rtx.h
|
2016-10-04 17:51:44 -05:00 |
Christopher Haster
|
0bad622a16
|
restructure - Moved targets out to top level
hal/targets -> targets
hal/targets.json -> targets/targets.json
|
2016-09-30 19:18:09 -05:00 |