39 Commits (777232c9a5ce15ca7c7b0b3c52dd2a3b00bb1acc)

Author SHA1 Message Date
Paul Sokolovsky 2e75a17bab esp8266: Fix issue when current repl line was garbage-collected. 9 years ago
Damien George 9475cc59e6 esp8266: Support synchronous wifi scanning. 9 years ago
Paul Sokolovsky c961889e34 esp8266: Add basic support for duplicating REPL output. 9 years ago
Paul Sokolovsky 374654f2b8 esp8266: Enable FatFs support. 9 years ago
Damien George 78d0dde562 esp8266: Add onewire helper functions as C module. 9 years ago
Paul Sokolovsky a1d072df81 esp8266: Enable auto-indent in REPL. 9 years ago
Paul Sokolovsky df1f6783f2 esp8266: Add "socket" and "usocket" aliases for lwip module. 9 years ago
Paul Sokolovsky 494aea3e86 esp8266: Enable non-blocking stream support. 9 years ago
Damien George 5bc9398d9d esp8266: Enable more extmod's: uheapq, ure, uzlib. 9 years ago
Damien George 8000d51b68 esp8266: Add module weak link from json to ujson. 9 years ago
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