Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated include guards | barthess | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | 1-wire. Pointless uint8_t changed to more suitable size_t. | barthess | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | 1-wire improvements. | barthess | 2016-05-31 | 1 | -10/+10 |
| | | | | | | | | | 1) Functions reading bit from PAL now return ioline_t type. 2) Functions that handle acquired buffer with acquired bits now use uint8_t type because it corresponds to buffer type. 3) Cryptic bit shifting in bit storage functions replaced by dividion operations because all modern compilers perfectly optimise such operations. | ||||
* | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 1 | -0/+890 |