summaryrefslogtreecommitdiff
path: root/hw/bsp/da1469x_dk_pro/da1469x-dk-pro.c
AgeCommit message (Collapse)Author
2024-07-17add family cmake/make for da1469x boardshathach
2023-08-03more board_api.h renamehathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
2021-09-23da1469x_dk_pro: Fix button setupJerzy Kasenberg
Button on board has 1k resistor to ground when pressed. When not pressed pin 6 is floating. This forces MCU pull-up for this pin for correct behavior.
2021-09-17da1469x_dk_xxx: Add VBUS handlingJerzy Kasenberg
Two BSPs with DA146xx MCUs are now adopted to VBUS handling changed introduced to dcd_da146xx driver. da14695_dk_usb as bus-powered devices informs driver that VBUS is present at startup. da1469x-dk-pro has VBUS change interrupt handler that informs driver about VBUS changes.
2020-07-01rename filehathach