Gordon Williams
|
0473f18bca
|
initial commit of bootloader. It compiles, but doesn't work
|
2015-01-06 17:39:38 +00:00 |
|
Gordon Williams
|
a6719578a6
|
update bootloader size code so it can check board info
|
2015-01-06 16:33:58 +00:00 |
|
Gordon Williams
|
67d3e69cce
|
Wait after setting the RTC time, to allow registers to update (fix #438, fix #441)
|
2014-11-10 16:53:58 +00:00 |
|
Gordon Williams
|
dba2eb8fbb
|
now link for 0x00000000 rather than 0x08000000. Supposedly (F401 ref, 7.2.1) this means the instruction cachge gets used when it may not have been before
|
2014-11-10 13:09:57 +00:00 |
|
Gordon Williams
|
dc7ce42703
|
Tidy up linker script, allow F401 to use 3x16kB pages for storing program data
|
2014-08-13 18:27:09 +01:00 |
|
Gordon Williams
|
5acbfb5055
|
modified Makefile to get more info from BOARDNAME.py
|
2014-05-09 15:58:51 +01:00 |
|
Gordon Williams
|
64df7bd79b
|
fixed ESPRUINO 1V0 build
|
2013-12-09 16:55:06 +00:00 |
|
Gordon Williams
|
1b88246626
|
now make sure we have space for the bootloader too
|
2013-12-09 14:03:45 +00:00 |
|
Gordon Williams
|
2b68e5f0f6
|
Get bootloader size direct from Python (remove hard-coding)
|
2013-11-05 17:25:21 +00:00 |
|
Gordon Williams
|
a31c72d178
|
Fixed linker script for STM32F4 (discovery board now works)
|
2013-10-11 14:31:51 +01:00 |
|
Gordon Williams
|
b3e43a7b78
|
working bootloader and espruino on board
|
2013-10-02 15:20:56 +01:00 |
|
Gordon Williams
|
597f8e2579
|
Now auto-generate the linker files
|
2013-10-02 13:21:51 +01:00 |
|