You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ficeto-esp8266: (31 commits)
leftovers
Update to the latest SPIFFS git and cleanup
add Exception Causes (EXCCAUSE) docu
fix possible null ptr in EEPROM.cpp
Align the start of functions to the next power-of-two greater than 4, skipping up to 3 bytes.
improve os_printf handling when buffer full. - wait for free buffer in hw fifo
force all os_malloc calls to request a aligned size. - this fix Fatal exception (9) by unaligned class memory
add some __attribute__ for compiler to get better optimizations and warning handle
fix possible problems in EEPROM regarding interrupt handling and SPI flash blocking
spiffs fixes
improve includes add ssid and ip to debug out
add examples/WiFiMulti/WiFiMulti.ino
add support for list of AP connections - auto select ssid with best signal - for debugging enable DEBUG_WIFI_MULTI macro and call Serial.setDebugOutput(true);
fix start address so erase works
disable all interrupts when reading from spiffs
printf to print instead of write
fix uart triggering reset when spi has been read/written
ESP8266WiFiClass::waitForConnectResult()
add Print::printf
fix data types
...
| 18 | InstFetchPrivilegeCause | An instruction fetch referenced a virtual address at a ring level less than CRING | MMU | Yes |
24
+
| 19 | Reserved for Tensilica ||||
25
+
| 20 | InstFetchProhibitedCause | An instruction fetch referenced a page mapped with an attribute that does not permit instruction fetch | Region Protection or MMU | Yes |
26
+
| 21..23 | Reserved for Tensilica ||||
27
+
| 24 | LoadStoreTLBMissCause | Error during TLB refill for a load or store | MMU | Yes |
28
+
| 25 | LoadStoreTLBMultiHitCause | Multiple TLB entries matched for a load or store | MMU | Yes |
29
+
| 26 | LoadStorePrivilegeCause | A load or store referenced a virtual address at a ring level less than CRING | MMU | Yes |
30
+
| 27 | Reserved for Tensilica ||||
31
+
| 28 | LoadProhibitedCause | A load referenced a page mapped with an attribute that does not permit loads | Region Protection or MMU | Yes |
32
+
| 29 | StoreProhibitedCause | A store referenced a page mapped with an attribute that does not permit stores | Region Protection or MMU | Yes |
33
+
| 30..31 | Reserved for Tensilica ||||
34
+
| 32..39 | CoprocessornDisabled | Coprocessor n instruction when cpn disabled. n varies 0..7 as the cause varies 32..39 | Coprocessor | No |
35
+
| 40..63 | Reserved ||||
36
+
37
+
38
+
Infos from Xtensa Instruction Set Architecture (ISA) Reference Manual
0 commit comments