Commit Graph

2819 Commits

Author SHA1 Message Date
hathach 487b887f80 freertos demo use static only for most optmized sram 2020-03-11 00:09:37 +07:00
hathach 65578dec44 update freertos example
work with samd21 samd51 and nrf
2020-03-10 23:16:09 +07:00
hathach fd5c64d7b5 fix freertos compile 2020-03-10 15:34:05 +07:00
hathach 5540065085 added FreeRTOS as submodule 2020-03-10 14:55:56 +07:00
hathach 39ce2e8361 adding FreeRTOS as submodule 2020-03-10 14:49:01 +07:00
hathach 1561692e4a rename to cdc_msc_freertos 2020-03-10 14:43:09 +07:00
hathach 61d256c2e1 drop hid for freertos demo to match none os example 2020-03-10 14:42:24 +07:00
Ha Thach 41d9ab5056
Merge pull request #295 from hathach/develop
add webserver into ci build
2020-03-10 14:33:26 +07:00
hathach 9a0c02236e doc update 2020-03-10 13:28:55 +07:00
hathach cddbc86dc9 Merge branch 'majbthrd-nuc120' 2020-03-10 13:04:59 +07:00
hathach 71fb3985ba Merge branch 'nuc120' of https://github.com/majbthrd/tinyusb into majbthrd-nuc120 2020-03-10 11:53:11 +07:00
hathach 8a8f84cd37 more rename 2020-03-09 23:05:22 +07:00
hathach ec4323277d fix ci 2020-03-09 17:55:31 +07:00
hathach 6f5466f017 add Flash & Ram to ci build result 2020-03-09 17:42:57 +07:00
hathach 6e6b929f8e add net_webserver into ci build 2020-03-09 15:54:16 +07:00
hathach 1617b9d22e rename lwip_webserver to net_webserver for example naming convention (with class driver) 2020-03-09 15:53:20 +07:00
hathach 85a3315a99 Adding lwip_webserver to ci
- buil_al.py skip specific MCU if .skip.MCU_ exists
- reduce stm32f070 heap & stack size to compile webserver
2020-03-09 15:51:29 +07:00
Ha Thach e764421164
Merge pull request #294 from hathach/fix-rndis-zlp
Fix zlp for nrf52840
2020-03-08 19:58:09 +07:00
hathach e0cdab5bf7 fix stm32 fsdev epdesc 2020-03-08 16:28:21 +07:00
hathach c8247f0907 fix zlp for nrf52840 2020-03-08 14:20:28 +07:00
hathach 7aa5a53652 fix log printf 2020-03-08 13:26:36 +07:00
hathach b638aabad8 add uart for feather nrf52840 2020-03-08 13:25:14 +07:00
Ha Thach 4620ac5b77
Merge pull request #292 from hathach/develop
Add several boards
2020-03-07 19:15:43 +07:00
hathach 659fc4f29e added itsybitsy m0, m4 2020-03-07 18:26:39 +07:00
hathach bdc5e3d3bc added feather sense and CLUE 2020-03-07 18:02:54 +07:00
hathach 3ea95c2ab6 clean up LD_FILE using $(BOARD)
make it easier to duplicate bsp
2020-03-07 17:49:30 +07:00
hathach 800330cdf0 added feather nrf52840 sense 2020-03-07 17:27:59 +07:00
Ha Thach 5f5ee465a6
Merge pull request #291 from hathach/port-samg55
Port samg55
2020-03-07 16:38:59 +07:00
Ha Thach 093b1381f2
Merge pull request #287 from majbthrd/usbnet
add CDC-ECM/RNDIS/CDC-EEM network device class with example
2020-03-03 23:59:43 +07:00
Peter Lawrence 4a4682a80a update net class to follow API naming convention 2020-03-03 10:31:46 -06:00
Ha Thach 048f5e34dc
Merge pull request #280 from majbthrd/nuc505
add Nuvoton NUC505
2020-03-03 21:35:06 +07:00
Peter Lawrence fee79d7466 add CDC-ECM/RNDIS/CDC-EEM network device class with example 2020-03-02 21:15:01 -06:00
Ha Thach 43025b2ae3
Merge pull request #286 from chang196700/feature-langid
Add feature: langid Support
2020-03-03 10:03:49 +07:00
Chang Feng 8d97e58192
Add langid to tests.
Signed-off-by: Chang Feng <chang_196700@hotmail.com>
2020-02-26 13:37:26 +08:00
Chang Feng b97d4709c2
Add langid to examples.
Signed-off-by: Chang Feng <chang_196700@hotmail.com>
2020-02-26 13:37:02 +08:00
Chang Feng 75afeb1266
Add langid to example cdc_msc.
Signed-off-by: Chang Feng <chang_196700@hotmail.com>
2020-02-26 13:14:04 +08:00
Chang Feng 5c760e1f74
Add langid to example cdc_dual_ports.
Signed-off-by: Chang Feng <chang_196700@hotmail.com>
2020-02-26 13:11:11 +08:00
Chang Feng b8ea0f0a6b
Add langid support to descriptor string callback.
Signed-off-by: Chang Feng <chang_196700@hotmail.com>
2020-02-26 13:07:15 +08:00
Ha Thach cb3de67663
Merge pull request #282 from an-dr/esp32s2_num
add a number for esp32-s2
2020-02-19 22:58:54 +07:00
Andrei Gramakov 8d84bdff21 add a number for esp32-s2 2020-02-19 12:50:36 +01:00
Peter Lawrence 6ab799c7eb atomic GPIO operation in BSP 2020-02-11 14:34:07 -06:00
Peter Lawrence 7d8ecc63a6 add Nuvoton NUC505 2020-02-07 20:11:00 -06:00
hathach 46f22860fb correct waklaround with only status IN
correct usb descriptor msc dual example to work with samg
2020-02-07 22:13:38 +07:00
hathach 02b2c60231 samg55 work with cdc msc example 2020-02-07 17:39:20 +07:00
hathach 087e3c7f56 Merge branch 'master' into port-samg55 2020-02-07 16:50:07 +07:00
hathach 9ca6311ac4 implement walkaround for incorrect DATA Toggle for status control. 2020-02-07 16:46:18 +07:00
hathach b6b9fe42af more log for debugging 2020-02-07 16:43:44 +07:00
Peter Lawrence a8e66f0111 added CFG_EXAMPLE_MSC_READONLY to NuTuny-SDK-NUC120 board.mk 2020-01-25 13:32:31 -06:00
Peter Lawrence cd8eb2a06b added support for Nuvoton NUC120 2020-01-25 13:10:32 -06:00
Ha Thach 0d3a7257f5
Merge pull request #275 from hathach/develop
rt10xx: correct max endpoint count is 8
2020-01-17 17:20:47 +07:00