Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change qei types to int16_t | Peter | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | fixed bad commit | Stephane D'Alu | 2016-11-24 | 1 | -13/+0 |
| | |||||
* | Merge branch 'pwmfix' of https://github.com/sdalu/ChibiOS-Contrib into pwmfix | Stephane D'Alu | 2016-11-24 | 1 | -0/+13 |
|\ | | | | | | | | | Conflicts: os/hal/ports/NRF5/NRF51822/hal_pwm_lld.c | ||||
| * | Wrong roundup for prescaler 7 | Stéphane D'Alu | 2016-11-24 | 1 | -1/+1 |
| | | |||||
* | | fixed style | Stephane D'Alu | 2016-11-24 | 1 | -73/+73 |
|/ | |||||
* | reducing to one magical value, putting reference to nrf51-pwm-library | Stephane D'Alu | 2016-11-24 | 1 | -2/+17 |
| | |||||
* | Use active wait and perform extra toggle if needed. (same as the nrf_pwm) | Stephane D'Alu | 2016-11-20 | 2 | -45/+98 |
| | |||||
* | PSEL renamed in nrf52 | Stephane D'Alu | 2016-07-11 | 2 | -1/+12 |
| | |||||
* | moved i2c to LLD | Stephane D'Alu | 2016-07-11 | 4 | -20/+40 |
| | |||||
* | moved spi to LLD | Stephane D'Alu | 2016-07-11 | 5 | -8/+21 |
| | |||||
* | changed asm to __asm. (is it right?) | Stephane D'Alu | 2016-07-11 | 1 | -1/+1 |
| | |||||
* | deal with write buffer | Stephane D'Alu | 2016-07-11 | 6 | -13/+83 |
| | |||||
* | moved QEI to LLD | Stephane D'Alu | 2016-07-10 | 6 | -7/+22 |
| | |||||
* | todo | Stephane D'Alu | 2016-07-10 | 1 | -0/+6 |
| | |||||
* | removed prototype for undefined function nrf51_clock_init | Stephane D'Alu | 2016-07-10 | 2 | -2/+0 |
| | |||||
* | moved GPT to LLD | Stephane D'Alu | 2016-07-10 | 5 | -6/+12 |
| | |||||
* | Use OUT instead of IN to when toggling pad | Stephane D'Alu | 2016-07-10 | 1 | -1/+1 |
| | |||||
* | assert that watchdog can't be restarted | Stephane D'Alu | 2016-07-10 | 1 | -1/+5 |
| | |||||
* | moved wdg to LLD | Stephane D'Alu | 2016-07-10 | 2 | -2/+6 |
| | |||||
* | moved wdg to LLD | Stephane D'Alu | 2016-07-10 | 2 | -296/+0 |
| | |||||
* | use anonymous struct, fixed used og wrong vector interrupt | Stephane D'Alu | 2016-07-10 | 2 | -0/+296 |
| | |||||
* | fixed pause behaviour (paused if set to 0 not 1) | Stephane D'Alu | 2016-07-10 | 2 | -10/+29 |
| | |||||
* | removed useless field power_on_write | Stephane D'Alu | 2016-07-10 | 1 | -7/+0 |
| | |||||
* | moved rng to LLD directory. | Stephane D'Alu | 2016-07-10 | 7 | -47/+42 |
| | | | | | removed rng power control (doesn't exist in nrf52, wasn't documented in nrf51) renamed peripheral to start at 0 | ||||
* | adding note on RTC0 and TIMER0 as systicks | Stephane D'Alu | 2016-07-10 | 1 | -0/+5 |
| | |||||
* | Use RTC1 as default system ticks as PPI has pre-programmed channels for RTC0 | Stephane D'Alu | 2016-07-10 | 1 | -8/+0 |
| | |||||
* | renamed NRF51_* to NRF5_* | Stephane D'Alu | 2016-07-10 | 27 | -384/+397 |
| | |||||
* | correct clock speed | Stephane D'Alu | 2016-07-10 | 1 | -10/+5 |
| | |||||
* | use constantes | Stephane D'Alu | 2016-07-10 | 1 | -2/+2 |
| | |||||
* | serie -> series | Stephane D'Alu | 2016-07-10 | 5 | -11/+11 |
| | |||||
* | NRF52832 implementation | Stephane D'Alu | 2016-07-09 | 16 | -39/+17371 |
| | |||||
* | updated to SDK11 | Stephane D'Alu | 2016-07-08 | 2 | -7163/+6938 |
| | |||||
* | renamed port to NRF5 to make room for NRF52832 chip | Stephane D'Alu | 2016-07-08 | 32 | -0/+15159 |