Skip to content
Snippets Groups Projects
Commit dc9915ba authored by patacongo's avatar patacongo
Browse files

Add basic SPI driver (untested)

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2138 42af7a65-404d-4744-a932-0658087f49c3
parent 8781f3e9
No related branches found
No related tags found
No related merge requests found
......@@ -46,5 +46,6 @@ CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
CHIP_ASRCS =
CHIP_CSRCS = stm32_start.c stm32_rcc.c stm32_gpio.c stm32_irq.c \
stm32_timerisr.c stm32_lowputc.c stm32_serial.c
stm32_timerisr.c stm32_lowputc.c stm32_serial.c \
stm32_spi.c
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment