summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-07-12Merge pull request #2688 from HiFiPhile/3511_rtosHa Thach
2024-07-11Pre-commit fixes.Brent Kowal
2024-07-10Minor build system fixBrent Kowal
2024-07-10BSP CleanupBrent Kowal
2024-07-10skip FLASH_ function to reduce dependencyhathach
2024-07-10enable full 224KB flash for ch32v203 with flash enhanced read mode in SystemI...hathach
2024-07-05add board_reset_to_bootloader(), try to implement that for ch32v203 but not w...hathach
2024-07-02MAX32650/1/2 SupportBrent Kowal
2024-07-02MAX32666 SupportBrent Kowal
2024-07-02Build System UpdatesBrent Kowal
2024-07-01Add MAX78002 SupportBrent Kowal
2024-07-01AD-APARD32690-SL Support and CleanupBrent Kowal
2024-06-28Initial Commit for MAX32 SupportBrent Kowal
2024-06-27Make FreeRTOS config work with Cortex-M33.HiFiPhile
2024-06-27update lpc55 bsp for rtos use.HiFiPhile
2024-06-25change COMPILE_DEFINE to CFLAGS_CLI for cmake/makehathach
2024-06-21add new ch32v203g6u board, sysfreq is defined in board.cmake/mkhathach
2024-06-18add optional COMPILE_DEFINE from cmake clihathach
2024-06-15Merge pull request #2672 from tinic/masterHa Thach
2024-06-14minor updatehathach
2024-06-14more updatehathach
2024-06-14add ch32v103 bsp support, compile but does not run, probably due to compile/l...hathach
2024-06-14use stock core_riscv.h for ch32 v2 v3hathach
2024-06-12Use STREQUAL instead of EQUAL to fix the cmake build.Tinic Uro
2024-06-12Use correct definition.Tinic Uro
2024-06-12Fix pin definitions.Tinic Uro
2024-06-12Merge branch 'hathach:master' into mastertinic
2024-06-12Make it work.Tinic Uro
2024-06-12Add missing files.Tinic Uro
2024-06-12Add stm32u545nucleo board.Tinic Uro
2024-06-06add c6 devkit, tested with max3421ehathach
2024-05-31Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-05-24increase version as pre-releases, still need more clean up before actual relesaehathach
2024-05-24change default clock to 144mhzhathach
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...hathach
2024-05-24wch usbfs/usbhs need to specify which driver to use. for v307 default to high...hathach
2024-05-21- minor update to ep_set_response_and_toggle/xfer_data_packethathach
2024-05-20use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEEDhathach
2024-05-20- update ch203 family to allow to specify flash and ram size. Introducehathach
2024-05-20temp codehathach
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-15implement max3421e hcd_edpt_abort_xfer()hathach
2024-05-13Ci tweak3 (#2643)Ha Thach
2024-05-11Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-10More ci tweak (#2636)Ha Thach
2024-05-10Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-09Rework ci (#2631)Ha Thach
2024-05-08Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-06fix typohathach