Skip to content
Snippets Groups Projects
  1. Dec 11, 2017
  2. Nov 29, 2017
  3. Oct 04, 2017
    • Damien George's avatar
      all: Remove inclusion of internal py header files. · a3dc1b19
      Damien George authored
      Header files that are considered internal to the py core and should not
      normally be included directly are:
          py/nlr.h - internal nlr configuration and declarations
          py/bc0.h - contains bytecode macro definitions
          py/runtime0.h - contains basic runtime enums
      
      Instead, the top-level header files to include are one of:
          py/obj.h - includes runtime0.h and defines everything to use the
              mp_obj_t type
          py/runtime.h - includes mpstate.h and hence nlr.h, obj.h, runtime0.h,
              and defines everything to use the general runtime support functions
      
      Additional, specific headers (eg py/objlist.h) can be included if needed.
      a3dc1b19
  4. Jul 31, 2017
  5. Jun 28, 2016
  6. Mar 07, 2016
  7. Apr 02, 2015
  8. Feb 15, 2015
  9. Jan 07, 2015
  10. Jan 01, 2015
  11. Dec 10, 2014
  12. Aug 30, 2014
  13. Jun 30, 2014
  14. Jun 26, 2014
  15. May 25, 2014
  16. May 07, 2014
  17. May 03, 2014
  18. May 02, 2014
  19. Apr 05, 2014
  20. Mar 29, 2014
  21. Mar 22, 2014
Loading