- 28 Dec, 2015 6 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
- 27 Dec, 2015 3 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
- 17 Dec, 2015 12 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Johny Mattsson authored
SPI: cpol=high is not implemented due to insufficient hw docs
-
- 16 Dec, 2015 3 commits
-
-
devsaurus authored
-
Terry Ellison authored
Cleanup/minor correction: Flash addr cleanup
-
Johny Mattsson authored
-
- 15 Dec, 2015 2 commits
-
-
Arnim Läuger authored
Readme for u8glib app to dev
-
Artem Pastukhov authored
-
- 14 Dec, 2015 5 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
Marcel Stör authored
-
Artem Pastukhov authored
-
Artem Pastukhov authored
-
- 13 Dec, 2015 2 commits
-
-
Marcel Stör authored
-
Marcel Stör authored
-
- 12 Dec, 2015 3 commits
-
-
Terry Ellison authored
Do not allow execution to continue after a PANIC
-
Johny Mattsson authored
-
Johny Mattsson authored
There was only one genuine use of this macro, all other places were using it only as a necessary compensation. While this was fine as long as it was the first meg of flash which was mapped, it became incorrect and quite dangerous whenever this assumption did not hold (such as when running from the second slot in an OTA scenario). The flash API now uses actual addresses, not translated/mapped addresses, and the users of this API have been adjusted accordingly. This makes the flash API work correctly regardless of what flash mapping is in use. The old macro is still available under the new name INTERNAL_FLASH_MAPPED_ADDRESS, and this is used to detect flash writes where the source is mapped flash (and thus has to be bounced), and to adjust the _flash_used_end linker symbol when used with flassh_find_sector() by the filesystem code. The latter usage is not OTA-proof, but in an OTA scenario the filesystem needs a fixed location anyway and thus would not use this code path.
-
- 10 Dec, 2015 1 commit
-
-
Marcel Stör authored
-
- 06 Dec, 2015 3 commits
-
-
Marcel Stör authored
Update readme 2
-
Nick Andrew authored
* Remove the "0.9.6; deprecated" comment regarding the master branch * Add a paragraph on enabling debugging * Clarify (I hope) the conditions under which you need to reformat your flash filesystem. * Remove trailing blanks Signed-off-by:
Nick Andrew <nick@nick-andrew.net>
-
Nick Andrew authored
Based on @vowstar edits: * Note that the SDK is the NONOS one * Add links for NodeMCU devkit v1.0 and distinguish from v0.9 * Remove the ToDo list (as all are complete but for 1 item)
-