aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/fx3/b200/common
Commit message (Collapse)AuthorAgeFilesLines
* B2xx: firmware: Fix address for serial numbermichael-west2020-08-251-1/+1
| | | | | | | | The address for the serial number was off by 2 bytes, causing a bad value in the USB descriptor. This only occurred if the bootloader image was loaded on the device. Signed-off-by: michael-west <michael.west@ettus.com>
* b200: add custom bootloaderMark Meserve2019-04-115-0/+571
- Adds custom bootloader code - Refactor common functions in firmware and bootloader