Wishlist for ESP8266 ? #6479
Replies: 1 comment
-
Posted at 2015-10-23 by @gfwilliams
Should just be USE_FILESYSTEM in the build - as long as there's enough space for it?
The compiler/assembler won't work in ESP8266 at all. It's a different architecture so would be a nightmare to support I'm afraid.
It's been wanted for the original Espruino as well. However I feel a bit like if we can focus on getting everything into one binary, that would be better for everyone :) Posted at 2015-10-23 by JumJum
It's a total different structure, as fas as I could follow @nkolban. therefore nothing, compiled for Espruino will run on ESP8266. Posted at 2015-10-23 by tve
To which pins would you hook the sdcard up?
can you paste an example? I don't have an original espruino yet, adafruit seems incredibly slow in shipping Posted at 2015-10-23 by @gfwilliams
Espruino can do SD card on any SPI (including software SPI) - so literally any 4 pins would do. Posted at 2015-10-23 by DrAzzy
Little old me? You got the wrong guy. I swear, they were dead when I got there! Posted at 2015-10-24 by JumJum @tve see process.memory() from Espruino board V1.3
Posted at 2015-10-24 by JumJum @drazzy , you are the guy behind bigram and a lot of other good things. Posted at 2015-10-25 by tve What does that flash info tell you? If you have specific use-cases I can produce the info, but looking at those numbers I wonder what they're useful for... Posted at 2015-10-25 by JumJum @tve Flash info tells me, I can store something there using peek and poke. Posted at 2015-10-25 by tve Save and restore is supported. I thing I provided the flash bindings, but perhaps not. The esp8266 memory map is pretty complicated, it's documented in the board docs (which Gordon hasn't put onto the web site yet). So it's not just a matter of an "end" & "size". If your module has >1MB of flash then anything above that line is free game. Posted at 2015-10-26 by @gfwilliams Yeah, stuff will go on the site this week hopefully, but I'm off at a conference at the moment |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-10-23 by JumJum
If I had a wish on this my list would be something like this. Others will have other wishes, but for now, I'm the first one to ask ;-)
Beta Was this translation helpful? Give feedback.
All reactions