| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2024-03-22 | remove pca10095 suppport for max3421 | hathach | |
| also remove pico_bootsel_via_double_reset from rp2040 | |||
| 2024-03-22 | add note for max3421e is not signal compatible with pca10056/95 | hathach | |
| 2024-03-09 | sparkfun_samd21_mini_usb board support | Deadman | |
| 2024-02-24 | Merge pull request #2168 from emb4fun/nxp_k64 | Ha Thach | |
| Added support for the NXP K64 series | |||
| 2024-02-24 | update freertosconfig | hathach | |
| 2024-02-24 | frdm k64f usb work well, add kinetis_k to ci cmake | hathach | |
| 2024-02-23 | adding frdm k64f, board test run well with led, button and uart | hathach | |
| 2024-02-22 | Revert "Merge branch 'hathach:master' into MCX" | Jerry Palacios | |
| This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c. | |||
| 2024-02-22 | Merge branch 'hathach:master' into MCX | jerpa77 | |
| 2024-02-20 | MCX A and MCX N merged to MCX family | Jerry Palacios | |
| 2024-02-19 | Fix nRF5340 DK USB host shield build | Xudong Zheng | |
| - Fix incorrect UART pins - Enable MAX3421 host shield - Use GPIOTE1_IRQn instead of GPIOTE_IRQn | |||
| 2024-02-19 | add clock_config.c/h from mcux to frdmk32l2a4 and frdm_k32l2b | hathach | |
| 2024-02-12 | Button modification | Jerry Palacios | |
| 2024-02-09 | frdmmcxa153 now working with cmake+ninja | Jerry Palacios | |
| 2024-02-09 | mcx family renamed as mcxn | Jerry Palacios | |
| MCXN and MCXA have different ARM Cortex M33 core, can't be on the same family | |||
| 2024-02-09 | Merge branch 'frdmmcxn947' into frdmmcxa153 | Jerry Palacios | |
| 2024-02-09 | Update family.c | Jerry Palacios | |
| 2024-02-08 | uart rx disabled | Jerry Palacios | |
| 2024-02-08 | Update family.c | Jerry Palacios | |
| 2024-02-08 | button commented | Jerry Palacios | |
| 2024-02-08 | cortex m33+nodsp+nofpu make file created | Jerry Palacios | |
| 2024-02-07 | frdmmcxa153 files added | Jerry Palacios | |
| 2024-02-07 | frdmmcxn947 board added | Jerry Palacios | |
| 2024-02-07 | Back to original | Jerry Palacios | |
| 2024-02-04 | Merge branch 'hathach:master' into nxp_k64 | Michael Fischer | |
| 2024-02-02 | fix rmt legacy driver warning | hathach | |
| 2024-01-29 | add freertos build support for video_capture example | hathach | |
| 2024-01-24 | clean up video example for readability | hathach | |
| 2024-01-23 | Bunny brain board created, but not modified yet | Jerry Palacios | |
| Bunny brain board created, but not modified yet | |||
| 2024-01-23 | BOARD_InitPins pinlist modification | Jerry Palacios | |
| BOARD_InitPins pinlist modification | |||
| 2024-01-23 | Update pin_mux.c | Jerry Palacios | |
| 2024-01-23 | Led pin configurations changed from P3_4 to P0_10 | Jerry Palacios | |
| 2024-01-23 | frdm-mcxn947 folder created | Jerry Palacios | |
| frdm-mcxn947 folder created. Led and button pin modified compared to mcxn947brk board | |||
| 2024-01-12 | Merge pull request #2401 from Ryzee119/ohci_more_dev | Ha Thach | |
| [OHCI] Allow more than 16 devices | |||
| 2024-01-11 | fix build with f1 without uart | hathach | |
| 2024-01-11 | add cmake support for lpc17 | hathach | |
| 2023-12-28 | Merge branch 'hathach:master' into master | 沈玴興 | |
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach | |
| - fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421) | |||
| 2023-12-26 | tested other ports with featherwing max3421, change cs, intr pin to D10, D9 | hathach | |
| 2023-12-18 | update FreeRTOSConfig.h | hathach | |
| - remove configAssert() - configCHECK_HANDLER_INSTALLATION=0 (to prevent unused-parameter error with configAssert(x)=nil | |||
| 2023-12-18 | added ioc for h563 nucleo, usb working with on-board stlink | hathach | |
| 2023-12-18 | add uart printf log into hw/bsp/stm32f1 | YixingShen | |
| fix hw/bsp/stm32f1/stm32f1xx_hal_conf.h's HAL_CORTEX_MODULE_ENABLED | |||
| 2023-12-15 | rename dk board and more update | hathach | |
