- 13 Dec, 2016 1 commit
-
-
Rami Ali authored
With minor changes to adc.c and storage.c to support the F769.
-
- 07 Dec, 2016 1 commit
-
-
Rami Ali authored
So it compiles with the latest F7 hal.
-
- 07 Aug, 2015 1 commit
-
-
Dave Hylands authored
This needs to land afte #1407 lands, since #1407 is where the CMSIS_MCU was defined.
-
- 02 Aug, 2015 1 commit
-
-
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.
-
- 29 Jul, 2015 1 commit
-
-
Dave Hylands authored
-
- 20 Jul, 2015 1 commit
-
-
Damien George authored
-
- 18 Apr, 2015 1 commit
-
-
Damien George authored
To build: make BOARD=ESPRUINO_PICO To deploy: short the BOOT0/BTN contact on the back of the board (eg by drawing over it with a graphite pencil), then hold down BTN while inserting the board into the USB port. The board should then enter DFU mode, and the firmware can be downloaded using: make BOARD=ESPRUINO_PICO deploy
-
- 21 Jan, 2015 1 commit
-
-
Dave Hylands authored
-
- 12 Jan, 2015 1 commit
-
-
Damien George authored
This config option is for the USB OTG pin, pin A10. This is used on some boards but not others. Eg PYBv3 uses PA10 for LED(2), so it shouldn't be used for OTG ID (actually PA10 is multiplexed on this board, but defaults to LED(2)). Partially addresses issue #1059.
-
- 06 Aug, 2014 1 commit
-
-
Damien George authored
This patch updates ST's HAL to the latest version, V1.3.0, dated 19 June 2014. Files were copied verbatim from the ST package. Only change was to suppress compiler warning of unused variables in 4 places. A lot of the changes from ST are cosmetic: comments and white space. Some small code changes here and there, and addition of F411 header. Main code change is how SysTick interrupt is set: it now has a configuration variable to set the priority, so we no longer need to work around this (originall in system_stm32f4xx.c).
-
- 14 Mar, 2014 2 commits
-
-
Dave Hylands authored
Tweaked a couple of the USB files to compile if neither dev nor host was defined. Tested on netduiono plus 2 and stm32f4discovery boards
-
Damien George authored
Enumerates CDC device over USB, but doesn't transmit/receive yet.
-
- 12 Mar, 2014 2 commits
-
-
Damien George authored
-
Dave Hylands authored
This compiles and links, but hasn't been tested on a board yet and even if it was run, it doesn't currently do anything.
-