support.bits: fix __getitem__ for negative keys Fixes #244
by Radovan Blažek 4 years 1 month
047ed151
support.data_logger: add InfluxDB2DataLogger.
by Lukas Rieger 4 years 1 month
13177a59
software: require libusb1 version with Windows binary wheels.
by whitequark 4 years 1 month
1b927ca1
applet.sensor.scd30: add a note about the startup delay
by Attie Grande 4 years 1 month
3e72f0af
applet.sensor.scd30: add a note about starting the sensor first
by Attie Grande 4 years 1 month
85734726
README: update acknowledgements.
by whitequark 4 years 1 month
3ab81e5b
cli: use correct module name in logger when running via `-m`.
by whitequark 4 years 1 month
f6d8fda1
applet.interface.uart: only shield from cancellation on socket side. Cancellation from the socket side means a client disconnected. Cancellation from the FIFO side means the applet is shutting down.
by whitequark 4 years 1 month
c5cc326e
device.hardware: fix enumeration on Windows. While it would make sense for hotplugRegisterCallback() with flags set to HOTPLUG_ENUMERATE to call the function for each discovered device on Windows in spite of the lack of true hotplug, that was not a correct assumption.
by whitequark 4 years 1 month
e4124941
firmware: remove LED abstraction. NFCI. This abstraction never worked well; the ACT LED manipulation was half inlined because function calls are tricky in interrupts, and the ICE LED manipulation was moved to the FPGA code in commit 23aacd73. Get rid of it, simplify the code, and make the firmware smaller. Also, rename LED constants to match the board silkscreen.
by whitequark 4 years 1 month
cf871da7
Report a bug