| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Save some DSEG space by marking cmd functions __reentrant | Keith Packard | 2009-10-16 |
| | | | | | | | | __reentrant causes the compiler to place args and locals on the stack instead of in the data segment. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Make eeprom reads and writes across block boundary work | Keith Packard | 2009-09-02 |
| | | | | | | | | | | Reading and writing across the block boundary was not stepping the eeprom position after the partial i/o operation at the end of the first block. This meant that the operation would re-use the end of the previous block, either re-reading or re-writing it. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Use autotools, move altos to src subdir | Keith Packard | 2009-06-04 |
| Signed-off-by: Keith Packard <keithp@keithp.com> | |||
