| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-04 | Revise DCache with RTT section | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-04 | Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-host | hathach | |
| 2025-07-03 | fix build with clang | hathach | |
| 2025-07-03 | Merge branch 'master' into fork/HiFiPhile/stm32_cache | hathach | |
| 2025-07-02 | update board_test always output to uart regardless of LOGGER option | hathach | |
| 2025-07-02 | remove make wrapper for rp2040/espressif | hathach | |
| 2025-07-02 | update example | hathach | |
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-07-02 | add doc for building examples with cmake build system | hathach | |
| change ci matrix build: - github build make/cmake one per family on push only - circicle do full cmake build for all toolchain (missing rx-gcc) | |||
| 2025-07-02 | remove legacy DEPS_SUBMODULES in make | hathach | |
| 2025-06-14 | bsp: fix NUCLEO-H7S3L8 button | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-13 | hw/h7rs: Update linker to put RTT in DTCM | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-13 | hw/h7rs: Enable D-Cache in BSP | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-12 | Merge pull request #3137 from HiFiPhile/uac_simplify | Ha Thach | |
| uac2: remove support fifo | |||
| 2025-06-12 | ci skip clang/iar build for stm32n6 | hathach | |
| add stm32-tcpp0203 driver as dependency for h7rs and n6 | |||
| 2025-06-12 | fix cmake build | hathach | |
| 2025-06-12 | Merge branch 'master' into fork/james-advatek/stm32n657nucleo | hathach | |
| 2025-06-11 | fix linker issue with clang | hathach | |
| 2025-06-11 | Merge branch 'master' into fork/HiFiPhile/h7rs | hathach | |
| 2025-06-11 | add make build for maxim | hathach | |
| 2025-06-10 | merge all maxim (32650, 32666, 32690, 78002) family into common bsp/maxim. ↵ | hathach | |
| Only support cmake build system rename hw/mcu/analog/max32 to hw/mcu/analog/msdk | |||
| 2025-06-04 | fix: allow FreeRTOS examples to compile | James Sandison | |
| 2025-06-04 | chore: delete accidentally commited submodules | James Sandison | |
| 2025-06-04 | chore: whitespace fix | James Sandison | |
| 2025-06-04 | chore: add newline to EOF | James Sandison | |
| 2025-06-04 | chore: squash previous commits from other branches | James Sandison | |
| 2025-05-29 | Fix wrong SysTick clock on NUCLEO-C071RB | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-05-21 | add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421 | hathach | |
| 2025-05-16 | Merge pull request #3103 from wavenumber-eng/mcxa156__sdk216 | Ha Thach | |
| Added initial support for FRDM-MCXA156 and fixed up a crash with FRDM-MCXN947 | |||
| 2025-05-15 | Merge branch 'master' into h7rs | HiFiPhile | |
| 2025-05-14 | update stm32wb linker to match new startup | hathach | |
| 2025-04-29 | fix pre-commmit | hathach | |
| 2025-04-28 | - spelling fixes to pass ci | Eli Hughes | |
| - added mca156 the list in boards.rst. - Fixup to family.cmake for mcxa156 to pass ci | |||
| 2025-04-27 | Added initial support for FRDM-MCXA156 and fixed up a crash with MCXN947 | Eli Hughes | |
| I will be porting tinyuf2 to MCXA156 and N947 and need this work in place. This is the 1st step before bringing in support for other MCX devices. We had previous patched https://github.com/hathach/mcux-sdk.git' for MCX support as it was not pulically available I updated get_deps to point to the mcux-sdk version 2.16.10 from NXP. I repointed the entry in the get_deps script to use NXP MCU repo. The existing current code couldn't build as the MCUXpresso SDK was old. - For now, I put a copy of fsl_spc.c in the drivers folder for the mcx family. None of the ports could build with the version in the mcux github sdk. The sdk on github has version 2.4.0. The SDK package that can be downloaded with the SDK generator uses 2.4.2. All of the clock_config routines use versions of the datastructure from 2.4.2. For now, keeping an updated copy in hw/bsp/mcx/drivers so we can build against the latest mcuxpresso sdk and enable MCXA156. I'll file an issue on the nxp github. - Cleaned up the MCX family.c a little bit. the MCXA/N these chips don't have SCT so I removed the neopixel code. - fixed a clock init issue w/ N947 that was causing it to crash when initializing the uart. - I tested the cmake and make scripts on the A153,A156 and N947 using the CDC/MSC sample. All worked OK. - Patched get_deps so it will do a fetch/check on a new folder. Some of the deps were failing on a fresh clone of tinyusb - Fixed lpc51,54 and lpc55 make/cmake files to build with mcuxpresso sdk 2.16.10 The folder structure for flexcomm/uart changed a little bit - lpc55s59 libpower_hardabi.a no longer is included in mcuxpressosdk, (fsl_power.c is replacement). remove of libpower_hardabi.a from the linker config. LPC55 still works as expected. - Using tinyuf2 get deps | |||
| 2025-04-18 | minor ci update | hathach | |
| 2025-04-18 | enum For string descriptor (langid, manufacturer product, serila): always ↵ | hathach | |
| get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow. | |||
| 2025-04-17 | - hil test max retry = 3 | hathach | |
| - fix h7 unused function | |||
| 2025-04-17 | - run arm-iar using github action | hathach | |
| - add skip_ci.txt to family folder to skip boards in ci run | |||
| 2025-04-17 | fix iar make build with stm32 l0, f2, f3, u5, wb | hathach | |
| 2025-04-17 | fix iar make build with wb and u5 | hathach | |
| 2025-04-17 | ci add pico_w for native host test | hathach | |
| 2025-04-16 | add TS3USB30 to test s3 host with slave/dma | hathach | |
| 2025-04-15 | Merge pull request #3070 from HiFiPhile/bitfield | Ha Thach | |
| host/dwc2: fix bitfields access width | |||
| 2025-04-14 | channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline function | hathach | |
| 2025-04-13 | Skip net_lwip_webserver, too big for h7rs | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Increase RTT buffer size | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Merge remote-tracking branch 'upstream/master' into h7rs | HiFiPhile | |
| 2025-04-12 | Fix RTT buffer not detected. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-12 | Fix swo logger case. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-09 | build fix. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
