5 Commits

Author SHA1 Message Date
Chris Reed
22771bec8d Migrated armcc __packed to compiler-independent macros. 2021-01-14 22:49:41 -06:00
Russ Butler
b585818dee Fix possible error on MSC reset
If Bulk-Only Mass Storage Reset command was received on
Control Endpoint ignore next Bulk OUT transfer if it was not
a CBW (as it means it was a unprocessed leftover from
transfer before reset happened).
2016-03-19 23:06:42 -05:00
Russ Butler
d9c14fd333 Format USB files
Format the USB source files to match the code style of DAPLink.
2016-03-09 18:32:42 -06:00
Russ Butler
f2a7009832 update usb library license
Update the licenses in the USB driver.
2016-03-09 18:32:41 -06:00
Russ
33c63d7194 Reorganize the repository
Make the following changes to reorganize the repository:
-Update HAL folder so it only contains necessary headers and
    each targets implementation of those headers
-Move processor specific cmsis-core files into the hal folder under
    the appropriate processor folder
-Remove target/IAP information from the bootloader and interface
    folders
-Move all target specific information into a target folder
2015-12-21 11:01:51 -06:00