Commit Graph

7 Commits

Author SHA1 Message Date
Gergely Nagy
184f59628a dfu-util: Replace the win32-x64 version with upstream's static
Instead of using Arduino's build of dfu-util on win32-x64, use
upstream's static build. Arduino's version is segfaulting, while we can
successfully flash with the original upstream build.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2022-06-09 18:09:53 +02:00
Jesse Vincent
b20b573412 Update Linux dfu-util to a manually built 0.11 that targets an older glibc 2022-06-02 10:41:02 -07:00
Jesse Vincent
2e314f78ab Update to Arduino's builds of dfu-util 0.11 for Win32-64 and Linux-64 in
the hopes of solving the spurious "Error 251" errors
2022-06-01 16:29:22 -07:00
Jesse Vincent
5f246e1228 Add -arch to the dfu static path. Move the linux and win32 builds to
their new homes
2022-06-01 16:27:10 -07:00
Jesse Vincent
d11c3d1b22 Add statically linked ARM and X86-64 darwin builds of dfu-util 0.11 2022-06-01 16:12:56 -07:00
Jesse Vincent
2ff9540dbe Move dfu-util to the correct directory. (We still have a linker issue) 2022-05-23 14:53:07 -07:00
Gergely Nagy
bb97194d42 hardware: Initial Keyboardio Model100 support
This is the initial part of teaching Chrysalis about the Keyboardio Model100.
Flashing is currently done via an external program (shipped with Chrysalis, as
usual), and a few things may need tweaking, but most of it is there and working.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2022-02-28 12:27:13 +01:00