summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-04-16Added support for Black Magic Probe (#787)Dima Barsky
* Added flash-bmp and debug-bmp targets; added .gdb_history to .gitignore * Added the BMP variable, defaults to /dev/ttyBmpGdb The name of the BMP device is different on different systems. On Linux (after installing the recommended udev rules) it'll be /dev/ttyBmpGdb, but the user should be able to override it. * Update rules.mk
2021-03-23remove ses project since it is all broken and occupies spacehathach
2021-02-09update hid_composite_freertos examplehathach
2020-04-18try build with dockerhathach
2020-04-16house keepinghathach
2019-09-15Covert macros to inline functions.Nathan Conrad
2019-09-09Ignore build artifact files.Nathan Conrad
2019-07-26gitignorehathach
2019-06-10docs clean uphathach
2019-06-10update fifo testhathach
2019-06-10remove unity as submodulehathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-03reduce travis make thread to 2hathach
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft
It currently supports the SAMD21 and SAMD51 only. More will be added later.
2018-11-22refractor device composite freertos seshathach
2018-11-14change osal_queue_receive() signaturehathach
- fix build issue with freertos