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

modesp.c

Blame
    • Damien George's avatar
      45a6156d
      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
      History
      esp8266: Enable native emitter for Xtensa arch.
      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.