Skip to content
  • Damien George's avatar
    esp8266: Enable native emitter for Xtensa arch. · 45a6156d
    Damien George authored
    This patch allows esp8266 to use @micropython.native and
    @micropython.viper function decorators.  By default the executable machine
    code is written to the space at the end of the iram1 region.  The user can
    call esp.set_native_code_location() to make the code go to flash instead.
    45a6156d