6a022c73db
add note for tud_task() behavior in freertos example
2022-04-20 18:35:38 +07:00
f72da8ee7d
fix build with esp32s2, also use dwc2 for esp example
2022-03-04 14:45:26 +07:00
a8af609dfe
auto detect max rhport speed based on mcu
2022-02-25 18:35:21 +07:00
52645fcc1b
fix build with latest esp idf
2022-02-18 13:07:21 +07:00
7de166390e
Merge branch 'master' into master
2022-01-25 22:29:05 +07:00
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
4fe0a30ec7
Skip net and freertos examples
2022-01-05 14:33:24 -08:00
84e2f6e0e1
skip freertos example for f1c100s
2021-12-29 19:12:41 +07:00
7ad0af64cc
use 4k stack for example with esp32sx
2021-11-29 13:24:10 +07:00
0e733ae14b
add pi4 to ci build in build_aarch64
2021-11-02 21:46:23 +07:00
4ea8f1441d
correct freertos port for efm32gg
2021-10-31 00:19:17 +07:00
dbd31895bc
change usage of TU_CHECK_MCU() to prevent macro conflict
2021-10-25 17:04:03 +07:00
a5f516893b
more with -Wcast-qual
2021-10-17 16:36:53 +07:00
a867d87072
rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS
2021-10-05 16:00:07 +07:00
31cfd5a684
Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into majbthrd-add_ncm
2021-10-05 11:39:32 +07:00
103309b88b
Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-master
...
examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h
2021-09-29 15:27:41 +07:00
fba5ec8134
make freertos header include in examples more explicit
2021-09-26 12:23:08 +07:00
03d7988df3
add NCM driver in a compatible manner : hathach/tinyusb#550
2021-09-25 17:05:58 -05:00
73872a5df0
add CFG_TUSB_OS_INC_PATH for os include path
...
useful for freertos/ prefix with esp IDF
2021-09-25 16:16:55 +07:00
3333703d25
Merge branch 'master' into zhangslice-master
2021-09-18 13:35:26 +07:00
cdc63459eb
esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suite
2021-09-13 16:49:38 +07:00
f81368174b
add other speed descriptor callback tud_descriptor_other_speed_configuration_cb()
...
example implement tud_descriptor_device_qualifier_cb() and
tud_descriptor_other_speed_configuration_cb() on high speed device to
fully compliant to usbcv
2021-09-09 15:17:19 +07:00
5f6418ccd7
add hid_boot_interface example
2021-08-17 13:21:24 +07:00
c4a6a5ccb7
skip freertos example for gd32vf103
2021-08-15 17:56:04 +07:00
b194aa240b
Merge branch 'master' into dcd_same70
2021-07-17 12:10:35 +02:00
6de023d54b
update hid_composite freertos with capslock as well
2021-07-01 22:54:57 +07:00
17137bbfff
fix rx65n with freertos build
2021-06-28 12:35:12 +07:00
82618d2d5f
fix build with mm32 board
2021-06-18 17:18:11 +07:00
85fc423569
Rename SAM7X to SAMX7X
...
Signed-off-by: MasterPhi <admin@hifiphile.com >
2021-06-12 12:36:59 +02:00
0066e2b344
examples: freertos: add skip for same70
...
Signed-off-by: Rafael Silva <perigoso@riseup.net >
2021-06-12 00:18:26 +01:00
e163f85ee0
clean up, rename some HID device symbol/API
...
- add tud_hid_n_interface_protocol()
- rename tud_hid_n_boot_mode() to tud_hid_n_get_protocol()
- rename tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb()
- add HID_PROTOCOL_BOOT/REPORT to avoid magic number 0,1
- rename HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_ to avoid
confusion
2021-05-18 12:32:20 +07:00
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