Commit f3e07b5
authored
Try fix flash restrictions for W600 and W800 (#1936)
* Try fix flash restrictions for W600 and W800 by moving start of FLASH_VARS (changing FLASH_VARS_STRUCTURE_ADDR)
So restrictions in new_pins.h should be obsolete (allowing e.g. second SSID for W600 and W800)
For W800 restriction should be no longer present since some time, because it was moved to easyflash some time ago...
* Fix code in new_cfg.c, too
Removed special handling for W600 and updated config version.
* Tried an "update" mechanism: move flash_vars to new location if config is version 3
* Fix overwriting configSize in CFG_CalcChecksum() in case of V3 config
* I try fixing error for XR platforms for conflicting SSD1306_Init by excluding local "components" dir
* Try fixig build by removing "-lcomponent"
* Try fix for XR806, too
* try zeroing new space in config
* Try fixing zero memory
Add some more debug output
* Removed test code for fixing XRadio devices - nothing to do with this PR
Removed debug output
* Change to reflect moving flashvars from local structure to easyflash in latest commit1 parent 17f20e2 commit f3e07b5
2 files changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 29 | | |
33 | | - | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
| |||
871 | 867 | | |
872 | 868 | | |
873 | 869 | | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
874 | 878 | | |
| 879 | + | |
875 | 880 | | |
876 | 881 | | |
877 | 882 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1553 | 1553 | | |
1554 | 1554 | | |
1555 | 1555 | | |
1556 | | - | |
1557 | | - | |
1558 | | - | |
1559 | | - | |
1560 | | - | |
1561 | 1556 | | |
1562 | 1557 | | |
1563 | 1558 | | |
| |||
1577 | 1572 | | |
1578 | 1573 | | |
1579 | 1574 | | |
1580 | | - | |
1581 | 1575 | | |
1582 | 1576 | | |
1583 | 1577 | | |
| |||
0 commit comments