Remove outdated info on ESP8266

pull/1/head
Peter Hinch 2019-12-17 19:39:08 +00:00
rodzic 801504bfb9
commit ebea14bd6f
4 zmienionych plików z 4 dodań i 19 usunięć

Wyświetl plik

@ -61,3 +61,6 @@ class BlockDevice:
return self._a_bytes >> self._nbits
if op == 5: # BP_IOCTL_SEC_SIZE
return self._block_size
if op == 6: # Erase
return 0

Wyświetl plik

@ -233,13 +233,7 @@ cp('/flash/main.py','/fram/')
See `upysh` in [micropython-lib](https://github.com/micropython/micropython-lib.git)
for other filesystem tools for use at the REPL.
# 6. ESP8266
Currently the ESP8266 does not support concurrent mounting of multiple
filesystems. Consequently the onboard flash must be unmounted (with
`uos.umount()`) before the FRAM can be mounted.
# 7. References
# 6. References
[Adafruit board](http://www.adafruit.com/product/1895)
[Chip datasheet](https://cdn-learn.adafruit.com/assets/assets/000/043/904/original/MB85RC256V-DS501-00017-3v0-E.pdf?1500009796)

Wyświetl plik

@ -265,9 +265,3 @@ cp('/flash/main.py','/eeprom/')
See `upysh` in [micropython-lib](https://github.com/micropython/micropython-lib.git)
for other filesystem tools for use at the REPL.
# 6. ESP8266
Currently the ESP8266 does not support concurrent mounting of multiple
filesystems. Consequently the onboard flash must be unmounted (with
`uos.umount()`) before the EEPROM can be mounted.

Wyświetl plik

@ -259,9 +259,3 @@ cp('/flash/main.py','/eeprom/')
See `upysh` in [micropython-lib](https://github.com/micropython/micropython-lib.git)
for other filesystem tools for use at the REPL.
# 6. ESP8266
Currently the ESP8266 does not support concurrent mounting of multiple
filesystems. Consequently the onboard flash must be unmounted (with
`uos.umount()`) before the EEPROM can be mounted.