Skip to content

Commit

Permalink
arch/xmc4 : i2c driver
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendesp committed Jul 24, 2024
1 parent 049a6da commit a602fe6
Show file tree
Hide file tree
Showing 4 changed files with 932 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/arm/src/xmc4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ list(
xmc4_serial.c
xmc4_start.c
xmc4_usic.c
xmc4_timerisr.c)
xmc4_timerisr.c
xmc4_i2c.c)

if(CONFIG_BUILD_PROTECTED)
list(APPEND SRCS xmc4_userspace.c xmc4_mpuinit.c)
Expand Down
1 change: 1 addition & 0 deletions arch/arm/src/xmc4/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ CHIP_CSRCS += xmc4_clrpend.c xmc4_flash.c xmc4_gpio.c xmc4_irq.c
CHIP_CSRCS += xmc4_lowputc.c xmc4_serial.c xmc4_start.c xmc4_usic.c
CHIP_CSRCS += xmc4_ccu4.c
CHIP_CSRCS += xmc4_vadc.c
CHIP_CSRCS += xmc4_i2c.c

# Configuration-dependent Kinetis files

Expand Down
Loading

0 comments on commit a602fe6

Please sign in to comment.