aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/otp.h
Commit message (Collapse)AuthorAgeFilesLines
* board_serial: use a uint8_t bufferAndrew Tridgell2014-07-081-1/+1
| | | | | | we should not be using 'char' for binary APIs, as the C standard does not specify if it is signed or unsigned, so results may not be consistent
* OTP return value cleanupLorenz Meier2014-01-071-56/+51
|
* added otp libraryBuzz2014-01-071-0/+156