Zachary Levy zack
  • Joined on 2022-08-01
zack created repository BFPOWER/libusb-odin 2024-10-10 03:00:17 +00:00
zack pushed to master at BFPOWER/physical 2024-10-04 14:58:04 +00:00
0212119232 Added UsbIO struct to bundle input and output
zack pushed to master at BFPOWER/physical 2024-10-04 14:27:52 +00:00
8f38edc434 Added UsbIO struct to bundle input and output
zack pushed to master at BFPOWER/physical 2024-10-04 14:04:37 +00:00
9215283c99 Added UsbIO struct to bundle input and output
zack pushed to master at BFPOWER/physical 2024-07-14 06:16:08 +00:00
a9f46c549e Switched custom quantities to using a macro for generation.
zack pushed to master at BFPOWER/physical 2024-07-13 19:29:25 +00:00
ec497fb256 Switched custom quantities to using a macro for generation.
zack pushed to master at BFPOWER/physical 2024-07-11 14:51:57 +00:00
c72766cd31 Switched custom quantities to using a macro for generation.
zack pushed to master at BFPOWER/physical 2024-07-11 05:06:20 +00:00
d85c92bf5d Switched custom quantities to using a macro for generation.
zack pushed to master at BFPOWER/physical 2024-07-11 01:52:39 +00:00
da5fca74ef Migrated from uom to custom quantity implementation.
zack pushed to master at BFPOWER/physical 2024-07-10 23:32:49 +00:00
bd4908fe93 Migrated from uom to custom quantity implementation.
zack pushed to master at BFPOWER/physical 2024-07-10 22:31:11 +00:00
991b861239 Migrated from uom to custom quantity implementation.
zack pushed to master at BFPOWER/physical 2024-07-10 21:02:34 +00:00
0a8c897100 Migrated from uom to custom quantity implementation.
zack pushed to master at BFPOWER/physical 2024-07-09 17:48:17 +00:00
8a23429e5f Added custom irradiance quantity
zack pushed to master at BFPOWER/physical 2024-07-08 20:05:00 +00:00
96ae59087e - Modified some thermocouple functions to use f64 instead of f32
zack closed issue BFPOWER/physical#13 2024-07-02 22:35:27 +00:00
The comms::Receiver implementation for stm32::usb only works if the largest message ever sent is smaller than a single USB packet.
zack commented on issue BFPOWER/physical#13 2024-07-02 22:35:06 +00:00
The comms::Receiver implementation for stm32::usb only works if the largest message ever sent is smaller than a single USB packet.

Addressed with feature flag in 403df6f5f42c8a66e0a35aa24a0bcd533e86f261

zack pushed to master at BFPOWER/physical 2024-07-02 22:32:24 +00:00
403df6f5f4 Added feature flag for single packet messages so we can have an optimized version when we don't need to check data over multiple packets.
zack opened issue BFPOWER/physical#13 2024-07-02 22:15:43 +00:00
The comms::Receiver implementation for stm32::usb only works if the largest message ever sent is smaller than a single USB packet.
zack pushed to master at BFPOWER/physical 2024-07-02 21:45:12 +00:00
zack pushed to master at BFPOWER/physical 2024-06-27 19:25:40 +00:00
b5695fe6f5 Added comms::Result