| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-23 | fsdev read/write packet use unaligned function | hathach | |
| 2024-07-23 | update fsdev bsp for hil testing | hathach | |
| 2024-07-22 | fix a bug in fsdev introduced by #1942 | hathach | |
| 2024-07-19 | fix build with make | hathach | |
| 2024-07-19 | add lpc11u37 for hil rpi | hathach | |
| 2024-07-19 | Merge pull request #2723 from liamfraser/rp2040_tweaks | Ha Thach | |
| RP2040 tweaks | |||
| 2024-07-19 | Fix STM32F7 FS port build. | HiFiPhile | |
| 2024-07-19 | add ra4m1 ek for hil test | hathach | |
| 2024-07-18 | not all GCC compiler builds support --no-warn-rwx-segments; ↵ | graham sanderson | |
| check_linker_flag is not available in all supported version of CMake, so just allow it to be passed in | |||
| 2024-07-18 | fix make build | hathach | |
| 2024-07-18 | add unique id for imxrt | hathach | |
| 2024-07-17 | add FreeRTOSConfig.h for da1469 | hathach | |
| 2024-07-17 | add family cmake/make for da1469x boards | hathach | |
| 2024-07-12 | Merge pull request #2688 from HiFiPhile/3511_rtos | Ha Thach | |
| LPC55: FreeRTOS fix | |||
| 2024-07-11 | Pre-commit fixes. | Brent Kowal | |
| Resolve codespell and EOF errors found in the pre-commit CI task. | |||
| 2024-07-10 | Minor build system fix | Brent Kowal | |
| Correct a case-sensitive file extension issue in the MAX32690 build scripts. Did not present itself as an issue under MinGW or MSYS, just Linux. | |||
| 2024-07-10 | BSP Cleanup | Brent Kowal | |
| - Added MSDK flash rules for CMake - Removed partial IAR support. Uniform GCC support across MAX32 parts - Updated build scripts for correctly signing the MAX32651 - Added README files for the BSPs to describe flashing and limitiations | |||
| 2024-07-10 | skip FLASH_ function to reduce dependency | hathach | |
| 2024-07-10 | enable full 224KB flash for ch32v203 with flash enhanced read mode in ↵ | hathach | |
| SystemInit (better with startup). add flash with wlink-rs | |||
| 2024-07-05 | add board_reset_to_bootloader(), try to implement that for ch32v203 but not ↵ | hathach | |
| working yet | |||
| 2024-07-02 | MAX32650/1/2 Support | Brent Kowal | |
| Added support for the MAX32650/1/2 series parts - MAX32650FTHR, MAX32650EvKit, MAX32651EvKit - Added special flash rule for MAX32651 due to signing required - Added depencies to flash-msdk rules for executable | |||
| 2024-07-02 | MAX32666 Support | Brent Kowal | |
| Added support for the MAX32666, Boards MAX32666EvKit and MAX32666FTHR. | |||
| 2024-07-02 | Build System Updates | Brent Kowal | |
| Updated MAX32690 and MAX78002 linker and cmake scripts to work with CMake + Ninja build system. Verified all example projects build with the tools/build.py script for both board, and both make and cmake build systems. | |||
| 2024-07-01 | Add MAX78002 Support | Brent Kowal | |
| -Added support for MAX78002, MAX78002EVKIT -Added provisions for remaining MAX32 USB parts | |||
| 2024-07-01 | AD-APARD32690-SL Support and Cleanup | Brent Kowal | |
| - Added BSP for AD-APARD32690-SL board (apard32690) - Ran clang-formatting on previously committed code - Removed LOG messages from dcd_max32.c | |||
| 2024-06-28 | Initial Commit for MAX32 Support | Brent Kowal | |
| Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral - Added MAX32690 part family support - Added max32690evkit board support - Updated examples for unique EP number requirement - Updated get_deps.py to fetch the MSDK Known Issues / Additional Testing Required - msc_dual_lun only shown 1 volume on Windows - USBTMC does not have a valid Windowsdriver - DFU does not have a valid Windows driver - WebUSB is "Device not Recognized" - Need to test build scripts with IAR and Clang | |||
| 2024-06-27 | Make FreeRTOS config work with Cortex-M33. | HiFiPhile | |
| 2024-06-27 | update lpc55 bsp for rtos use. | HiFiPhile | |
| 2024-06-25 | change COMPILE_DEFINE to CFLAGS_CLI for cmake/make | hathach | |
| 2024-06-21 | add new ch32v203g6u board, sysfreq is defined in board.cmake/mk | hathach | |
| 2024-06-18 | add optional COMPILE_DEFINE from cmake cli | hathach | |
| 2024-06-15 | Merge pull request #2672 from tinic/master | Ha Thach | |
| Add support for STM32U535xx/STM32U545xx | |||
| 2024-06-14 | minor update | hathach | |
| 2024-06-14 | more update | hathach | |
| 2024-06-14 | add ch32v103 bsp support, compile but does not run, probably due to ↵ | hathach | |
| compile/linker issue | |||
| 2024-06-14 | use stock core_riscv.h for ch32 v2 v3 | hathach | |
| 2024-06-12 | Use STREQUAL instead of EQUAL to fix the cmake build. | Tinic Uro | |
| 2024-06-12 | Use correct definition. | Tinic Uro | |
| 2024-06-12 | Fix pin definitions. | Tinic Uro | |
| 2024-06-12 | Merge branch 'hathach:master' into master | tinic | |
| 2024-06-12 | Make it work. | Tinic Uro | |
| 2024-06-12 | Add missing files. | Tinic Uro | |
| 2024-06-12 | Add stm32u545nucleo board. | Tinic Uro | |
| 2024-06-06 | add c6 devkit, tested with max3421e | hathach | |
| 2024-05-31 | Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fb | HiFiPhile | |
| 2024-05-24 | increase version as pre-releases, still need more clean up before actual relesae | hathach | |
| 2024-05-24 | change default clock to 144mhz | hathach | |
| 2024-05-24 | add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵ | hathach | |
| make/cmake PORT=0/1. default to fsdev | |||
| 2024-05-24 | wch usbfs/usbhs need to specify which driver to use. for v307 default to ↵ | hathach | |
| highspeed | |||
| 2024-05-21 | - minor update to ep_set_response_and_toggle/xfer_data_packet | hathach | |
| - merge USBHS_ISO_ACT_FLAG, USBHS_TRANSFER_FLAG handler since they are similar - improve uart output - add note for link speed in bus reset | |||
