bldc/applications
Till Rosenband 82e5bcd845 Verify FLASH integrity of MC and APP config with CRC.
* Currently the FW code has CRC checks, but configs are also important!
* This helps maintain FLASH integrity when the config pages are occasionally
  re-written due to odometer updates (later commit).
* If the config CRC checks fail, store the fault and fall back to default config.
* New 'crc' terminal command displays CRC values.
2020-10-04 00:31:31 -04:00
..
app.c Verify FLASH integrity of MC and APP config with CRC. 2020-10-04 00:31:31 -04:00
app.h Verify FLASH integrity of MC and APP config with CRC. 2020-10-04 00:31:31 -04:00
app_adc.c HW60_MK3 support, shutdown fix, added COMM_SET_CURRENT_REL, ramp fix, PPM timeout fix, IRQ prio fix 2019-12-19 16:55:38 +01:00
app_balance.c Lil fixes 2020-07-04 03:35:19 -07:00
app_custom.c
app_custom_template.c FW upload compression support, TS5700N8501 support 2019-12-05 19:50:17 +01:00
app_nunchuk.c Added CHUK_CTRL_TYPE_CURRENT_BIDIRECTIONAL, some fixes on last PR 2020-05-03 22:35:37 +02:00
app_ppm.c App PPM rework - fix previous commit 2020-07-03 15:16:46 +02:00
app_skypuff.c pretty printing 2019-12-09 10:59:04 +05:00
app_sten.c
app_uartcomm.c Major restructuring for dual motor support, and added unity hw files 2020-03-16 18:32:39 +01:00
applications.mk