summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2024-03-22remove pca10095 suppport for max3421hathach
also remove pico_bootsel_via_double_reset from rp2040
2024-03-22add note for max3421e is not signal compatible with pca10056/95hathach
2024-02-24Merge pull request #2168 from emb4fun/nxp_k64Ha Thach
Added support for the NXP K64 series
2024-02-24update freertosconfighathach
2024-02-24frdm k64f usb work well, add kinetis_k to ci cmakehathach
2024-02-23adding frdm k64f, board test run well with led, button and uarthathach
2024-02-19Fix nRF5340 DK USB host shield buildXudong Zheng
- Fix incorrect UART pins - Enable MAX3421 host shield - Use GPIOTE1_IRQn instead of GPIOTE_IRQn
2024-02-19add clock_config.c/h from mcux to frdmk32l2a4 and frdm_k32l2bhathach
2024-02-04Merge branch 'hathach:master' into nxp_k64Michael Fischer
2024-02-02fix rmt legacy driver warninghathach
2024-01-29add freertos build support for video_capture examplehathach
2024-01-24clean up video example for readabilityhathach
2024-01-12Merge pull request #2401 from Ryzee119/ohci_more_devHa Thach
[OHCI] Allow more than 16 devices
2024-01-11fix build with f1 without uarthathach
2024-01-11add cmake support for lpc17hathach
2023-12-28Merge branch 'hathach:master' into master沈玴興
2023-12-26allow rp2040 to use max3421e as host controllerhathach
- fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421)
2023-12-26tested other ports with featherwing max3421, change cs, intr pin to D10, D9hathach
2023-12-18update FreeRTOSConfig.hhathach
- remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
2023-12-18added ioc for h563 nucleo, usb working with on-board stlinkhathach
2023-12-18add uart printf log into hw/bsp/stm32f1YixingShen
fix hw/bsp/stm32f1/stm32f1xx_hal_conf.h's HAL_CORTEX_MODULE_ENABLED
2023-12-15rename dk board and more updatehathach
2023-12-15update h5 build make/cmakehathach
2023-12-15Merge branch 'master' into h5hathach
2023-12-14Update jlink script path.Mengsk
2023-12-14Move jlink script.Mengsk
2023-12-13Enhance IAR CMake support.Mengsk
2023-12-13Fix CI & typo.HiFiPhile
2023-12-13try to add samd51 to hil pool using doublereset (rpi gpio) and bossachathach
2023-12-12Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵henneboi
Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0)
2023-12-12add reset usb bushathach
2023-12-12add feather nrf52840 express to hil poolhathach
2023-12-11fix buildhathach
2023-12-11reduce s3 baudrate to prevent usb isssue, reset rp2040 usb for board test ↵hathach
example
2023-12-11update hil test to support s3hathach
2023-11-29update esp32 to also be supported by hil testhathach
test run locally well
2023-11-29Merge pull request #2355 from hathach/update-hil-rp2040Ha Thach
Update hil test for rp2040 on self-hosted PI4
2023-11-29Merge pull request #2271 from antoniovazquezblanco/stm32h750dkHa Thach
stm32h750-dk support
2023-11-29stm32h750dk: Fix IAR linker script pathAntonio Vázquez Blanco
2023-11-29stm32h750dk: More codespell in linker fileAntonio Vázquez Blanco
2023-11-29stm32h750dk: Codespell in linker fileAntonio Vázquez Blanco
2023-11-29stm32h750dk: Add linker scriptAntonio Vázquez Blanco
2023-11-28stm32h750bdk: Fix startup and linker scriptAntonio Vázquez Blanco
2023-11-28update hil for pi4 to use new hil_test.pyhathach
2023-11-24fix pre-commit end of filehathach
2023-11-24fix make buildhathach
2023-11-24stm32h750dk: Initial supportAntonio Vázquez Blanco
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-11-23move tools/cmake to examples/build_systemhathach
2023-11-23minor-updatehathach