| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-20 | Add UART_DEV support | jferreir | |
| 2023-07-20 | Add UART_DEV support | jferreir | |
| 2023-07-18 | Merge pull request #2152 from kilograham/is_pico_pio_usb_supported | Ha Thach | |
| add is_compiler_supported_by_pico_pio_usb() for rp2040 | |||
| 2023-07-18 | add is_compiler_supported_by_pico_pio_usb() | graham sanderson | |
| previosuly users of TinyUSB (e.g. pico-examples) would have to decide this for themselves. This function couples the check closer with the actual version of Pico-PIO-USB used (since TinyUSB picks) | |||
| 2023-07-18 | Fix build issues when building for RP2040 from pico-examples/pico-sdk. | graham sanderson | |
| * include_guard requires GLOBAL as family.cmake is included in multiple non child places * the following recently added check is suprfluous (family_configure_host_example for rp2040 should do this already), and breaks if pico_pio_usb is not avaialble, so i have removed # Add pico-pio-usb for rp2040 since user can choose to run on bit-banging host if(FAMILY STREQUAL "rp2040") family_add_pico_pio_usb(${PROJECT}) endif() * added new familt_example_missing_dependency functino to print missing dependency warning, so pico-examples can override it to be less in your face, and also more contextual to pico-examples | |||
| 2023-07-18 | fix etm trace clock with stm32h743eval board | hathach | |
| 2023-07-18 | Merge branch 'master' into renesas_ra_hs_rebased | hathach | |
| 2023-07-18 | correct jlink dev for rt1010 | hathach | |
| 2023-07-14 | add clock_config.c for imxrt generated by mcuxpresso config | hathach | |
| 2023-07-07 | add PORT selection for makefile | hathach | |
| 2023-07-07 | fully work with multiple ports without CFG_TUSB_RHPORT0/1 | hathach | |
| 2023-07-07 | correct setting trace clock | hathach | |
| 2023-07-06 | add rusb2_module_start(), more update for multiple ports for dcd rusb2 | hathach | |
| 2023-07-06 | update ra type to include usbhs registers | hathach | |
| 2023-07-05 | usb hs work with ra 6m5 ek | hathach | |
| 2023-07-04 | fix ra4m3 ek build | hathach | |
| 2023-07-04 | update fsp to version 4.5, correct RA BSP. Fix ETM Trace with 6m5 by ↵ | hathach | |
| lowering PLL to 128Mhz. | |||
| 2023-07-04 | Add FreeRTOSConfig for family stm32f4 | Andrew Hooper | |
| 2023-07-03 | Restore RTOS argument for stm32f4 | Andrew Hooper | |
| 2023-07-03 | add jlinkscript for detect rtt | hathach | |
| 2023-07-03 | Merge branch 'master' into renesas_ra_hs_rebased | hathach | |
| 2023-07-03 | board pin data clean up | hathach | |
| 2023-07-03 | wrap up ra update | hathach | |
| 2023-07-03 | move files around | hathach | |
| 2023-07-03 | move vector_data.h and ioport_cfg.h to common family | hathach | |
| 2023-07-02 | add etm trace for 6m5 | hathach | |
| 2023-07-01 | initial ra6m5 ek, board_test led + sw works | hathach | |
| 2023-07-01 | Merge branch 'hathach:master' into blackf407VE | A. Hooper | |
| 2023-07-01 | Correct loader file | Andrew Hooper | |
| 2023-07-01 | forgot board.mk for ra6m1 | hathach | |
| 2023-07-01 | add ra6m1 board | hathach | |
| 2023-07-01 | refactor to match fsp_cfg | hathach | |
| 2023-07-01 | update linker | hathach | |
| 2023-07-01 | rework ra build | hathach | |
| 2023-06-30 | Update support for Cynthion boards | mndza | |
| - Rename LUNA to Cynthion - Add support for newer revisions (>=0.6) - Bootloader (saturn-v) default size is now 2K | |||
| 2023-06-30 | move LTO checked to family_support.cmake | hathach | |
| 2023-06-30 | clean up ra makefile | hathach | |
| 2023-06-29 | add hcd_frame_number() for pio-usb host | hathach | |
| 2023-06-27 | rework cmake with rtos support add RTOS to ↵ | hathach | |
| family_configure_device/host/dual_example() | |||
| 2023-06-26 | more rp2040 family clean up | hathach | |
| 2023-06-26 | minor clean up with include_guard() | hathach | |
| 2023-06-26 | fix warnings when enable rtt with rp2040 | hathach | |
| 2023-06-26 | auto detect FAMILY based on BOARD | hathach | |
| 2023-06-25 | fix ci with lpc55 and kl, move hw test l4 to cmake iar | hathach | |
| 2023-06-25 | run ci with -DCMAKE_BUILD_TYPE=MinSizeRel | hathach | |
| 2023-06-24 | fix l4 freertos build | hathach | |
| 2023-06-24 | fix build with L4 | hathach | |
| 2023-06-24 | fix ci build | hathach | |
| 2023-06-24 | move all IAR to cmake | hathach | |
| 2023-06-24 | add cmake for f0, f1 | hathach | |
