[FIX] firmware_bootloader: Fixes to allow flash writing * Fix protocol decoding issues * Fix issues sending legitimate messages to the host * Fix issues writing data to flash * Document codebase
by t3ddftw 6 years 5 months
ef92dc37
[IMP] firmware_bootloader: Add RX Queue timeout * Add 1 second timeout to RX queue to prevent bytes from becoming stuck
by t3ddftw 6 years 5 months
3be9fb2e
[IMP] hardware: Silkscreen / Power rail update * Adjust silkscreen text for PICKIT to locate it below the pins, rather than under * Remove 45 degree angles from 3.3v rail to PIC24 * Remove skew from the VIN wiring near the 100uF cap
by t3ddftw 6 years 5 months
577bc094
[IMP] firmware: Break Bootload out of Application * Move Bootloader code over to its own project * Update gld scripts and build configurations to match project names * Devise Communication protocol for host to communicate with bootloader * Devise method of flashing firmware to MCU
by t3ddftw 6 years 5 months
76e15956
[ADD] firmware: Begin Bootloader * Add Build config for application / bootloader * Add Application/Bootloader Linker Scripts (Default for now). * Remove gitignore for Makefiles for each configuration so that others can build it correctly too * Move System configuration to config.h so it can be included in both
by t3ddftw 6 years 5 months
0c584d80
[ADD] hardware: Update PWP * Correctly add tStop/bStop layer to TPA6017A2 to remove silkscreen from thermal pad
by t3ddftw 6 years 5 months
36b7ed29
[ADD] hardware: BlueBus v6 * Version bump for new PCB run * Remove passives from IBus line causing I/O issues * Rewire gain settings on TPA6017A2 to 10dB gain, rather than 15.7dB * Ensure all vias are 0.51mm * Add Thermal Pad (PWP) to TPA6017A2 and update footprint to make more sense in mm * Rewire VIN * Rewire 5v regulator BS pin to pull from 5v rail rather than SW line (pre-inductor) per the DS
by t3ddftw 6 years 5 months
32f1eab1
[ADD] firmware: Production Updates * Disable ADC for used ports * Remove Prototype board mappings * Remove system.c after merging it into main.c * Remove calls to disable ADC on EEPROM ports, since this is handled en-mass
by t3ddftw 6 years 6 months
5fa8bf16
[ADD] hardware: BlueBus BOM Updates * Add GitHub link to Silkscreen * Update Embedded BOM
by t3ddftw 6 years 6 months
a685f582
[ADD] hardware: BlueBus v5 updates * Remove external crystals * Add pull up resistors to MCLR -- Bug in existing boards causing unstable operation * Rewire BC127 UART lines to MCU
by t3ddftw 6 years 6 months
90513938
Report a bug