1. bb4c6f3 py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself. by Damien George · 11 years ago
  2. 5b7fd20 Add support for storing args during an exception raised by an irq. by Dave Hylands · 11 years ago
  3. 40f3c02 Rename machine_(u)int_t to mp_(u)int_t. by Damien George · 11 years ago
  4. 59c675a py: Include mpconfig.h before all other includes. by Paul Sokolovsky · 11 years ago
  5. f6932d6 Prefix ARRAY_SIZE with micropython prefix MP_ by Emmanuel Blot · 11 years ago
  6. 04b9147 Add license header to (almost) all files. by Damien George · 11 years ago
  7. 6d3c5e4 Add ARRAY_SIZE macro, and use it where possible. by Damien George · 11 years ago
  8. 8b0535e py: Change module globals from mp_map_t* to mp_obj_dict_t*. by Damien George · 11 years ago
  9. df6567e Merge map.h into obj.h. by Damien George · 11 years ago
  10. caac542 Proper support for registering builtin modules in ROM. by Damien George · 11 years ago[Renamed (99%) from py/builtinmp.c]
  11. efe3422 py: Clean up includes. by xbe · 11 years ago
  12. 0c36da0 Implement ROMable modules. Add math module. by Damien George · 11 years ago
  13. 520e2f5 Replace global "static" -> "STATIC", to allow "analysis builds". Part 2. by Paul Sokolovsky · 11 years ago
  14. 55baff4 Revamp qstrs: they now include length and hash. by Damien George · 12 years ago
  15. 91d457a py: Put micropython module init code in builtinmp.c. by Damien George · 12 years ago
  16. 440cc3f Expose memory stats functions via "micropython" module. by Paul Sokolovsky · 12 years ago