aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822
Commit message (Collapse)AuthorAgeFilesLines
* renamed port to NRF5 to make room for NRF52832 chipStephane D'Alu2016-07-0832-15159/+0
|
* Merge pull request #87 from sdalu/qeiUladzimir Pylinski2016-07-081-37/+1
|\ | | | | qeiAdjustI
| * added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-071-37/+1
| |
* | code cleanup, fixed testhalStephane D'Alu2016-07-072-13/+32
|/
* move functions to hal_qei.*, fixed commentsStephane D'Alu2016-07-072-154/+48
|
* conditionally add support for overflow variantStephane D'Alu2016-06-292-29/+39
|
* changed counter type to int32_tStephane D'Alu2016-06-291-4/+4
|
* conditionnaly compile accumulator overflow notificationStephane D'Alu2016-06-292-4/+32
|
* cleanupStephane D'Alu2016-06-292-53/+68
|
* created more _lld_ fonctions.Stephane D'Alu2016-06-292-82/+150
|
* conditionally include support for LEDStephane D'Alu2016-06-292-2/+22
|
* renamed QDEC1 to QDEC0, misc...Stephane D'Alu2016-06-292-18/+42
|
* infoStephane D'Alu2016-06-281-0/+4
|
* cleanupStephane D'Alu2016-06-282-63/+61
|
* QEI driver for NRF51Stephane D'Alu2016-06-283-1/+642
|
* Merge pull request #76 from sdalu/priorityFabio Utzig2016-05-297-15/+62
|\ | | | | Enable priority validation, Fixed priorirty (nRF51 use a 2bit priority)
| * Enable priority validation, Fixed priorirty (nRF51 use a 2bits priority)Stephane D'Alu2016-05-177-15/+62
| |
* | allow use of GPIOTE/PPI to drive gpio pin (without callback)Stephane D'Alu2016-05-183-14/+114
|/ | | | changed value of PAL_NOLINE to -1
* added PAL_LINE supportStephane D'Alu2016-05-091-12/+51
| | | | follow template order
* old C styleStephane D'Alu2016-05-051-1/+2
|
* PWM driverStephane D'Alu2016-05-053-1/+646
|
* Fix testhal demos (except for RNG)Fabio Utzig2016-04-042-5/+5
|
* Fix headers guards + style fixesFabio Utzig2016-04-0413-49/+49
|
* Move files to new naming stdFabio Utzig2016-04-0423-23/+23
|
* Fix style and warnings using timer0Fabio Utzig2016-04-042-31/+46
|
* Fix API usage in serial driverFabio Utzig2016-04-031-4/+4
|
* hide shell errorsStephane D'Alu2016-02-211-1/+1
|
* Merge branch 'master' into rngStephane D'Alu2016-02-216-19/+358
|\ | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c
| * Merge pull request #33 from sdalu/rtcFabio Utzig2016-02-155-18/+357
| |\ | | | | | | RTC for System Ticks
| | * Now ST can also use RTC1. Added NRF51_ST_PRIORITY for interrupts.Stephane D'Alu2016-02-142-38/+200
| | | | | | | | | | | | 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-142-6/+8
| | |
| | * exclude TIMER0 from GPT if already used for system ticksStephane D'Alu2016-02-061-1/+6
| | |
| | * protect ChibiOS specific sanity checkStephane D'Alu2016-02-061-1/+1
| | |
| | * fixed compile time error detection for deltatimeStephane D'Alu2016-02-061-4/+4
| | |
| | * deal with 16bits systime_tStephane D'Alu2016-02-061-16/+24
| | |
| | * fixed tickless for RTC, removed it for TIMERStephane D'Alu2016-02-062-86/+7
| | |
| | * try to implement tick-less modeStephane D'Alu2016-02-062-16/+143
| | |
| | * use mcuconf.h with NRF51_SYSTEM_TICKS to select the timer source (TIMER or RTC)Stephane D'Alu2016-02-054-14/+109
| | |
| | * start by a stopStephane D'Alu2016-02-051-1/+1
| | |
| | * moved from HFCLK TIMER to RTC LFCLKStephane D'Alu2016-02-053-26/+45
| | |
* | | Merge branch 'master' into rngStephane D'Alu2016-02-094-0/+286
|\| | | | | | | | | | | | | | Conflicts: os/hal/ports/NRF51/NRF51822/platform.mk
| * | fixed typosStephane D'Alu2016-02-092-3/+3
| | |
| * | add driver to plateform.mkStephane D'Alu2016-02-061-1/+7
| | |
| * | added LFCLK and HFCLK frequenciesStephane D'Alu2016-02-061-0/+3
| | |
| * | s/template/NRF51822/gStephane D'Alu2016-02-062-2/+2
| | |
| * | changed authorStephane D'Alu2016-02-061-1/+1
| | |
| * | Added watchdog WDTStephane D'Alu2016-02-062-0/+277
| |/
* | cleanup, added commentsStephane D'Alu2016-02-091-10/+14
| |
* | cleanupStephane D'Alu2016-02-092-25/+3
| |
* | Random Number Generator driverStephane D'Alu2016-02-083-1/+338
|/