summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2024-04-08Merge pull request #2538 from kkitayam/add_uvc_2ch_exampleHa Thach
Add an example of 2ch video capture.
2024-04-06fix ra2a1 fpu with freertoshathach
2024-04-05minor update bsphathach
2024-04-05rename frdm boardhathach
2024-04-05more reverted: re-add clock_config.hhathach
2024-04-05Merge branch 'master' into MCXhathach
2024-04-05fix pre-commit formathathach
2024-04-05more reverted changeshathach
2024-04-05reverted un-related file changeshathach
2024-04-05fix ram overflow with ram41hathach
2024-04-05change .bss section from ramloc32 to ramloc40 for lpc43xxhathach
2024-04-05update linker for lpc18, move bss to ramloc40 to have more space for .data ↵hathach
in ramloc32
2024-04-04update build script to allow skip.txt and only.txt both existhathach
2024-04-04fix build with rp2040 + max3421hathach
- forward MAX3421_HOST=1 from makefile to cmake - add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
2024-04-02Merge branch 'master' into MCXhathach
2024-04-02Merge pull request #2497 from ChrisDeadman/sparkfun-samd21-mini-usb-supportHa Thach
sparkfun_samd21_mini_usb board support
2024-04-02check for PWR_USBSCR_USB33DEN before enabling USB VDDhathach
2024-04-01Minor formatHiFiPhile
2024-04-01Fixed trailing whitespace in family.cWojciech Klimek
2024-04-01Support for STM32H503 MCU - review changesWojciech 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-31Support for STM32H503 MCUWojciech 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-28forward declare board_millis for OPT_OS_CUSTOMduckylotl
2024-03-22remove pca10095 suppport for max3421hathach
also remove pico_bootsel_via_double_reset from rp2040
2024-03-22add note for max3421e is not signal compatible with pca10056/95hathach
2024-03-09sparkfun_samd21_mini_usb board supportDeadman
2024-02-24Merge pull request #2168 from emb4fun/nxp_k64Ha Thach
Added support for the NXP K64 series
2024-02-24update freertosconfighathach
2024-02-24frdm k64f usb work well, add kinetis_k to ci cmakehathach
2024-02-23adding frdm k64f, board test run well with led, button and uarthathach
2024-02-22Revert "Merge branch 'hathach:master' into MCX"Jerry Palacios
This reverts commit 6afd4a57896f9c9e794de3ab6eabc73d18be4bd0, reversing changes made to 5c14bd13da211ff2679115b0dba96ac80c1a516c.
2024-02-22Merge branch 'hathach:master' into MCXjerpa77
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-19Fix nRF5340 DK USB host shield buildXudong Zheng
- Fix incorrect UART pins - Enable MAX3421 host shield - Use GPIOTE1_IRQn instead of GPIOTE_IRQn
2024-02-19add clock_config.c/h from mcux to frdmk32l2a4 and frdm_k32l2bhathach
2024-02-12Button modificationJerry Palacios
2024-02-09frdmmcxa153 now working with cmake+ninjaJerry Palacios
2024-02-09mcx family renamed as mcxnJerry Palacios
MCXN and MCXA have different ARM Cortex M33 core, can't be on the same family
2024-02-09Merge branch 'frdmmcxn947' into frdmmcxa153Jerry Palacios
2024-02-09Update family.cJerry Palacios
2024-02-08uart rx disabledJerry Palacios
2024-02-08Update family.cJerry Palacios
2024-02-08button commentedJerry Palacios
2024-02-08cortex m33+nodsp+nofpu make file createdJerry Palacios
2024-02-07frdmmcxa153 files addedJerry Palacios
2024-02-07frdmmcxn947 board addedJerry Palacios
2024-02-07Back to originalJerry Palacios
2024-02-04Merge branch 'hathach:master' into nxp_k64Michael Fischer
2024-02-02fix rmt legacy driver warninghathach
2024-01-29add freertos build support for video_capture examplehathach
2024-01-24clean up video example for readabilityhathach