initial rust build integration
make compile on 32 bit
only include arm unwind code on arm
unwind.h and unwind-arm-common.h from /usr/lib/...
expose unwind functions to link with rust
compile tests as part of default target
avoid warnings with newer compiler and 64 bit m...
reimplement bargraph in rust
make tests compile again
Merge branch 'master' into olpc
make configurage whether to use the soc current...
Merge branch 'master' into olpc
Merge branch 'master' into olpc
make configurable whether to use the soc curren...
add non-truncted bargraph
extract bargraph to function
Merge branch 'master' into olpc
remove support for older slave versions
check the slave versions when coming out of sle...
initial work to make an olpc sleep during long ...
extract the actual execution of the sleep comma...
try to power-cycle the serial port if it doesn'...
handle error when socket() doesn't succeed
slcan_attach has moved, probably should be in t...
make serial_write private and use shared fd var...
track cells which reset while we're running
adjust timeouts and don't reset the serial port...
check the slave versions when coming out of sle...
Merge branch 'master' into olpc
extract the actual execution of the sleep comma...
Merge branch 'master' into olpc
try to power-cycle the serial port if it doesn'...
initial work to make an olpc sleep during long ...
Revert "Added SCREEN_WIDTH define which drives ...
fix up signedness errors
make whether to use the can bus configurable
add closeSerial