diff options
| author | Ha Thach <[email protected]> | 2022-10-24 19:08:58 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-24 19:08:58 +0700 |
| commit | 5b1b383d2a1eb54ab7f954795d48fbc882de9634 (patch) | |
| tree | 8d80ccfb86f2aca930c8ec7af8dc88abcb9dbdab /hw | |
| parent | bfcdef499a2b2f7b85047216cea74354b32f2d06 (diff) | |
| parent | e3b7ed9ae966be1cb41165343ef30c6523ed5771 (diff) | |
Merge pull request #1676 from tswan-quasi/master
dcd_lpc_ip3511: isochronous support and endpoint accidental write fix
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/lpc55/family.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/lpc55/family.mk b/hw/bsp/lpc55/family.mk index 1af1d076e..9d6702b94 100644 --- a/hw/bsp/lpc55/family.mk +++ b/hw/bsp/lpc55/family.mk @@ -43,6 +43,7 @@ SRC_C += \ $(MCU_DIR)/drivers/fsl_power.c \ $(MCU_DIR)/drivers/fsl_reset.c \ $(SDK_DIR)/drivers/lpc_gpio/fsl_gpio.c \ + $(SDK_DIR)/drivers/common/fsl_common_arm.c \ $(SDK_DIR)/drivers/flexcomm/fsl_flexcomm.c \ $(SDK_DIR)/drivers/flexcomm/fsl_usart.c \ lib/sct_neopixel/sct_neopixel.c |
