Skip to content

Tags: markmaker/arduino-STM32L4

Tags

0.0.17

Toggle 0.0.17's commit message
Variant Compile Cleanup

0.0.16

Toggle 0.0.16's commit message
fix VFAT directory corruption

0.0.15

Toggle 0.0.15's commit message
fix VFAT LFN ordinal handling

0.0.14

Toggle 0.0.14's commit message
fix VFAT LFN checksum generation

0.0.12

Toggle 0.0.12's commit message
add EEPROM emulation

0.0.11

Toggle 0.0.11's commit message
fix DMA resource tracking by properly masking off the channel index

0.0.10

Toggle 0.0.10's commit message
Add ARDUINO_STM32L4_DOSFS_SDCARD to allow microSD override on SPI1

0.0.9

Toggle 0.0.9's commit message
Use SPI3 as default in dosfs_sdcard.c

0.0.8

Toggle 0.0.8's commit message
add RCC/SM tracking for SRAM1/SRAM2; remove RCC/SM tracking for EXTI/…

…GPIO

0.0.7

Toggle 0.0.7's commit message
add masked enable/disable/wake/sleep code for RCC*ENR/RCC*SMENR to tr…

…ack masked enables; hook up GPIO sleep for EXTI; track enable/disable for DMA1/DMA2; add masked enable/disable to ADC1/ADC2/ADC3; update i2c/spi/qspi to properly enable/disable on start/stop