summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-21Merge pull request #2385 from kasjer/kasjer/nrf5x-fix-dcd_edpt_open-for-isoHa Thach
dcd_nrf5x: Fix dcd_edpt_open for iso endpoint
2023-12-21dcd_nrf5x: Fix dcd_edpt_open for iso endpointJerzy Kasenberg
When ISO endpoint handling was introduced two lines that clear stall and data toggle bit were left unchanged and they were effective for ISO enadpoint as well. This is incorrect behavior since EPSTALL and DTOGGLE registers have only 3 bits for address. Leaving code that clears toggle bit results in endpoint 0 toggle bit being reset when iso endpoint (8) is opened. Now code that clears stall and toggle bit is applied to non-iso endpoint only as it was done before iso handling was introduced.
2023-12-18Merge pull request #2383 from hathach/update-freertos-11.0Ha Thach
update freertos deps to v11.0.0
2023-12-18update FreeRTOSConfig.hhathach
- remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil
2023-12-18remove usage of linkermap, update checkout to v4hathach
2023-12-18update freertos deps to v11.0.0hathach
2023-12-18Merge pull request #2373 from Lurcy38/masterHa Thach
Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementa…
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-18fixed device/video_capture/src/images.h,main.c ↵YixingShen
CFG_EXAMPLE_VIDEO_DISABLE_MJPG to CFG_EXAMPLE_VIDEO_DISABLE_MJPEG
2023-12-15rename dk board and more updatehathach
2023-12-15update h5 build make/cmakehathach
2023-12-15Merge branch 'master' into h5hathach
2023-12-14Merge pull request #2376 from HiFiPhile/iar_cmakeHa Thach
IAR CMake native support
2023-12-14Update jlink script path.Mengsk
2023-12-14Merge pull request #2379 from hathach/tweak-hil-pi4Ha Thach
reset pi4 usb bus before checkout/download, so that we could skip delay
2023-12-14reset pi4 usb bus before checkout/download, so that we could skip delayhathach
2023-12-14Move jlink script.Mengsk
2023-12-13Update doc.Mengsk
2023-12-13Enhance IAR CMake support.Mengsk
2023-12-13Merge pull request #2375 from hathach/hil-add-samd51Ha Thach
add samd51 (itsybitsy_m4) to hardware test loop
2023-12-13Fix CI & typo.HiFiPhile
2023-12-13minor tweakinghathach
2023-12-13tweak usb reset wait time, fix test script with IAR serverhathach
2023-12-13reset usb before running testhathach
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-12Merge pull request #2368 from LarssonOliver/masterHa Thach
Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h
2023-12-12Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.hOliver Larsson
2023-12-12Merge pull request #2347 from IngHK/HostLogsFixesHa Thach
fixed compile errors due to untreated CFG_TUH_LOG_LEVEL
2023-12-12Merge pull request #2371 from hathach/hil-add-nrf52840Ha Thach
add nrf52840 to hard in the loop pool
2023-12-12add reset usb bushathach
2023-12-12add feather nrf52840 express to hil poolhathach
2023-12-11Merge pull request #2369 from hathach/more-s3-hilHa Thach
More s3 hil
2023-12-11tweak openocd flash commandhathach
2023-12-11change baudrate back to 1.5MBhathach
2023-12-11fix buildhathach
2023-12-11reduce s3 baudrate to prevent usb isssue, reset rp2040 usb for board test ↵hathach
example
2023-12-11Merge pull request #2367 from hathach/add-hil-s3Ha Thach
Add esp32s3 to hardware in the loop test
2023-12-11skip iar build for f4 and h7 to save build timehathach
2023-12-11rename hil json debugger to flasher, replace jlink cpu with flasher_argshathach
2023-12-11Merge pull request #2296 from LarssonOliver/masterHa Thach
Allow external definition of TU_CP210X_PID_LIST
2023-12-11wrap up s3 hil testhathach
2023-12-11extract artifacts to same folder structure as ci buildhathach
2023-12-11more testhathach
2023-12-11update hil test to support s3hathach
2023-12-11more artifactshathach
2023-12-11test changing upload artifacts for hil testhathach
2023-12-10Merge pull request #2366 from angmolin/bugfix/gcc+12-strict-overflow-warningHiFiPhile
Fix strict-overflow warning when compiling with gcc >= 12
2023-12-10Add comment to explain why the condition changesÁngel Molina Núñez