29 Commits (1a0adf49dfd3b3027a139fe1d2831da4474a352b)

Author SHA1 Message Date
Paul Sokolovsky 1a0adf49df esp8266: Enable urandom module. 9 years ago
Paul Sokolovsky 9d7b871f58 esp8266: Store frozen modules in FlashROM. 9 years ago
Paul Sokolovsky 4c2cb7e384 esp8266: Define MICROPY_EVENT_POLL_HOOK for the port. 9 years ago
Damien George 05dda0ee9e esp8266: Enable modlwip. 9 years ago
Paul Sokolovsky db984b73f3 esp8266: Enable stack overflow checking. 9 years ago
Paul Sokolovsky d3a4d39687 esp8266: Support raising KeyboardInterrupt on Ctrl+C. 9 years ago
Paul Sokolovsky 8ab16b6af0 esp8266: Add custom _assert() function. 9 years ago
Paul Sokolovsky 4284b3811f esp8266: Enable modmachine. 9 years ago
Damien George f70873db23 esp8266: Enable more features in mpconfigport.h. 9 years ago
Paul Sokolovsky 7480ee5892 esp8266: Enable uhashlib module. 9 years ago
Paul Sokolovsky 70fb9ee99b esp8266: Enable config settings helpful for debugging. 9 years ago
Paul Sokolovsky ff69a1d27d esp8266: Enable ujson, ubinascii, and uctypes modules. 9 years ago
Damien George 6f4357c28e esp8266: Enable math module. 9 years ago
Damien George 6d0629bddc esp8266: Enable float support, using 30-bit stuffed floats. 9 years ago
Damien George ecd1272d16 esp8266: Switch bignum implementation from long-long to mpz. 9 years ago
Damien George 731f359292 all: Add py/mphal.h and use it in all ports. 9 years ago
Paul Sokolovsky ee3fec3167 esp8266: Add skeleton "network" module. 10 years ago
Josef Gajdusek 59610c4004 esp8266: Add uos module 10 years ago
Damien George 4e7dc97bdc esp8266: Add module weak links; link time to utime. 10 years ago
Josef Gajdusek 103d12a877 esp8266: Add utime and pyb.RTC 10 years ago
Josef Gajdusek bda7041294 esp8266: Add support for frozen modules 10 years ago
Josef Gajdusek 9e00ac89d5 esp8266: Add esp.socket class, with ESP-style socket functionality. 10 years ago
Damien George 7f9d1d6ab9 py: Overhaul and simplify printf/pfenv mechanism. 10 years ago
Paul Sokolovsky 6ec650b41f esp8266: Add "esp" module with esp8266-specific "cooperative" networking. 10 years ago
Paul Sokolovsky f12ea7c7ed esp8266: Implement task-based, event-driven interface with UART. 10 years ago
Damien George 4a5895c4eb py: Disable stack checking by default; enable on most ports. 10 years ago
Damien George 3b51b3e90f stmhal: Collect all root pointers together in 1 place. 10 years ago
Damien George fbea810043 esp8266: Change bignum from mpz to longlong; move some rodata to iram. 10 years ago
Damien George 075d597464 esp8266: New port of Micro Python to ESP8266 wifi module. 10 years ago
Paul Sokolovsky 91386eee26 ports: Define mp_off_t. 10 years ago
Damien George 1e9a92f84f py: Use shorter, static error msgs when ERROR_REPORTING_TERSE enabled. 10 years ago
Damien George dd4f4530ab py: Add builtin memoryview object (mostly using array code). 10 years ago
Damien George 377b80b624 py: Print imported module's location (__file__) if available. 10 years ago
Damien George 3c658a4e75 py: Fix bug where GC collected native/viper/asm function data. 10 years ago
Damien George 75ec22bf11 py: #if guard qstrs that are optional. 10 years ago
Damien George 40f3c02682 Rename machine_(u)int_t to mp_(u)int_t. 11 years ago
Paul Sokolovsky 7e4ec3bf4f bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE. 11 years ago
Paul Sokolovsky 81df1e6c98 bare-arm: Disable array module and even bytearray type. 11 years ago
Damien George 4480cb3711 Provide definition of alloca() in mpconfigport.h. 11 years ago
Damien George f917f06384 bare-arm: Disable slice and set. 11 years ago
Damien George fb510b3bf9 Rename bultins config variables to MICROPY_PY_BUILTINS_*. 11 years ago
Damien George ee3fd46f13 Rename configuration variables controling Python features. 11 years ago
Damien George 58ebde4664 Tidy up some configuration options. 11 years ago
Damien George 6cebe24b7d bare-arm: Disable more stuff to reduce binary size. 11 years ago
Damien George 674f9887ce bare-arm/unix-cpy: Minor changes. 11 years ago
Damien George c557215822 Add 'bare-arm' port: the bare minimum to get it running on an ARM MCU. 11 years ago