| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-24 | nrf: etm-trace for nrf52840dk and nrf5340dk | hathach | |
| nrf52840dk: 16 MHz TRACECLK (hardware cap) width 4, P25 soldered, SW7=Alt; no family code needed (J-Link arms TRACECONFIG). nrf5340dk: TRACE_ETM builds force the TAD port to 16 MHz (SystemInit's 64 MHz is marginal), +3 ns sample timing; the interface MCU's UART1 flow control drives the trace pins - SB27/SB28 must be cut (P0.10/P0.11 = TRACEDATA1/0). | |||
| 2026-05-04 | Adjust RAM configuration for nrf54h20 to optimize memory usage in video examples | hathach | |
| 2026-04-10 | clean up | hathach | |
| 2026-04-10 | fix nrf54 and freertos port | hathach | |
| 2026-04-10 | add dwc2_clock_init() to have nrf54 initial sequence. currently stub for ↵ | hathach | |
| other ports. add board_uart_read() for nrf | |||
| 2026-04-09 | Add initial board support for nRF54LM20 DK | gab-k | |
| 2026-04-06 | remove IAR toolchain support from make build system | hathach | |
| IAR is only supported with CMake. Remove all IAR-specific references from the Make build system including toolchain files, SRC_S_IAR, LD_FILE_IAR variables, and IAR toolchain detection. Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and broken formatting in stm32f7 board_uart_write. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> | |||
| 2026-04-04 | make board_uart_read()/write() return -1 when unimplemented for consistency ↵ | hathach | |
| across all families | |||
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
| 2025-11-28 | fix build with zephyr with latest nrfx v4 | hathach | |
| 2025-10-28 | fix warning with strict prototypes warnings | hathach | |
| 2025-10-28 | disable warning for startup file | hathach | |
| 2025-10-23 | fix more build | hathach | |
| 2025-10-23 | refactor family.cmake: rename add_board_target() to family_add_board() and ↵ | hathach | |
| move it to family_configure_common() also move startup and linker from board target to actual exe | |||
| 2025-10-14 | fix lots of warnings for missing-prototypes for irqhandler | hathach | |
| 2025-10-14 | fix missing prototypes | hathach | |
| 2025-10-13 | fix build with west zephyr | hathach | |
| 2025-10-13 | rename pca10056 to nrf52840dk, pca10059 to nrf52840dongle | hathach | |
| 2025-10-13 | update make build system rename pca10095 to nrf5340dk | hathach | |
| 2025-10-13 | get cmake build with 54h20 not tested on actual hw, probably not running | hathach | |
| 2025-01-25 | fix ci | hathach | |
| 2025-01-25 | cmake remove EXAMPLE-tinyusb target as library | hathach | |
| 2025-01-25 | use board alias for pca10056 | hathach | |
| 2025-01-25 | use board alias for pca10056 | hathach | |
| 2025-01-25 | add -DRTOS=zephyr to ci west build | hathach | |
| 2025-01-24 | add cmake RTOS=zephyr (default noos) for zephyr build | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-22 | - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict ↵ | hathach | |
| with zephyr - change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target | |||
| 2025-01-21 | zephyr | hathach | |
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach | |
| 2024-11-30 | Add bin & hex output to cmake targets. | HiFiPhile | |
| 2024-08-22 | skip dual/host_info_to_device_cdc for pico due to a bug in pio-usb | hathach | |
| 2024-08-21 | update circle ci to build make (#2769) | Ha Thach | |
| * update build.py script to work with circleci * build make with circle ci * build vm for esp only * nrf imxrt with large resource * nrf imxrt with large resource * remove 2 of nrf boards | |||
| 2024-05-15 | implement max3421e hcd_edpt_abort_xfer() | hathach | |
| 2024-04-24 | update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 ↵ | hathach | |
| samd51 nrf | |||
| 2024-04-23 | clang work with lpc54 | hathach | |
| 2024-04-22 | fix linker libgcc for nrf | hathach | |
| 2024-04-22 | clang compile with lpc17 | hathach | |
| 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-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-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 | |||
| 2023-12-26 | tested other ports with featherwing max3421, change cs, intr pin to D10, D9 | hathach | |
