summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2024-09-13add pico2 rp2350 (arm) boardhathach
add pico2 to hil ci
2024-08-30Merge pull request #2731 from cumhuronat/masterHa Thach
Fix: Properly Handle NAK Response in MAX3421E driver
2024-08-27reset usb when init for max32650/66. change hil max32 to use pico (cmsis ↵hathach
dap2), change metro m4 flasher
2024-08-26add sndfifo owner info to skip rewriting data for retrying NAKedhathach
2024-08-22skip dual/host_info_to_device_cdc for pico due to a bug in pio-usbhathach
2024-08-22add pio-usb host test to hil. fix build as wellhathach
2024-08-22add hil support for dual host_info_to_cdchathach
replace itsybitsy m4 by metro m4 + max3421e
2024-08-22circleci tweaks (#2770)Ha Thach
* skip circleci build on master push * change max32666 probe to jlink, max32625pico is not reliable enough
2024-08-21update circle ci to build make (#2769)Ha Thach
* update build.py script to work with circleci * build make with circle ci * build vm for esp only * nrf imxrt with large resource * nrf imxrt with large resource * remove 2 of nrf boards
2024-08-19implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ↵hathach
example with iso kind of work but not smoothly. audio example does not seems to work as expected
2024-08-18add flash_openocd_adi() for use with max32hathach
add feather max32666 to the hil pool
2024-08-15add flash-uniflash support for ti tm4chathach
2024-08-14use max32 cmsis, fix NVIC_GetEnableIRQ() not defined when using with CMISIS < 5hathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-08-13use zero wait flash for nano v203hathach
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
rework fsdev driver, fix ch32v203 race condition and stability issue
2024-08-05Merge pull request #2328 from HiFiPhile/rx_fbHiFiPhile
UAC2: Implement feedback by fifo counting.
2024-08-02add stm32f103ze_iarhathach
2024-08-01Merge pull request #2743 from hathach/header_fixGraham Sanderson
rp2040: add clocks.h as set_sys_clock_khz is moving there from stdlib.h
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
Combined the new MAX32 MUSB implementation with the existing (TI) implementation to provide generic code base for working the MUSB DCD peripheral. - Added abstraction calls for FIFO setup, EP registers, Ctrl registers and interrupt setup. - Combined TM4C and MSP432E into a single header file. - Created musb_max32.h, and removed the MAX32 specific C implementation. - Updated MAX32 build system to use dcd_musb.c. - Added MAX32 conditions for cdc_dual_ports example descriptors missed during first testing.
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
RP2040 tweaks
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; ↵graham sanderson
check_linker_flag is not available in all supported version of CMake, so just allow it to be passed in
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
LPC55: FreeRTOS fix
2024-07-11Pre-commit fixes.Brent Kowal
Resolve codespell and EOF errors found in the pre-commit CI task.
2024-07-10Minor build system fixBrent 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-10BSP CleanupBrent 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-10skip FLASH_ function to reduce dependencyhathach
2024-07-10enable full 224KB flash for ch32v203 with flash enhanced read mode in ↵hathach
SystemInit (better with startup). add flash with wlink-rs
2024-07-05add board_reset_to_bootloader(), try to implement that for ch32v203 but not ↵hathach
working yet
2024-07-02MAX32650/1/2 SupportBrent 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-02MAX32666 SupportBrent Kowal
Added support for the MAX32666, Boards MAX32666EvKit and MAX32666FTHR.