Skip to content

Commit

Permalink
Implement WebUSB and upgrade WinUSB to 2.0 (#107)
Browse files Browse the repository at this point in the history
* Implement webusb and winusb 2.0 specs

* Add missing constants

* Refactor string system, add support for USB2.1

* Uncapitalize the panda

* Add USB 2.0 extension descriptor and device qualifier getter

* Sleep during reconnect process to be more reliable

* Disable compiler optimizations because they break SPI coms
  • Loading branch information
chrisinajar authored Apr 11, 2018
1 parent 52b2ac0 commit 6dbd8c9
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 51 deletions.
2 changes: 1 addition & 1 deletion board/build.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O2
CFLAGS += -I inc -I ../ -nostdlib -fno-builtin -std=gnu11 -O0
CFLAGS += -Tstm32_flash.ld

CC = arm-none-eabi-gcc
Expand Down
Loading

0 comments on commit 6dbd8c9

Please sign in to comment.