Skip to content
Snippets Groups Projects
Select Git revision
  • 9487b80666ead95b0143c9372b72774af8ebf950
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

esp.socket.rst

  • Radomir Dopieralski's avatar
    78ccb44a
    docs: Document esp module for ESP8266. · 78ccb44a
    Radomir Dopieralski authored
    I document as much as I could guess from experiments and reading the
    code for the ``esp`` module for the ESP8266 port of Micropython.
    
    For now the tag has to be set manually with -t option when building,
    when we have properly split documentation, there will be a separate
    config file for esp8266 with that the tag "port_esp8266" set.
    
    To build use:
    
    make SPHINXOPTS="-t port_esp8266" html
    78ccb44a
    History
    docs: Document esp module for ESP8266.
    Radomir Dopieralski authored
    I document as much as I could guess from experiments and reading the
    code for the ``esp`` module for the ESP8266 port of Micropython.
    
    For now the tag has to be set manually with -t option when building,
    when we have properly split documentation, there will be a separate
    config file for esp8266 with that the tag "port_esp8266" set.
    
    To build use:
    
    make SPHINXOPTS="-t port_esp8266" html