summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-08-13minor update to cmake profilehathach
2024-08-13Fix stm32l0 clock init.HiFiPhile
2024-08-11fix spi_set_format() -Wnull-dereference when compiling with -Oshathach
2024-08-10fix build with rp2040 PICO_DEFAULT_SPI renamehathach
2024-08-08Merge pull request #2750 from hathach/fix-ch32v203-setupHa Thach
2024-08-05Merge pull request #2328 from HiFiPhile/rx_fbHiFiPhile
2024-08-02add stm32f103ze_iarhathach
2024-08-01Merge pull request #2743 from hathach/header_fixGraham Sanderson
2024-08-01increase freerto min task stack for some stm32hathach
2024-07-29add explcit dependencygraham sanderson
2024-07-29add clocks.h as set_sys_clock_khz is moving there from stdlib.hgraham sanderson
2024-07-28Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-07-25Combined DCD MUSB implementationsBrent Kowal
2024-07-23fsdev read/write packet use unaligned functionhathach
2024-07-23update fsdev bsp for hil testinghathach
2024-07-22fix a bug in fsdev introduced by #1942hathach
2024-07-19fix build with makehathach
2024-07-19add lpc11u37 for hil rpihathach
2024-07-19Merge pull request #2723 from liamfraser/rp2040_tweaksHa Thach
2024-07-19Fix STM32F7 FS port build.HiFiPhile
2024-07-19add ra4m1 ek for hil testhathach
2024-07-18not all GCC compiler builds support --no-warn-rwx-segments; check_linker_flag...graham sanderson
2024-07-18fix make buildhathach
2024-07-18add unique id for imxrthathach
2024-07-17add FreeRTOSConfig.h for da1469hathach
2024-07-17add family cmake/make for da1469x boardshathach
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