summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-22change msp430 flash tool from mspdebug to TI MSP430Flasherhathach
2020-03-22Merge branch 'master' into cr1901-msp430f5529hathach
2020-03-17Merge pull request #301 from majbthrd/nuc505tweakHa Thach
NUC505 : fix operation with net_lwip_webserver
2020-03-16NUC505 : added comment on DMA choicePeter Lawrence
2020-03-16Merge pull request #298 from pigrew/UART_CRLFHa Thach
Use CRLF on UART log messages?
2020-03-16Merge pull request #290 from majbthrd/usbnet-stm32rndisHa Thach
usbnet RNDIS correction (STM32 RNDIS now valid)
2020-03-15NUC505 : fix operation with net_lwip_webserverPeter Lawrence
2020-03-15usb RNDIS revision on @pigrew suggestionsPeter Lawrence
2020-03-14Use CRLF on UART.Nathan Conrad
2020-03-11Merge pull request #297 from hathach/developHa Thach
Added cdc_msc_freertos example to ci build
2020-03-11hack to undef LITTLE_ENDIAN for samg55hathach
2020-03-11skip spresensehathach
2020-03-11add cdc_msc_freertos to cihathach
2020-03-11fix more buildhathach
2020-03-11fix cortex M7, M23, M33 freertos buildhathach
2020-03-11freertos demo use static only for most optmized sramhathach
2020-03-10update freertos examplehathach
work with samd21 samd51 and nrf
2020-03-10fix freertos compilehathach
2020-03-10added FreeRTOS as submodulehathach
2020-03-10adding FreeRTOS as submodulehathach
2020-03-10rename to cdc_msc_freertoshathach
2020-03-10drop hid for freertos demo to match none os examplehathach
2020-03-10Merge pull request #295 from hathach/developHa Thach
add webserver into ci build
2020-03-10doc updatehathach
2020-03-10Merge branch 'majbthrd-nuc120'hathach
2020-03-10Merge branch 'nuc120' of https://github.com/majbthrd/tinyusb into ↵hathach
majbthrd-nuc120
2020-03-09more renamehathach
2020-03-09fix cihathach
2020-03-09add Flash & Ram to ci build resulthathach
2020-03-09add net_webserver into ci buildhathach
2020-03-09rename lwip_webserver to net_webserver for example naming convention (with ↵hathach
class driver)
2020-03-09Adding lwip_webserver to cihathach
- buil_al.py skip specific MCU if .skip.MCU_ exists - reduce stm32f070 heap & stack size to compile webserver
2020-03-08Merge pull request #294 from hathach/fix-rndis-zlpHa Thach
Fix zlp for nrf52840
2020-03-08fix stm32 fsdev epdeschathach
2020-03-08fix zlp for nrf52840hathach
2020-03-08fix log printfhathach
2020-03-08add uart for feather nrf52840hathach
2020-03-07Merge pull request #292 from hathach/developHa Thach
Add several boards
2020-03-07added itsybitsy m0, m4hathach
2020-03-07added feather sense and CLUEhathach
2020-03-07clean up LD_FILE using $(BOARD)hathach
make it easier to duplicate bsp
2020-03-07added feather nrf52840 sensehathach
2020-03-07Merge pull request #291 from hathach/port-samg55Ha Thach
Port samg55
2020-03-04usbnet RNDIS correctionPeter Lawrence
2020-03-03Merge pull request #287 from majbthrd/usbnetHa Thach
add CDC-ECM/RNDIS/CDC-EEM network device class with example
2020-03-03update net class to follow API naming conventionPeter Lawrence
2020-03-03Merge pull request #280 from majbthrd/nuc505Ha Thach
add Nuvoton NUC505
2020-03-02add CDC-ECM/RNDIS/CDC-EEM network device class with examplePeter Lawrence
2020-03-03Merge pull request #286 from chang196700/feature-langidHa Thach
Add feature: langid Support
2020-02-26Add langid to tests.Chang Feng
Signed-off-by: Chang Feng <[email protected]>