aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/st_lld.c
Commit message (Expand)AuthorAgeFilesLines
* Now ST can also use RTC1. Added NRF51_ST_PRIORITY for interrupts.Stephane D'Alu2016-02-141-16/+104
* deal with 16bits systime_tStephane D'Alu2016-02-061-16/+24
* fixed tickless for RTC, removed it for TIMERStephane D'Alu2016-02-061-47/+1
* try to implement tick-less modeStephane D'Alu2016-02-061-4/+89
* use mcuconf.h with NRF51_SYSTEM_TICKS to select the timer source (TIMER or RTC)Stephane D'Alu2016-02-051-1/+57
* moved from HFCLK TIMER to RTC LFCLKStephane D'Alu2016-02-051-25/+13
* Add TIMER0 based ticker for OSFabio Utzig2015-05-131-0/+48
* Add basic HAL/ST driversFabio Utzig2015-05-121-0/+67