Daniel Beer
|
29dfb4da84
|
Stop using usleep().
Use nanosleep() on Unix-like systems, and Sleep() on Windows.
|
2012-08-14 15:51:22 +12:00 |
Daniel Beer
|
eae3026f5a
|
flash_bsl: fix error with large block sizes.
|
2012-07-16 10:05:46 +12:00 |
Daniel Beer
|
68f968a637
|
sport: accept baud rates as a plain integer instead of a B* constant.
Integer baud rates are converted to B* constants in the implementation.
|
2012-02-29 16:29:00 +13:00 |
Tamas TEVESZ
|
d98d990752
|
Kill unused variables
Mark those that are unused but can't be killed accordingly.
|
2011-11-15 09:26:35 +13:00 |
Daniel Beer
|
6ac5c5a618
|
Restructuring: move drivers into drivers/
|
2011-09-14 16:15:37 +12:00 |