Commit Graph

17 Commits

Author SHA1 Message Date
Scott Shawcroft 7b27b8f498
Unify skip and only logic for build scripts
And switch to a single file that can include mcu, family or board.
2022-01-05 15:44:23 -08:00
Dima Barsky 9f925bc900
Added support for Black Magic Probe (#787)
* 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-04-16 20:23:27 +07:00
hathach 567c6d437a remove ses project since it is all broken and occupies space 2021-03-23 15:19:53 +07:00
hathach 9c3a44b6a3 update hid_composite_freertos example 2021-02-09 16:06:38 +07:00
hathach 474404f6f1 try build with docker 2020-04-18 16:26:54 +07:00
hathach e5dc0902a0
house keeping 2020-04-16 16:06:11 +07:00
Nathan Conrad 18303e742e Covert macros to inline functions. 2019-09-15 23:46:03 -04:00
Nathan Conrad 532abadb78 Ignore build artifact files. 2019-09-09 19:21:29 -04:00
hathach 570a2b2053 gitignore 2019-07-26 11:35:52 +07:00
hathach 15208e710a
docs clean up 2019-06-10 17:51:51 +07:00
hathach f3c2b9c2aa
update fifo test 2019-06-10 17:42:00 +07:00
hathach 579f468d38 remove unity as submodule 2019-06-10 16:16:59 +07:00
hathach 13e01c7dca
add TU_ prefix to compiler ATTR to prevent name conflict with application 2019-06-06 10:39:37 +07:00
hathach a55875522c reduce travis make thread to 2 2019-05-03 13:56:52 +07:00
Scott Shawcroft bf70f89240
Introduce a Makefile for the OS_NONE device example
It currently supports the SAMD21 and SAMD51 only. More will be
added later.
2018-11-25 11:46:06 -08:00
hathach 3fccd24854
refractor device composite freertos ses 2018-11-22 00:50:51 +07:00
hathach 10bf41f718 change osal_queue_receive() signature
- fix build issue with freertos
2018-11-14 16:31:28 +07:00