aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/serial_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* updated commentsStephane D'Alu2016-02-021-2/+2
|
* cleaned up PINs configuration and selectionStephane D'Alu2016-02-021-16/+25
|
* hardware flow control from nRF51Stephane D'Alu2016-02-021-7/+31
|
* Cleanup nRF51 serial driverStephen Caudle2015-08-101-68/+120
| | | | | | Use values from bitfields header. Also convert notify1 function to be non-blocking, which seems to be how most of the other serial drivers are implemented.
* Add tx/rx pin configuration to SerialConfigFabio Utzig2015-05-151-8/+14
|
* Use sleep/wakeup for serial driver top-halfFabio Utzig2015-05-141-13/+4
|
* Fix some issues with serial driverFabio Utzig2015-05-141-13/+49
|
* Add initial serial driverFabio Utzig2015-05-131-0/+207