aboutsummaryrefslogtreecommitdiff
path: root/cc3200/mpconfigport.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-09-04cc3200: Enable micropython.kbd_intr() methodRobert HH
2017-08-21all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-06-01ports: Convert from using stmhal's input() to core provided version.Damien George
2017-04-01all: Move BYTES_PER_WORD definition from ports to py/mpconfig.hDamien George
2017-02-22cc3200: Remove socket.timeout class, use OSError(ETIMEDOUT) instead.Damien George
2017-02-22cc3200: Enable uerrno module with short, custom list of error codes.Damien George
2017-02-22cc3200: Convert to using uPy internal errno numbers.Damien George
2017-02-06cc3200: Refactor "ticks" functions to use common extmod implementation.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George
2017-01-30cc3200: Convert to use new VFS sub-system and new ooFatFs library.Damien George
2017-01-22cc3200: Convert to use builtin help function.Damien George
2016-12-02extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI.Damien George
2016-11-21cc3200: Update for moduselect moved to extmod/.Paul Sokolovsky
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-10-18cc3200: Enable loading of precompiled .mpy files.Damien George
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-08-02cc3200, teensy: Remove broken malloc/free/realloc macro helpers.Damien George
2016-06-28cc3200: Enable the GIL.Damien George
2016-06-28cc3200: Add basic threading capabilities.Damien George
2016-04-15py: Declare help, input, open builtins in core.Paul Sokolovsky
2016-04-13ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.Damien George
2016-02-15cc3200: Fix breakage after VfsFat refactor.Paul Sokolovsky
2015-12-18stmhal, cc3200: Actually implement machine -> umachine module weak link.Paul Sokolovsky
2015-12-18ports: Rename "machine" module to "umachine".Paul Sokolovsky
2015-11-08cc3200: FatFS configuration moved to the library folder.Alex March
2015-10-31all: Add py/mphal.h and use it in all ports.Damien George
2015-10-21cc3200: Enable "all special methods" configuration option.danicampora
2015-10-21cc3200: Enable REPL autoindent.danicampora
2015-10-19cc3200: Create wipy module, remove HeartBeat class.danicampora
2015-09-27cc3200: Disable uheapq and uhashlib.Daniel Campora
2015-09-27cc3200: Rename pyb module to machine.Daniel Campora
2015-09-27cc3200: Implement support for os.dupterm().Daniel Campora
2015-09-27cc3200: New WLAN API including test.Daniel Campora
2015-09-27cc3200: New irq API, affects all classes that provide the irq method.Daniel Campora
2015-09-21cc3200: New SD and RTC API plus os and time modules' extensions.Daniel Campora
2015-09-10cc3200: Disable some uPy features in debug mode to help code fit.Daniel Campora
2015-09-10cc3200: New UART API plus related test.Daniel Campora
2015-07-30cc3200: Switch to 1 byte hash for QSTRs.Daniel Campora
2015-07-10cc3200: Add struct weak link for ustruct.Daniel Campora
2015-07-02cc3200: Add modussl, ssl sockets subclassed from normal sockets.Daniel Campora
2015-07-02cc3200: Add socket.timeout and socket.error exceptions.Daniel Campora
2015-06-28cc3200: Enable more features to improve compatibility with stmhal.Daniel Campora
2015-05-22cc3200: Finally unlock the full wake on WLAN feature set.Daniel Campora
2015-05-22cc3200: Add own ubinascii module.Daniel Campora
2015-05-20cc3200: Add uhashlib. Supports SHA1 and SHA256.Daniel Campora
2015-05-20cc3200: Disable UCTYPES and enable ARRAY_SLICE_ASSIGN.Daniel Campora
2015-05-17cc3200: Disable WLAN.urn() by default.Daniel Campora