- 13 Dec, 2016 2 commits
- 22 Sep, 2016 1 commit
-
-
Krzysztof Blazewicz authored
-
- 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
-
- 18 Apr, 2015 1 commit
-
-
Damien George authored
Each board now needs an mpconfigboard.mk file which defines AF_FILE and LD_FILE. Also moved stm32f405.ld to boards/ directory to keep things organised.
-
- 21 Oct, 2014 1 commit
-
-
Sven Wegener authored
When loading the ELF binary to the board with a debugger, the debugger needs to know at which point to start executing the code. Currently the entry point defaults to the start of the .text section. Signed-off-by:
Sven Wegener <sven.wegener@stealer.net>
-
- 23 Sep, 2014 1 commit
-
-
Damien George authored
Stack is full descending and must be 8-byte aligned. It must start off pointing to just above the last byte of RAM. Previously, stack started pointed to last byte of RAM (eg 0x2001ffff) and so was not 8-byte aligned. This caused a bug in combination with alloca. This patch also updates some debug printing code. Addresses issue #872 (among many other undiscovered issues).
-
- 16 Aug, 2014 1 commit
-
-
Dave Hylands authored
This basically shrinks the remaining size of flash in the portion that goes after the internal flash drive.
-
- 12 Mar, 2014 1 commit
-
-
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.
-
- 10 Feb, 2014 1 commit
-
-
Damien George authored
Addresses issues #272 and #273.
-
- 29 Jan, 2014 2 commits
-
-
Damien George authored
-
mux authored
* Issue #232
-
- 25 Jan, 2014 1 commit
-
-
Damien George authored
To partly address Issue #220.
-
- 24 Jan, 2014 2 commits
-
-
Damien George authored
This reverts commit a215b09c.
-
mux authored
* Move gc_collect from main to py/gc.c * Define GC's memory boundaries in linker script * Issue #220
-
- 05 Jan, 2014 1 commit
-
-
Damien George authored
-
- 18 Oct, 2013 1 commit
-
-
Damien authored
-
- 17 Oct, 2013 1 commit
-
-
Damien authored
-
- 12 Oct, 2013 1 commit
-
-
Damien authored
-