- 15 Feb, 2016 1 commit
-
-
devsaurus authored
-
- 09 Feb, 2016 1 commit
-
-
devsaurus authored
-
- 22 Jan, 2016 1 commit
-
-
devsaurus authored
-
- 21 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus associated fixes.
-
- 20 Jan, 2016 1 commit
-
-
Johny Mattsson authored
Plus boat-load of fixes to actually make that build.
-
- 30 Dec, 2015 2 commits
- 21 Dec, 2015 1 commit
-
-
devsaurus authored
-
- 16 Dec, 2015 1 commit
-
-
TerryE authored
carrying on Johny's edits as per my comments on #810
-
- 12 Dec, 2015 2 commits
-
-
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.
-
- 28 Nov, 2015 1 commit
-
-
btsimonh authored
if n = 0 -> std pinout. if n != 0 -> alternate pinout (gpio13 and gpio15)
-
- 12 Nov, 2015 1 commit
-
-
Johny Mattsson authored
Make ADC vs readvdd33 option user_config.h configurable for the init data, and made readvdd33 the default.
-
- 27 Oct, 2015 2 commits
-
-
devsaurus authored
duplex_mode configuration enables/disables receiving with spi.send() spi.send_recv removed
-
Johny Mattsson authored
With the new SDK soft-wdt it is no longer sufficient to tickle the hardware watchdog, so all (found) instances have been changed to system_soft_wdt_feed().
-
- 25 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 18 Oct, 2015 4 commits
- 12 Oct, 2015 1 commit
-
-
Johny Mattsson authored
The ESP never supported internal pulldowns, and the SDK now matches reality.
-
- 03 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 04 Aug, 2015 2 commits
-
-
Johny Mattsson authored
When using the flash write API, the flash is unmapped/uncached, and as such it's not possible to source data directly from flash (e.g. string literals).
-
Bernd Meyer authored
(Occurs e.g. when SPIFFS cache is disabled.) Implementation mirrors the existing handling in the write path.
-
- 19 Jun, 2015 1 commit
-
-
Vowstar authored
-
- 18 Jun, 2015 1 commit
-
-
vowstar authored
-
- 29 May, 2015 1 commit
-
-
dnc40085 authored
-
- 21 May, 2015 1 commit
-
-
HuangRui authored
-
- 05 May, 2015 1 commit
-
-
Vowstar authored
-
- 02 Apr, 2015 1 commit
-
-
funshine authored
-
- 24 Mar, 2015 1 commit
-
-
funshine authored
-
- 22 Mar, 2015 1 commit
-
-
funshine authored
-
- 15 Mar, 2015 5 commits
- 25 Feb, 2015 1 commit
-
-
HuangRui authored
-
- 14 Feb, 2015 2 commits