Commit Graph

18 Commits

Author SHA1 Message Date
Matthias Ringwald
c3163ee6f5 stm32-l053r8-em9304: send '0's when reading SPI data 2017-07-04 21:13:38 +02:00
Matthias Ringwald
f77378dfec stm32-l053r8-em9304: retest RDY line for TX trasaction 2017-07-04 21:13:38 +02:00
Matthias Ringwald
d9f2a54d86 stm32-l053r8-em9304: replace ring-buffer like data struct with regular ring buffer implementation 2017-07-04 21:13:38 +02:00
Matthias Ringwald
43170ba299 stm32-l053r8-em9304: update num bytes available only after reading it 2017-07-04 21:13:38 +02:00
Matthias Ringwald
72c93b66ff stm32-l053r8-em9304: fix copyright year 2017-07-04 21:13:38 +02:00
Matthias Ringwald
1234fdfcd2 stm32-l053r8-em9304: add copyright headers 2017-07-04 21:13:38 +02:00
Matthias Ringwald
f511b50014 stm32-l053r8-em9304: random hack to work around SPI bug 2017-07-04 21:13:38 +02:00
Matthias Ringwald
d7af57ab1f stm32-l053r8-em9304: check slave status byte sts2 also for read 2017-07-04 21:13:38 +02:00
Matthias Ringwald
00f6302b6f stm32-l053r8-em9304: clean up 2017-07-04 21:13:38 +02:00
Matthias Ringwald
fbcf42d4f4 stm32-l053r8-em9304: add BTstack + LE Counter 2017-07-04 21:13:38 +02:00
Matthias Ringwald
ed37535d1f stm32-l053r8-em9304: complete hal_uart_dma implementation 2017-07-04 21:13:38 +02:00
Matthias Ringwald
9bc160ddc8 stm32-l053r8-em9304: add hal_uart_dma.h implementation, use send block 2017-07-04 21:13:38 +02:00
Matthias Ringwald
2dba691ca6 stm32-l053r8-em9304: enable interrupt on raising edge of SPI1_RDY, use IRQ instead of polling 2017-07-04 21:13:38 +02:00
Matthias Ringwald
da01dde272 stm32-l053r8-em9304: use DMA for SPI transfers 2017-07-04 21:13:38 +02:00
Matthias Ringwald
0003d56d31 stm32-l053r8-em9304: convert test code into state machine 2017-07-04 21:13:38 +02:00
Matthias Ringwald
19f11e8d8b stm32-l053r8-em9304: expect active state entered event, debug #0 indidcates wait for RDY 2017-07-04 21:13:38 +02:00
Matthias Ringwald
1586edfb48 stm32-l053r8-em9304: Reset EM9304 at start 2017-07-04 21:13:38 +02:00
Matthias Ringwald
5c0535c926 stm32-l053r8-em9304: STM32CubeMX-based Makefile project, PoC HCI Reset 2017-07-04 21:13:38 +02:00