aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx/onewire/search_rom_synth.c
Commit message (Collapse)AuthorAgeFilesLines
* 1-Wire. Duplicated code from testhal apllications moved to separate directory.barthess2016-10-181-370/+0
|
* 1-wire improvements.barthess2016-05-311-8/+8
| | | | | | | | | 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.
* [1-wire] Added testhal for STM32F0xx familybarthess2014-12-271-0/+370