| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-02 | add IAR support for G0 with cmake | hathach | |
| 2023-05-26 | fix build with net_lwip_webserver example | hathach | |
| 2023-05-23 | Enhance chipidea (#2075) | Ha Thach | |
| * update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd | |||
| 2023-05-19 | improve flash target | hathach | |
| 2023-05-19 | adding cpu core .mk for makefile | hathach | |
| fix cortex m33 for nrf5340 dk | |||
| 2023-05-19 | move cmake folder to tools/ | hathach | |
| 2023-05-16 | fix error on EHCI causes xfer error in non-queued qhd which cause memory fault | hathach | |
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach | |
| - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future | |||
| 2023-05-15 | update nrf cmake and make to support nrf5340 (pca10095) | hathach | |
| 2023-05-15 | adding nrf | hathach | |
| 2023-05-13 | able to build lpc55 | hathach | |
| 2023-05-10 | try to build with cmake on ci | hathach | |
| 2023-05-10 | allow imxrt build with dual exmaples | hathach | |
| 2023-05-09 | skip link option --print-memory-usage for renesas rx since it does not ↵ | hathach | |
| support this option | |||
| 2023-05-08 | fix linking missing ivt symbol for imxrt with cmake | hathach | |
| changed device port = 0, host port =1 for imxrt 1060 and 1064 | |||
| 2023-05-08 | build host examples with imx | hathach | |
| 2023-05-07 | update all device cmake example for imx | hathach | |
| 2023-05-06 | cmake work well with imxrt | hathach | |
| 2023-05-04 | wip | hathach | |
| 2023-05-04 | fix cmake build | hathach | |
| 2023-04-27 | more refactor | hathach | |
| 2023-04-27 | cp210x seems to work well | hathach | |
| 2023-04-27 | rename ftdi_host to ftdi_sio | hathach | |
| 2023-04-26 | enable CDC FTDI | hathach | |
| 2023-04-21 | build all freertos, not able to build net lwip due to lack of sio_open() | hathach | |
| 2023-04-21 | update freeRTOS kernel to latest for library cmake | hathach | |
| add per family freeRTOSConfig.h also make changes to build with freertos_kernel cmake - hard coded configPRIO_BITS based on family - change configSUPPORT_STATIC_ALLOCATION to 0, configSUPPORT_DYNAMIC_ALLOCATION to 1 - enable configRECORD_STACK_HIGH_ADDRESS for tracing - enable INCLUDE_xTaskGetCurrentTaskHandle which is required to compile stream_buffer (although we don't use it). | |||
| 2023-04-21 | update most examples cmake to build with imxrt | hathach | |
| 2023-04-21 | example run well with cmake for imxrt | hathach | |
| 2023-04-20 | clean up | hathach | |
| 2023-04-20 | board test running with cmake | hathach | |
| 2023-04-20 | adding cmake build for imxrt1010 | hathach | |
| 2023-04-14 | Fix spelling configuraiton->configuration | Devin Auclair | |
| 2023-04-08 | Fix case. | HiFiPhile | |
| 2023-04-08 | fix audio comment error | tyustli | |
| 2023-04-06 | Merge pull request #2006 from hathach/cmake | Ha Thach | |
| Cmake | |||
| 2023-04-03 | fix build for esp32 | hathach | |
| 2023-03-30 | Update samples | epatstarkey | |
| 2023-03-30 | more esp32 cmake clean up | hathach | |
| 2023-03-30 | update all cmake for esp32 build | hathach | |
| 2023-03-30 | merge s2 and s3, update cmake for espressif, add tinyusb_src as component | hathach | |
| 2023-03-29 | adding more cmake support | hathach | |
| 2023-03-24 | Merge pull request #1971 from ↵ | Ha Thach | |
| MattMills/class_net_net_device_mac_address_shouldnt_be_consts Update net_device.h to make MAC addresses not const. | |||
| 2023-03-24 | update host example to use new tuh mem macros | hathach | |
| 2023-03-23 | rename and change default pio usb pin to adafruit feather usb host | hathach | |
| 2023-03-22 | Remove const from tud_network_mac_address in example and test files | Matt Mills | |
| 2023-03-22 | add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵ | hathach | |
| tuh_itf_info_t | |||
| 2023-03-22 | fine tune CFG_TUH_HID value | hathach | |
| 2023-03-21 | change meaning of CFG_TUH_HID to total number of HID interfaces supported. | hathach | |
| - previously CFG_TUH_HID is max number of interfaces per device which is rather limited and consume more resources than needed. - change hid host instance in API to index | |||
| 2023-03-21 | add -Wreturn-type | hathach | |
| 2023-03-19 | add CFLAGS_SKIP to improve sam compile time | hathach | |
