Commit Graph

36 Commits

Author SHA1 Message Date
803b755554 update per review 2021-04-18 01:50:16 +07:00
f5e02e72ed espressif: group boards using target name as a family
`hw\bsp` separate one family folder to esp32s2, esp32s3
add board specific board.cmake file to override board specific options(features)
fix examples and test scripts to use new family approach
2021-04-16 15:41:42 +02:00
2f0cb8b5f1 tinyusb: add support of esp32s3 target
add support of new esp32s3 target and the board
update the roles.mk wrapper to allow dfu flashing of espressif chip
update examples to allow compilation for esp32s3_addax_1 board
once the code is tested the PR to original tinyusb repo will be submitted
2021-04-16 13:38:00 +02:00
735e0dff20 skip freertos example for efm32gg12
Signed-off-by: Rafael Silva <silvagracarafael@gmail.com>
2021-03-31 23:45:33 +01:00
1d8a79ef4f remove NVIC_SystemReset() in freertos examples 2021-03-31 20:50:08 +07:00
86dab3f7e9 added configurations for RX63X 2021-03-27 20:22:32 +09:00
253430a765 add example specific DEPS_SUBMODULES 2021-03-18 16:28:44 +07:00
83ce2dfcb7 fix freeRTOS config symbol warning with latest kernel 2021-03-01 22:30:39 +07:00
7ff14a652b add submodule lib/FreeRTOS-Kernel 2021-03-01 22:13:21 +07:00
2934712e43 fix ci 2021-02-24 15:02:28 +07:00
a070626729 add itf argument to hid API to support multiple instances
following API signature is changed:
- tud_hid_descriptor_report_cb()
- tud_hid_get_report_cb()
- tud_hid_set_report_cb()
- tud_hid_boot_mode_cb()
- tud_hid_set_idle_cb()
2021-02-24 14:27:20 +07:00
9c3a44b6a3 update hid_composite_freertos example 2021-02-09 16:06:38 +07:00
bc80d686f5 clean up 2021-02-08 16:05:28 +07:00
3d95835f22 add consumer control to hid_composite examples
both no OS and freeRTOS
2021-02-01 14:47:39 +07:00
4a0f5cbd63 change output filename to BOARD-Directory 2021-01-26 12:46:24 +07:00
87daf28421 rp2040 skip freertos example 2021-01-24 01:26:38 +07:00
cdd1c45306 improve ci for esp32s2 2021-01-23 18:09:57 +07:00
4cd8a95ef7 more ci 2021-01-22 10:43:52 +07:00
94527951a0 add bus suspend & resume support for esp32s2 2020-11-27 15:54:55 +07:00
9d3a9cf546 add OPT_MCU_SAMD11
skip ci build for example that need more ROM/RAM could fit into SAMD11
2020-08-22 18:46:19 +07:00
503c15217e example to call tud_init() after freeRTOS kernel is started
add note for usb init when using with RTOS
2020-07-23 09:20:45 +07:00
787c891702 add note for MS OS 1.0 Descriptor at 0xEE 2020-07-21 21:00:11 +07:00
5ca748a68e rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
2020-07-16 15:34:16 +07:00
ab75998316 Merge branch 'master' into add-stm-hs 2020-06-30 01:55:57 +07:00
50b569ad1b added esp32s2 kaluga bsp 2020-06-29 16:52:08 +07:00
c67b3a242e update example config and descriptor with better Highspeed support 2020-06-15 23:34:09 +07:00
94fed7db0e fix esp32 ci adding FREERTOS STATIC to sdkconfig default 2020-04-29 11:31:04 +07:00
1fc7f54a8a added swo as logger
tested with feather nrf52840 + jlink
2020-04-22 19:18:03 +07:00
7a24a27d81 update freerots hid composite
clean up unused descriptor for usbtmc example
2020-04-20 16:20:18 +07:00
778db647c4 add CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y 2020-04-10 13:53:57 +07:00
16dbbb2b4f make saola as cmake component, easier to add more esp32 board 2020-04-09 11:19:08 +07:00
bfde988af3 update cmake 2020-04-08 23:20:05 +07:00
a2dee7fb50 rename saola to saola_1 2020-04-07 23:07:25 +07:00
62c14a6866 esp32s2 work with hid_composite_freertos 2020-04-07 16:35:02 +07:00
aff52919d6 skip freertos example for cxd56 msp430 and fomu 2020-04-07 16:23:27 +07:00
ccfc058646 add hid_composite_freertos example 2020-04-07 16:19:47 +07:00