Addition bug fixes and tweaks to BLE code.
by Collin Kidder 8 years 3 weeks
0dadb080
Fix 606 CAN query of IO states for both busses Added code to EVIC to attach filters for 606 incoming CAN messages so CANHANDLER can respond if they are received. We had no filter traps for the messages. Now works with either or both busses.
by jrickard 8 years 3 weeks
183e9385
Added a new component to collin.lbr library
by Collin Kidder 8 years 3 weeks
492127dc
Switched to polling in interrupts for BLE
by Collin Kidder 8 years 3 weeks
b6c69328
Tweaked watchdog timeout a little, removed extraneous function in BLE code, tweaked GATT update time a little.
by Collin Kidder 8 years 4 weeks
f58f3708
Changes because BLE library was renamed (to allow it to co-exist with official version on same machine)
by Collin Kidder 8 years 4 weeks
72b1dd4c
Added back in CANIO code that was accidentally removed in some previous revision. It needed updating to the new SystemIO anyway.
by Collin Kidder 8 years 4 weeks
1129fba9
Merge branch 'DEV' of github.com:collin80/GEVCU6 into DEV
by Collin Kidder 8 years 1 month
219a9d68
The BLE code is now fully interrupt driven for everything - updates going both ways. Stability is still somewhat questionable but it works.
by Collin Kidder 8 years 1 month
0646259b
Changed the way the 2.5 second debugging delay is switched on/off
by Collin Kidder 8 years 1 month
79f3c5f7
Report a bug