Skip to content
Snippets Groups Projects
  1. Jul 31, 2014
  2. Jul 30, 2014
  3. Jul 28, 2014
  4. Jul 27, 2014
  5. Jul 25, 2014
    • Dave Hylands's avatar
      Add support for storing args during an exception raised by an irq. · 5b7fd20f
      Dave Hylands authored
      The user code should call micropython.alloc_emergency_exception_buf(size)
      where size is the size of the buffer used to print the argument
      passed to the exception.
      
      With the test code from #732, and a call to
      micropython.alloc_emergenncy_exception_buf(100) the following error is
      now printed:
      ```python
      >>> import heartbeat_irq
      Uncaught exception in Timer(4) interrupt handler
      Traceback (most recent call last):
        File "0://heartbeat_irq.py", line 14, in heartbeat_cb
      NameError: name 'led' is not defined
      ```
      5b7fd20f
  6. Jul 24, 2014
  7. Jul 22, 2014
  8. Jul 19, 2014
  9. Jul 17, 2014
  10. Jul 13, 2014
  11. Jul 12, 2014
  12. Jul 10, 2014
  13. Jul 09, 2014
  14. Jul 05, 2014
  15. Jul 03, 2014
  16. Jul 01, 2014
  17. Jun 30, 2014
    • Paul Sokolovsky's avatar
      stackctrl: Add "mp_" prefix. · caa73341
      Paul Sokolovsky authored
      caa73341
    • Damien George's avatar
      py: Improvements to native emitter. · b601d957
      Damien George authored
      Native emitter can now compile try/except blocks using nlr_push/nlr_pop.
      It probably only works for 1 level of exception handling.  It doesn't
      work on Thumb (only x64).
      
      Native emitter can also handle some additional op codes.
      
      With this patch, 198 tests now pass using "-X emit=native" option to
      micropython.
      b601d957
  18. Jun 29, 2014
    • stijn's avatar
      windows: Sync mpconfigport.h with the unix' version · ec6fa873
      stijn authored
      - rearrange/add definitions that were not there so it's easier to compare both
      - use MICROPY_PY_SYS_PLATFORM in main.c since it's available anyway
      - define EWOULDBLOCK, it is missing from ingw32
      ec6fa873
  19. Jun 28, 2014
  20. Jun 27, 2014
  21. Jun 26, 2014
Loading