| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-22 | clang work with lpc43 | hathach | |
| 2024-04-22 | clang tested with mcb1800, add heap to lpc18 linker | hathach | |
| 2024-04-22 | fix nrfx v3 spim freq when init | hathach | |
| fix clang build with nrf | |||
| 2024-04-22 | fix build with nrfx v3, though max3421e spi does not seem to work well. | hathach | |
| 2024-04-22 | dcd nrf change atoimc_bool to atomic_flag | hathach | |
| 2024-04-19 | - update nrfx to v3.4.0 | hathach | |
| - compile nrf with __STARTUP_CLEAR_BSS and link flag -nostartfiles | |||
| 2024-04-19 | adding clang for nrf | hathach | |
| 2024-04-19 | clang samd21 build but has issue as samd51 | hathach | |
| 2024-04-19 | try to add clang for rp2040 but pico-sdk does not support that. (got ↵ | hathach | |
| assert.h file not found) | |||
| 2024-04-19 | clang samd51 compile but does not run, rom is correct, but ram is lacking ↵ | hathach | |
| bss. Got stkerr -> hardfault | |||
| 2024-04-19 | more clang update | hathach | |
| 2024-04-19 | - clang h743 build and run cdc_msc ok | hathach | |
| - switch unit test back to gcc, since path to clang conflict on local setup (x86 and arm) | |||
| 2024-04-19 | clang build board test with h743 | hathach | |
| 2024-04-19 | cmake detect toolchain based on -DCMAKE_C_COMPILER | hathach | |
| 2024-04-16 | fix pre-commit | hathach | |
| 2024-04-16 | fix: memory leak: buf | yuxiaojun | |
| Signed-off-by: yuxiaojun <[email protected]> | |||
| 2024-04-16 | Merge pull request #2588 from hathach/support-ra2a1 | Ha Thach | |
| Enhance dcd rusb2, support ra2a1 pipe number scheme | |||
| 2024-04-15 | Merge pull request #2134 from clhenry/non-bus-powered-re-enumeration | Ha Thach | |
| Non-bus-powered MSP430 support. | |||
| 2024-04-15 | update msp430 make build | hathach | |
| 2024-04-12 | add cmake support for msp430 | hathach | |
| 2024-04-10 | support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not ↵ | hathach | |
| enumerated yet, probably due to bsp/clock setup | |||
| 2024-04-09 | Fix stm32h573i_dk button & led. | HiFiPhile | |
| 2024-04-09 | Fix STM32L0 IAR build. | HiFiPhile | |
| 2024-04-09 | update gr_citrus as well | hathach | |
| 2024-04-09 | apply oldPRCR to board_init() | hathach | |
| 2024-04-08 | Merge pull request #2466 from wavenumber-eng/MCX | Ha Thach | |
| TinyUSB stack ported to MCXA and MXCN freedom boards. | |||
| 2024-04-08 | add CFG_EXAMPLE_VIDEO_READONLY for mcxa15 | hathach | |
| 2024-04-08 | fix configENABLE_FPU=0 for cortex-m33+nodsp | hathach | |
| 2024-04-08 | Merge pull request #2538 from kkitayam/add_uvc_2ch_example | Ha Thach | |
| Add an example of 2ch video capture. | |||
| 2024-04-06 | fix ra2a1 fpu with freertos | hathach | |
| 2024-04-05 | minor update bsp | hathach | |
| 2024-04-05 | rename frdm board | hathach | |
| 2024-04-05 | more reverted: re-add clock_config.h | hathach | |
| 2024-04-05 | Merge branch 'master' into MCX | hathach | |
| 2024-04-05 | fix pre-commit format | hathach | |
| 2024-04-05 | more reverted changes | hathach | |
| 2024-04-05 | reverted un-related file changes | hathach | |
| 2024-04-05 | fix ram overflow with ram41 | hathach | |
| 2024-04-05 | change .bss section from ramloc32 to ramloc40 for lpc43xx | hathach | |
| 2024-04-05 | update linker for lpc18, move bss to ramloc40 to have more space for .data ↵ | hathach | |
| in ramloc32 | |||
| 2024-04-04 | update build script to allow skip.txt and only.txt both exist | hathach | |
| 2024-04-04 | fix build with rp2040 + max3421 | hathach | |
| - forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421 | |||
| 2024-04-02 | Merge branch 'master' into MCX | hathach | |
| 2024-04-02 | Merge pull request #2497 from ChrisDeadman/sparkfun-samd21-mini-usb-support | Ha Thach | |
| sparkfun_samd21_mini_usb board support | |||
| 2024-04-02 | check for PWR_USBSCR_USB33DEN before enabling USB VDD | hathach | |
| 2024-04-01 | Minor format | HiFiPhile | |
| 2024-04-01 | Fixed trailing whitespace in family.c | Wojciech Klimek | |
| 2024-04-01 | Support for STM32H503 MCU - review changes | Wojciech Klimek | |
| Implemented changes suggested in the review: - restored original name of SystemClock_Config() function - some GPIO clocks are only enabled if macros are defined - moved GPIO clocks init back to family.c | |||
| 2024-03-31 | Support for STM32H503 MCU | Wojciech Klimek | |
| - added support for STM32H503RB on H503RB-NUCLEO board - modified H5 family.c file to allow portability between H503 and H565/H573 - redefined USB_DRD_BASE to USB_DRD_FS_BASE if STM32H503xx is used | |||
| 2024-03-28 | forward declare board_millis for OPT_OS_CUSTOM | duckylotl | |
