summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-10try to build with cmake on cihathach
2023-05-10allow imxrt build with dual exmapleshathach
2023-05-09skip link option --print-memory-usage for renesas rx since it does not suppor...hathach
2023-05-09fix ehci issue with portsc when enable port power and port resethathach
2023-05-09simplify cmake target, remove -bsphathach
2023-05-08change imxrt board_uart_read() to non-blockinghathach
2023-05-08fix linking missing ivt symbol for imxrt with cmakehathach
2023-05-08build host examples with imxhathach
2023-05-07update all device cmake example for imxhathach
2023-05-06cmake work well with imxrthathach
2023-05-05more temp workhathach
2023-05-05add clion fileshathach
2023-05-04wiphathach
2023-05-04fix cmake buildhathach
2023-04-28Merge pull request #2051 from hathach/improve-serial-hostHa Thach
2023-04-28more update to host serial APIhathach
2023-04-28allow call tuh cdc with blocking (callback = NULL)hathach
2023-04-28improve host serial drivershathach
2023-04-28Merge pull request #2030 from slc-tl/patch-1Ha Thach
2023-04-28update osal notehathach
2023-04-28Merge pull request #2047 from jbtheou/masterHa Thach
2023-04-28add aligned(4) for cdc_line_coding_thathach
2023-04-27cdc: fix line_coding aligmentJean-Baptiste Theou
2023-04-28Merge pull request #2046 from hathach/add-usb2uart-host-driverHa Thach
2023-04-27add tuh_cdc_set_baudrate()hathach
2023-04-27add code to calculate divisor from baudrate for ftdihathach
2023-04-27clean uphathach
2023-04-27forgot to add cp210x headerhathach
2023-04-27more refactorhathach
2023-04-27cp210x seems to work wellhathach
2023-04-27more host serial refactorhathach
2023-04-27refactor acm functionhathach
2023-04-27refactor ftdi driverhathach
2023-04-27rename ftdi_host to ftdi_siohathach
2023-04-26enable CDC FTDIhathach
2023-04-26hacky, but ftdi work with hard code baudrate = 9600hathach
2023-04-26fix pio vbus typohathach
2023-04-26Merge pull request #2043 from hathach/fix-nxp-buildHa Thach
2023-04-26fix build with nxp since mcux-sdk from 2.13.0 remove CMSIS folderhathach
2023-04-24Merge pull request #2040 from hathach/update-imxrt-depsHa Thach
2023-04-24bump up imxrt mcux-sdk to 2.13.1 commit f357a1150f6cf6c6b844f53f2d426bfb3e649850hathach
2023-04-24Merge pull request #2013 from tannewt/imx_1042Ha Thach
2023-04-24Merge pull request #2039 from hathach/add-cmake-buildHa Thach
2023-04-24add wip notehathach
2023-04-24minor updatehathach
2023-04-21build all freertos, not able to build net lwip due to lack of sio_open()hathach
2023-04-21update freeRTOS kernel to latest for library cmakehathach
2023-04-21update most examples cmake to build with imxrthathach
2023-04-21example run well with cmake for imxrthathach
2023-04-21Merge pull request #2024 from jfedor2/sie_ctrl_fixHa Thach