6806 Commits (5630778f0f3a114f5b7d7f71f3df0bd1c3b378f6)
 

Author SHA1 Message Date
Paul Sokolovsky 5630778f0f esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect). 8 years ago
puuu 933198c55f docs/*/quickref.rst: Use new semantics of ticks_diff() 8 years ago
Paul Sokolovsky 1cc168d487 esp8266: Include upip as a standard frozen bytecode module. 8 years ago
Paul Sokolovsky 61d74fdef8 tools, unix: Replace upip tarball with just source files. 8 years ago
Olivier Ortigues bc4441afa7 esp8266/espneopixel.c: Solve glitching LED issues with cpu at 80MHz. 8 years ago
Ryan Shaw 8ebd53afc9 stmhal: enable SD power save (disable CLK on idle) 8 years ago
Paul Sokolovsky 8f068e84ee examples/hwapi: Example showing best practices for HW API usage in apps. 8 years ago
Paul Sokolovsky 5c3d75c937 docs/esp8266: Update for new WebREPL setup procedure. 8 years ago
Paul Sokolovsky e84e3e7c10 esp8266: Rework webrepl_setup to run over wired REPL. 8 years ago
Paul Sokolovsky fa3a108ed7 tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto". 8 years ago
Paul Sokolovsky 8bc3fc20fe esp8266: Rename "machine" module implementation to use contemporary naming. 8 years ago
Paul Sokolovsky 3ccdbf792c zephyr/Makefile: Add -fomit-frame-pointer. 8 years ago
Paul Sokolovsky 50e8e28f96 zephyr/Makefile: Add minimal port. 8 years ago
Paul Sokolovsky f59465d763 zephyr/Makefile: Allow to override Zephyr config from make command line. 8 years ago
Paul Sokolovsky 919fc2dc47 zephyr/Makefile: Update comments to the current state of affairs. 8 years ago
Paul Sokolovsky 688cc79294 zephyr/Makefile: Allow to adjust heap size from make command line. 8 years ago
Paul Sokolovsky 13f7a7b86b zephyr/mpconfigport.h: Move less important params to the bottom. 8 years ago
Paul Sokolovsky 9b345a9e48 extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types. 8 years ago
stijn 3272afe57f windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter 8 years ago
stijn 0b9ed55026 windows: Fix utime_mphal compilation for msvc 8 years ago
Damien George 7bb0f7b0f6 drivers: Add "from micropython import const" when const is used. 8 years ago
Damien George 561844f3ba py: Add MICROPY_FLOAT_CONST macro for defining float constants. 8 years ago
Damien George ca973bd308 qemu-arm: Enable software floating point support, and float tests. 8 years ago
Damien George cd527bb324 lib/libm: Move Thumb-specific sqrtf function to separate file. 8 years ago
Colin Hogben 828df54bfe py: Change config default so m_malloc0 uses memset if GC not enabled. 8 years ago
Alex March 94aeba0427 tests/extmod/framebuf1: Test framebuffer pixel clear, and text function. 8 years ago
Colin Hogben f9b6b37cf6 py: Fix wrong assumption that m_renew will not move if shrinking 8 years ago
ernitron e5f06559e6 esp8266/modules: Fix negative temperature in ds18x20 driver. 8 years ago
Paul Sokolovsky 10bde6933e extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions. 8 years ago
Paul Sokolovsky 5fae914326 esp8266/etshal.h: Adjust size of MD5_CTX structure. 8 years ago
Paul Sokolovsky 2ec70dc812 esp8266/etshal.h: Add prototypes for SPIRead/SPIWrite/SPIEraseSector. 8 years ago
Jan Pochyla ffb04a5845 unix: fix symbol references for x86 Mac 9 years ago
Paul Sokolovsky a6c9060d81 esp8266/main: Bump heap size to 36K. 8 years ago
puuu b97c17e125 esp8266/modnetwork.c: Allows AP reconnection without WiFi credentials 8 years ago
Paul Sokolovsky eddcf0a5de esp8266/scripts/port_diag: Add descriptions for esf_buf types. 8 years ago
Paul Sokolovsky 805f7ea2f2 docs/utime: Add docs for ticks_add(), improvements for other ticks_*(). 8 years ago
Paul Sokolovsky 8679d9e6a6 docs/utime: Remove only:: for ticks_diff(). 8 years ago
Pavol Rusnak 7ffc959c00 py: remove asserts that are always true in emitbc.c 8 years ago
Pavol Rusnak 3679ee9b52 py: fix null pointer dereference in mpz.c, fix missing va_end in warning.c 8 years ago
Paul Sokolovsky e377f3cb40 esp8266/modnetwork: config(): Fix copy-paste error in setting "mac". 8 years ago
Paul Sokolovsky d60ad5cf53 docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics). 8 years ago
Paul Sokolovsky 153665f159 docs/utime: Document ticks_cpu() in more detail. 8 years ago
Paul Sokolovsky 7219a18d17 docs/library/index: Update TOCs so builtins sorted before modules. 8 years ago
Paul Sokolovsky 796b720dbc tools/tinytest-codegen: Exclude ticks_diff test for qemu-arm port. 8 years ago
Paul Sokolovsky be6a765c69 tests/extmod/ticks_diff: Test for new semantics of ticks_diff(). 8 years ago
Fabio Utzig 8908e505ce py/sequence: Fix reverse slicing of lists. 8 years ago
Paul Sokolovsky e429daa572 extmod/utime_mphal: Fix implementation of new semantics of ticks_diff(). 8 years ago
Paul Sokolovsky 76146b3d9a extmod/utime_mphal: Allow ticks functions period be configurable by a port. 8 years ago
Paul Sokolovsky 1ba4db5685 tests/btree1: Fix out of memory error running on esp8266. 8 years ago
Paul Sokolovsky 64c6bdb8ee esp8266/modutime: Consistently convert to MP_ROM_QSTR/MP_ROM_PTR. 8 years ago