[ADD] releases: Add Windows Bootloader tool
by t3ddftw 6 years 4 months
4bda5484
[FIX] utility: Remove exit() and use sys.exit to p...
by t3ddftw 6 years 4 months
[FIX] utility: Remove exit() and use sys.exit to prevent pyinstaller error
fede5c53
[ADD] releases: Add releases
by t3ddftw 6 years 4 months
d85b5d17
[ADD] utility: Add Bootloader Script for firmware ...
by t3ddftw 6 years 4 months
[ADD] utility: Add Bootloader Script for firmware upgrades
4c7e059e
[IMP] firmware: Improve Bootloader and move to v 1...
by t3ddftw 6 years 4 months
[IMP] firmware: Improve Bootloader and move to v 1.1
* Use EEPROM to store bootloader lock mode
* Write Reset Vector immediately after erasing 0x00 in NVM
* Remove useless functionality
* Update Platform String
3f1f60a3
[IMP] firmware: Add CLI and config functionality t...
by t3ddftw 6 years 4 months
[IMP] firmware: Add CLI and config functionality to application
* Use EEPROM to store state info
* Add CLI to allow users to interact with device
a26c660e
[IMP] hardware: Minor Rewiring and alignment chang...
by t3ddftw 6 years 4 months
[IMP] hardware: Minor Rewiring and alignment changes
* Improve wiring around FT232R
* Move passives around to allow more room for ground plane
* Update Net Names so they make sense
6489f2b9
[IMP] firmware: Update Application
by t3ddftw 6 years 5 months
[IMP] firmware: Update Application
* Rename io_mappings to mappings to match bootloader
* Add CLI files
* Update handler to use BC127 auto-connect rather than manually connecting
6e7047f4
[IMP] hardware: BlueBus Rev A v4
by t3ddftw 6 years 5 months
[IMP] hardware: BlueBus Rev A v4
* Add quad tri-state buffer to make system UART selectable between the MCU and BT module
* Replace MCP2221A with FT232RQ in order to be able to use even parity UART for BT Module firmware updates
0f04645a
[IMP] hardware: Clean up traces
by t3ddftw 6 years 5 months
[IMP] hardware: Clean up traces
* Clean up trace runs so we use less VIAs
* Ensure that VIAs are not mid-trace on signal lines
19baf9aa
Report a bug