Commit graph

9 commits

Author SHA1 Message Date
Sean Cross
1c3ef737bf fernly: Fix printf("%d") > 99999
This adds lots of divison code, which fixes, among other things,
calling printf() with %d greater than 99999.
2014-09-11 13:15:37 +08:00
Sean Cross
ec4ac95cc4 start: Don't relocate to address 0
fernly runs in IRAM now, before PSRAM has been set up.
2014-09-09 15:04:35 +08:00
Sean Cross
8f18cfd58b fernvale: Get IRQs to at least do something
IRQs now do something.  They still don't work, though.
2014-08-26 17:09:42 +08:00
Sean Cross
0d3b04307d fernly: Move to new offset 2014-07-21 18:25:49 +08:00
Sean Cross
70c8695eee fernvale: Relocate to PSRAM
Move execution from SPI to PSRAM, to fix 0xa0140000 problem.
2014-07-18 18:41:55 +08:00
Sean Cross
5647866779 iram: work in progress 2014-07-18 15:37:19 +08:00
Sean Cross
7cb334571e fernly: wip 2014-07-04 17:31:32 +08:00
Sean Cross
9470228966 fernly: More blocks discovered 2014-06-13 17:00:11 +08:00
Sean Cross
685824f56e fernly: Initial commit
This is an initial commit of the code.  It just does prints "Hello, world!"
2014-06-12 12:58:06 +08:00