summaryrefslogtreecommitdiff
path: root/hw/bsp/pic32mz
AgeCommit message (Collapse)Author
2026-04-29ensure board_uart_write return -1 on defaultHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-04-04make board_uart_read()/write() return -1 when unimplemented for consistency ↵hathach
across all families
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-01-17pic32/olimex boards: Fix active state of buttonJerzy Kasenberg
Buttons for olimex_emz64 and olimex_hmz144 should be set to active low in board configuration.
2022-01-07Add BSPs for Microchip PIC32MZ MCUsJerzy Kasenberg
Two boards from Olimex are added: olimex_hmz144 with PIC32MZ2048EFM144 olimex_emz64.c with PIC32MZ2048EFH064 Both can be programmed with Segger JLINK probe using ICSP interface. (JTAG not tested but could also work but header is not mounted).