| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-10 | fix ci | hathach | |
| 2023-03-10 | add dependencies repo to git ignore | hathach | |
| 2023-03-10 | remove the rest of mcu submodules | hathach | |
| 2023-03-10 | remove most of the submodules | hathach | |
| 2023-03-10 | update deps script | hathach | |
| 2023-03-10 | adding python script to manage dependencies instead of submodule | hathach | |
| 2023-03-10 | starting to remove submodule cmsis5 and nrfx | hathach | |
| 2023-03-10 | dcd_nrf5x: ISO OUT handling | Jerzy Kasenberg | |
| For incoming ISO OUT packets it was possible to start DMA from endpoint to RAM before transfer was started resulting in unrelated memory corruption. This is scenario that causes memory corruption: - ISO OUT packet is received - Packet is transferred by DMA to transfer buffer - xfer->started is cleared and xfer->buffer is updated as it is in every case - Application takes to long to handle it (it happens when debugger is connected breakpoint is hit slowing down software). - Next ISO OUT packet arrives At this point there was no check if transfer was started and packet was copied by DMA to location beyond previous data, possibly overwriting unrelated memory. This solves the issue by checking that transfer was started and there is buffer ready for incoming packet. | |||
| 2023-03-09 | Merge pull request #1931 from branalba/master | Ha Thach | |
| For STM32H7 BSP boards, initialize RCC_...TypeDef structs as empty | |||
| 2023-03-08 | fix incorrect merge of hcd link | hathach | |
| 2023-03-08 | fix freertos build with iar, format/indent link_type | hathach | |
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-08 | add G0 to supported platforms in README.rst :) | Hubert Denkmair | |
| 2023-03-08 | fix path to stm32g0xx.h | Hubert Denkmair | |
| 2023-03-08 | add basic STM32G0 support | Hubert Denkmair | |
| 2023-03-08 | add basic STM32G0 support | Hubert Denkmair | |
| 2023-03-08 | Merge pull request #1941 from hathach/minor-ci | Ha Thach | |
| Minor ci | |||
| 2023-03-08 | more ci merge | hathach | |
| 2023-03-08 | improve ci | hathach | |
| 2023-03-06 | Merge pull request #1933 from kilograham/rp2040_llvm_tweaks | Ha Thach | |
| make rp2040 code compile cleanly with LLVM embedded toochain for ARM. | |||
| 2023-03-06 | Merge pull request #1938 from hathach/update-build | Ha Thach | |
| Fix build on windows and macos | |||
| 2023-03-06 | clean up | hathach | |
| 2023-03-06 | more ci fix | hathach | |
| 2023-03-06 | integrate top.mk into make.mk | hathach | |
| 2023-03-06 | clean up top | hathach | |
| 2023-03-06 | fix iar ci | hathach | |
| 2023-03-06 | change gcc to 10.3 due to freeRTOS warning | hathach | |
| 2023-03-06 | update size to fix macos ci | hathach | |
| 2023-03-06 | Merge pull request #1937 from silvergasp/fix_wrong_size | HiFiPhile | |
| fix: Fix wrong destsz used with tu_memcpy_s | |||
| 2023-03-05 | fix: Fix wrong destsz used with tu_memcpy_s | Nathaniel Brough | |
| Bug: #1935 | |||
| 2023-03-05 | try gcc 12.2 with macos | hathach | |
| 2023-03-05 | ignore mkdir in windows ci | hathach | |
| 2023-03-05 | more ci test | hathach | |
| 2023-03-05 | fix ci build on windows | hathach | |
| 2023-03-04 | bump up gcc, test macos uname | hathach | |
| 2023-03-03 | only build 1 board on windows/macos | hathach | |
| 2023-03-03 | clean up f0 warnings | hathach | |
| 2023-03-03 | use make abspath intead of shell realpath | hathach | |
| 2023-03-03 | try adding build for windows and macos | hathach | |
| 2023-03-02 | rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARM | graham sanderson | |
| 2023-03-01 | Merge pull request #1932 from hathach/add-usbip-fsdev | Ha Thach | |
| add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32 | |||
| 2023-03-01 | add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32 | hathach | |
| 2023-02-28 | In some STM32H7 BSP variants, initialized RCC_PeriphCLKInitStruct instances ↵ | Brandon Alba | |
| as empty | |||
| 2023-02-28 | Initialized all RCC init structs for all STM32H7 BSP variants as empty | Brandon Alba | |
| 2023-02-28 | Merge pull request #1828 from HiFiPhile/stm32_fsdev | Ha Thach | |
| stm32_fsdev & ISO EP buffer allocation improvements | |||
| 2023-02-28 | rename ep_num to ep_idx, minor clean up | hathach | |
| 2023-02-27 | synopsys/dwc2: fix SOF interrupt handling | Gunar Schorcht | |
| SOF is not a flag of the GOTGINT register but of the GINTSTS register. Therefore the flag must be written in the GINTSTS register instead of the GOTGINT register to clear the interrupt. | |||
| 2023-02-27 | Merge pull request #1852 from silvergasp/mem_s | Ha Thach | |
| fix: Replace device calls to memcpy with tu_memcpy_s | |||
| 2023-02-27 | minor clean up | hathach | |
| 2023-02-22 | Merge pull request #1491 from Ryzee119/ohci_fixes | Ha Thach | |
| OHCI usbh, tweaks and improvements | |||
