Merge pull request #48 from RoboticsBrno/sboot
by Vojtěch Boček 4 years 11 months
Merge pull request #48 from RoboticsBrno/sboot

Support building and flashing via sboot
cdb9b071
Auto-reset RBCX into DFU on sboot upload
by Vojtěch Boček 4 years 11 months
f7528199
Implement reboot to DFU via obscure tunnel CDC set...
by Vojtěch Boček 4 years 11 months
Implement reboot to DFU via obscure tunnel CDC settings
1bfb35be
Support building and flashing via sboot
by Vojtěch Boček 4 years 11 months
Support building and flashing via sboot

Updates #33
d198a34f
Merge pull request #47 from RoboticsBrno/usbdebug
by Vojtěch Boček 4 years 11 months
Merge pull request #47 from RoboticsBrno/usbdebug

Implement debug uart via another USB endpoint
bf9e7266
Implement debug uart via another USB endpoint
by Vojtěch Boček 4 years 11 months
0fd3b5c4
Merge pull request #46 from RoboticsBrno/fw_for_1....
by Vojtěch Boček 4 years 11 months
Merge pull request #46 from RoboticsBrno/fw_for_1.1

Update BSP for v1.1, add more debug commands
3c2044b7
Update BSP for v1.1, add more debug commands
by Vojtěch Boček 4 years 11 months
Update BSP for v1.1, add more debug commands

Closes #43
d6090985
Raise priority to prevent USB IRQ from racing with...
by Vojtěch Boček 4 years 11 months
Raise priority to prevent USB IRQ from racing with usb_ep_read/write
7f39775a
Handle USB events in IRQ rather than polling
by Vojtěch Boček 4 years 11 months
Handle USB events in IRQ rather than polling

* The main loop is too slow for Windows drivers due to control
messages decoding taking too long.
ff9bc296
Report a bug