11 Commits (f7d6108d1ad83f26598e73d3b163f3de411c902b)

Author SHA1 Message Date
Damien George da2d2b6d88 py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output. 6 years ago
Damien George 8f86fbfd6c ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32. 6 years ago
Damien George bc6c56d75d esp8266/mpconfigport.h: Enable ucryptolib module for standard build. 6 years ago
Damien George 565f590586 ports: Enable IOBase on unix, stm32, esp8266 and esp32. 7 years ago
Damien George 93150a0d40 ports: Enable descriptors on stm32, esp8266, esp32 ports. 7 years ago
Damien George f35aae366c extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX. 7 years ago
Damien George 20b4b85f72 ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports. 7 years ago
Damien George afd0701bf7 esp8266: Change UART(0) to attach to REPL via uos.dupterm interface. 7 years ago
Damien George 94a79f340d esp8266/mpconfigport.h: Add some weak links to common Python modules. 7 years ago
Damien George 82828340a0 ports: Enable ucollections.deque on relevant ports. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Damien George 4ec803a42a all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Alex Robbins 4662006119 esp8266/mpconfigport.h: Make socket a weak link 7 years ago
Paul Sokolovsky 0fe825b89e esp8266: Enable MICROPY_ENABLE_FINALISER. 7 years ago
Damien George eeaab1897b extmmod/modonewire: Rename public module to mp_module_onewire. 7 years ago
Damien George 6ff0ecfffc ports: Convert from using stmhal's input() to core provided version. 8 years ago
Damien George 22fdb91571 esp8266/mpconfigport.h: Remove duplicate link to lwip module. 8 years ago
Paul Sokolovsky 605ff91efd extmod/machine_signal: Support all Pin's arguments to the constructor. 8 years ago
Damien George 7df4558df8 esp8266: Remove unused entry in port root pointers. 8 years ago
Damien George 4c307bfba1 all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h 8 years ago
Damien George 1b7d67266d esp8266: Enable micropython.schedule() with locking in pin callback. 8 years ago
Damien George 6771adc75f esp8266/mpconfigport.h: Enable help('modules') feature. 8 years ago
Damien George 0bd61d23b9 extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. 8 years ago
Damien George c95c583857 esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config. 8 years ago
Damien George f9ecd484bb esp8266: Change to use new generic VFS sub-system. 8 years ago
Damien George 8d5c6332c0 esp8266: Switch to use OO version of FatFs library. 8 years ago
Damien George 4ccd899e65 esp8266: Convert to use builtin help function. 8 years ago
Paul Sokolovsky 1328833663 stmhal, esp8266: Enable utimeq module. 8 years ago
Damien George 48d81c6900 esp8266: Use core-provided keyboard exception object. 8 years ago
Damien George 3a4ebf5768 esp8266: Enable inline Xtensa assembler. 8 years ago
Damien George 45a6156dfd esp8266: Enable native emitter for Xtensa arch. 8 years ago
Damien George ad166857bc esp8266: Refactor to use extmod implementation of software SPI class. 8 years ago
Damien George e50cb73b7a esp8266: Enable uselect module. 8 years ago
Damien George e5ef15a9d7 py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. 8 years ago
Damien George 6b239c271c py: Factor out persistent-code reader into separate files. 8 years ago
Paul Sokolovsky 9514d847fe esp8266: Add MP_FASTCODE modifier to put a function to iRAM. 8 years ago
Paul Sokolovsky a97284423e extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse. 8 years ago
Damien George ed878275b0 esp8266: Enable micropython.alloc_emergency_exception_buf(). 8 years ago
Damien George af8d791bd0 esp8266: Enable importing of precompiled .mpy files. 8 years ago
Damien George 11fc6553e8 esp8266: Enable sys.{stdin,stdout,stderr}.buffer for raw serial access. 8 years ago
Radomir Dopieralski db4e009217 esp8266/mpconfigport: Enable MICROPY_PY_BUILTINS_SLICE_ATTRS 8 years ago
Paul Sokolovsky 3b3612c65b esp8266: Make neopixel support configurable. 8 years ago
Damien George 056da75a8a esp8266: Make PY_UHASHLIB_SHA1 config depend on PY_USSL and SSL_AXTLS. 8 years ago
Damien George 5863e15a23 esp8266/modpybspi: Use generic SPI helper methods to implement SPI. 8 years ago
Damien George 675d1c9c60 ports: Remove typedef of machine_ptr_t, it's no longer needed. 8 years ago
Paul Sokolovsky 9cf2949356 esp8266/mpconfigport.h: Enable support for all special methods. 8 years ago
Paul Sokolovsky 0e4cae5212 esp8266: Make APA102 driver inclusion configurable. 8 years ago
Paul Sokolovsky 61e77a4e88 py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting. 8 years ago
Paul Sokolovsky ba2c503541 esp8266/mpconfigport.h: Include sys/types.h for POSIX types definitions. 8 years ago