Fix fifo overrun
by Jaroslav Malec 5 years 2 months
d5940c30
Add ByteFifo prototype
by Jaroslav Malec 5 years 2 months
91b50170
MainBoard: 4 layers, motors connector, DRV8833, li...
by Jaroslav Páral 5 years 3 months
MainBoard: 4 layers, motors connector, DRV8833, libraries

- set 4 layers stack + change DRC setting about same signals, the rest is still same (possible place
for improvements due to 4 layers stack and https://jlcpcb.com/capabilities/Capabilities)
- motors connectors - remove terminal blocks, replace pinheads with JST-PH6 (2mm x 6 pins)
- DRV8833
- improve `DRV8833.lbr` library - fix thermal GND pad under the package
- reroute on DPS and add thermal VIAs according http://www.ti.com/lit/an/slma004b/slma004b.pdf
- reroute `Q1` and `Q2` + main power terminal block
- libraries - add `jst-ph.lbr` and document `LIBRARIES.md` with source info about used libraries
- please extend the `LIBRARIES.md` in the feature
b98f9b82
Add USART1 receive logic
by Jaroslav Malec 5 years 3 months
41c46bb7
Add DMA-enabled transmission for USART1
by Jaroslav Malec 5 years 3 months
67abf503
Add working USART1 initialization
by Jaroslav Malec 5 years 3 months
aab4603c
Add bsp.hpp, add USART WIP
by Jaroslav Malec 5 years 3 months
b7a6aba7
MainBoardBRD: route power supply parts
by Jaroslav Páral 5 years 3 months
MainBoardBRD: route power supply parts

Routed:
- on/off power transistor Q1. Q2
- power supply step-ups
- servos power supply
- apply `robotikabrno.dru`
ad2aec9e
Remove HID thing from USB
by Jaroslav Malec 5 years 3 months
e8a4ba61
Merge pull request #5 from RoboticsBrno/fw-cdc
by Jaroslav Malec 5 years 3 months
Merge pull request #5 from RoboticsBrno/fw-cdc

Add CDC loopback
86a5e16b
Report a bug