aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/st_lld.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix style and warnings using timer0Fabio Utzig2016-04-041-9/+24
|
* Now ST can also use RTC1. Added NRF51_ST_PRIORITY for interrupts.Stephane D'Alu2016-02-141-22/+96
| | | | Default values are changed if SOFTDEVICE_PRESENT is defined
* st handle compile-tie error checking instead of gpt, as gpt is included firstStephane D'Alu2016-02-141-1/+8
|
* protect ChibiOS specific sanity checkStephane D'Alu2016-02-061-1/+1
|
* fixed compile time error detection for deltatimeStephane D'Alu2016-02-061-4/+4
|
* fixed tickless for RTC, removed it for TIMERStephane D'Alu2016-02-061-39/+6
|
* try to implement tick-less modeStephane D'Alu2016-02-061-12/+54
|
* use mcuconf.h with NRF51_SYSTEM_TICKS to select the timer source (TIMER or RTC)Stephane D'Alu2016-02-051-0/+25
|
* Add basic HAL/ST driversFabio Utzig2015-05-121-0/+141