summaryrefslogtreecommitdiff
path: root/hw/bsp/lpc55/boards
AgeCommit message (Collapse)Author
13 daysbsp(lpc55): run lpcxpresso55s28 as a high-speed device, add it to the ci poolhathach
Flip the board to device-highspeed/host-fullspeed, matching lpcxpresso55s69 and the way it is cabled on the test rig, and add it to the rig pool with the unique id read from its flash PFR. This is the first hardware coverage the ip3511 high-speed device path has ever had, and it immediately exposed the clear-stall type-bit bug fixed separately. The port swap also exposed a build gap: family.mk only linked a host controller for port 1, so make host builds on port 0 failed with undefined references - mirror family.cmake and link the OHCI driver there. The board's rhport defaults now come from family.cmake's guarded ones rather than a duplicate copy, so a -D override on the command line wins.
2026-05-08lpc55 works with net_lwipHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-03-10update lpc55 bsp to use mcx config tool, move led/button/uart and usb port ↵hathach
power to generated pinmux
2025-12-13bsp/lpc55: add hcd_ip3516HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-10-10try to enable ohci for lpc55 but not working, probably clock issuehathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2023-08-09update hil test and json (remove troublesome lpc54608), run hil test on ci ↵hathach
with IAR build
2023-08-08added cmake for lpc54, update lpc55hathach
2023-06-02update cmake to build with IAR for g0 and g4hathach
2023-06-02add IAR support for G0 with cmakehathach
2023-05-26move lpc18 and rp2040 to cmake workflow since rp2040 often failed randomly ↵hathach
with make
2023-05-13add support for other lpc55 boardshathach
2023-05-13able to build lpc55hathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2021-04-28fix lpc55 buildhathach
2021-04-26clean up lpc55 boardshathach
2021-04-26change lpc55s28 default port to 1hathach
2021-04-26Merge pull request #807 from UweBonnes/lpc55-port1-hsHa Thach
mcu-link: Board support for MCU-LINK with LPC55S69JBD64
2021-04-26use correct NBYTES_MAX for full and high speedhathach
2021-04-26mcu_link: Board support for MCU_LINK with LPC55S69JBD64Uwe Bonnes
2021-04-24update dcd ip3511 for better multiple rhport supporthathach
2021-04-22add lpc55 uart writehathach
2021-03-01added lpcxpresso 55s28hathach
2021-03-01move lpc55 into its own familyhathach