Skip to content
Snippets Groups Projects
Select Git revision
  • dualcore
  • ch3/leds
  • wip-bootstrap default
  • ch3/time
  • master
5 results

storage.c

Blame
    • Dave Hylands's avatar
      8f1eced6
      stmhal: Add STM32F7 support for USB serial and storage. · 8f1eced6
      Dave Hylands authored
      USB serial is now working for F7.
      
      Internal file storage is now working for F7.  The flash is laid out a bit
      differently to the F4 - 4 x 32K, 1 x 128K with the rest 256K, so the
      internal storage is 96K.
      
      Added more pind definitions for STM32F7DISC board.  Made USART1 be the
      default HWUART repl.  The STLINK usb connector also looks like a USB
      serial port which is attached to USART1 on the STM32F7DISC.
      8f1eced6
      History
      stmhal: Add STM32F7 support for USB serial and storage.
      Dave Hylands authored
      USB serial is now working for F7.
      
      Internal file storage is now working for F7.  The flash is laid out a bit
      differently to the F4 - 4 x 32K, 1 x 128K with the rest 256K, so the
      internal storage is 96K.
      
      Added more pind definitions for STM32F7DISC board.  Made USART1 be the
      default HWUART repl.  The STLINK usb connector also looks like a USB
      serial port which is attached to USART1 on the STM32F7DISC.