| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-19 | move cmake folder to tools/ | hathach | |
| 2023-05-16 | fix nrf build | hathach | |
| 2023-05-15 | revert ci gcc to 11.2, update nrfx to version 2.11 | hathach | |
| 2023-05-12 | Merge pull request #2057 from abakosh/develop | HiFiPhile | |
| fix(iar_template.ipcf): add missing portable links, and delete the us… | |||
| 2023-05-12 | Remove deprecated dcd_synopsys | HiFiPhile | |
| 2023-05-10 | add python script to help building cmake, build all imxrt boards with ci | hathach | |
| 2023-05-08 | fix(iar_template.ipcf): add missing portable links, and delete the ↵ | Aladdin Bakosh | |
| usbh_control.c from the list | |||
| 2023-05-04 | fix cmake build | hathach | |
| 2023-04-24 | bump up imxrt mcux-sdk to 2.13.1 commit f357a1150f6cf6c6b844f53f2d426bfb3e649850 | 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-03 | fix build for esp32 | 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-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach | |
| - CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host | |||
| 2023-03-23 | update doc and generate deps list | hathach | |
| 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-17 | bump up mm32sdk to fix HSE_VALUE not 8Mhz warnings | hathach | |
| 2023-03-17 | update mm32sdk with idndef for SYSCLK_FREQ_XXMHz and SYSCLK_HSI_XXMHz | hathach | |
| add HSE_VALUE define for each board with 8mhz, 12mhz accordingly | |||
| 2023-03-17 | fix ci build with fomu | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-17 | bump up freeRTOS deps to version 10.5.1 | hathach | |
| 2023-03-17 | remove all submodules | hathach | |
| 2023-03-17 | bump up pico-pio-usb dependency | hathach | |
| 2023-03-11 | minor update get_deps | hathach | |
| 2023-03-11 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-11 | update get-deps.py | hathach | |
| 2023-03-11 | remove ra submodules | hathach | |
| 2023-03-10 | update deps script | hathach | |
| 2023-03-10 | adding python script to manage dependencies instead of submodule | hathach | |
| 2023-03-10 | starting to remove submodule cmsis5 and nrfx | hathach | |
| 2023-03-08 | improve ci | hathach | |
| 2023-03-06 | integrate top.mk into make.mk | hathach | |
| 2023-03-06 | clean up top | hathach | |
| 2023-03-06 | fix iar ci | hathach | |
| 2023-03-06 | update size to fix macos ci | hathach | |
| 2023-03-05 | fix ci build on windows | hathach | |
| 2023-03-03 | use make abspath intead of shell realpath | hathach | |
| 2023-02-10 | update version to 0.15.0 | hathach | |
| add changelog | |||
| 2023-01-30 | Merge pull request #1876 from hathach/support-iar | Ha Thach | |
| Support iar build | |||
| 2023-01-30 | Merge pull request #1870 from DRNadler/WindowsBuildFix | Ha Thach | |
| Windows build fix for some mingw gnu make situations | |||
| 2023-01-30 | minor clean up | hathach | |
| 2023-01-30 | Merge branch 'master' into support-iar | hathach | |
| 2023-01-29 | feat(fuzz): Adds seed corpus for cdc and msc classes | Nathaniel Brough | |
| 2023-01-22 | When tools/top.mk finds it is running on Windows, it expects SHELL set to ↵ | Dave Nadler | |
| cmd.exe. Some Windows development environments invoke a mingw version of gnu make with SHELL set to /bin/sh or /bin/bash (either explicitly or by default), in which case tinyUSB make fails when a $(shell...) command feeds DOS syntax to sh. We can't just use sh, as many Windows environments won't have unix utilities like realpath (used by this makefile for sh shell commands). This fix forces SHELL=cmd.exe on Windows and documents the issue. Also adds additional documentation to help the next person... With this fix, tinyUSB can be easily built and debugged in environments like NXP's MCUxpresso (import as a makefile project). | |||
| 2023-01-17 | update build script to support iar with CC=iccarm option | hathach | |
| 2022-07-01 | add get-dependencies.py | hathach | |
| 2022-07-01 | update get-deps for ci | hathach | |
| 2022-06-29 | update build_board.py to parallel build | hathach | |
| 2022-06-29 | more parallel ci | hathach | |
| 2022-06-29 | build_family.py in parallel | hathach | |
