5237 Commits (1febaf3ac3fa8e815b92cf0549a78599a0a69cc5)
 

Author SHA1 Message Date
Damien George 1febaf3ac3 esp8266: Change "soft reboot" message to work with pyboard.py. 9 years ago
Damien George d083d7d610 esp8266: Allow Makefile's PORT variable to be overridden. 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 3d1d92acfc mpy-cross: Give a more sensible error message when file doesn't exist. 9 years ago
Noah Rosamilia 6bb9d3ea3e docs/uctypes.rst: Fix typo (steamlined -> streamlined). 9 years ago
Paul Sokolovsky dc320164d8 unix/modsocket: Add comment regarding close() error checking (which is none). 9 years ago
Damien George 4f72aa86bf py/qstrdefs: Add mkdir and remove qstrs for user-mountable filesystems. 9 years ago
Paul Sokolovsky 2740dd85f2 tests/vfs_fat_ramdisk: Add testcase for .rename(). 9 years ago
Paul Sokolovsky e0821830b0 extmod/vfs_fat: Add .rename() method. 9 years ago
Paul Sokolovsky 09e363316f extmod/vfs_fat_misc: Fix cc3200 port build. 9 years ago
Paul Sokolovsky 9fb36af9af tests/vfs_fat_ramdisk: Allow to run in native mode (don't use "with"). 9 years ago
Paul Sokolovsky 08fed6992f extmod/vfs_fat_misc: Add func prototype for pedantic warnings. 9 years ago
Paul Sokolovsky 6ef65e70af extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine. 9 years ago
Paul Sokolovsky eaa96a7610 tests/vfs_fat_ramdisk: Add testcase for .mkdir(). 9 years ago
Paul Sokolovsky bbe832a0b2 extmod/vfs_fat: Add .mkdir() method. 9 years ago
Paul Sokolovsky 6f469209e9 extmod/vfs_fat: Fix unused param warning/error. 9 years ago
Paul Sokolovsky 57425b648f tests/vfs_fat_ramdisk: Add testcase for .remove(). 9 years ago
Paul Sokolovsky 19749db7bf extmod/vfs_fat: Add .remove() method. 9 years ago
Paul Sokolovsky 9c081b740b tests/vfs_fat_ramdisk: Add .listdir() testcase. 9 years ago
Paul Sokolovsky cd6d189f48 extmod/vfs_fat: Move listdir() method from stmhal for reuse. 9 years ago
danicampora 8a18084571 cc3200: Update WiPy software version to 1.2.0 9 years ago
Damien George ac23662550 unix: Enabled importing of persistent bytecode (.mpy files). 9 years ago
Damien George 476c15290d stmhal: Enabled importing of persistent bytecode (.mpy files). 9 years ago
Damien George 56f76b873a mpy-cross: Add new component, a cross compiler for MicroPython bytecode. 9 years ago
Damien George ea23520403 py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime. 9 years ago
danicampora 57b96a7be2 docs: Correct machine.Timer code examples related to duty cycle. 9 years ago
danicampora 8e1fdf2eb3 docs: Add note on machine.Timer class regarding PWM output pins. 9 years ago
Damien George 28adab36c7 py/emitinlinethumb: Use qstrs instead of char* for names of asm ops. 9 years ago
Damien George e9d1a94bf0 py/malloc: Provide a proper malloc-based implementation of realloc_ext. 9 years ago
Damien George d6c558c0aa py/parse: Use m_renew_maybe to ensure that memory is shrunk in-place. 9 years ago
danicampora add930c4b5 cc3200: Rename 'server' class to 'Server' for consistency. 9 years ago
danicampora 12547ce737 docs: Minor change to improve clarity in machine.Timer docs. 9 years ago
danicampora cc7a4d7db2 tests/wipy: Correct machine test expected result. 9 years ago
danicampora 5148860332 tests: Skip uctypes and urandom tests not supported byt the WiPy. 9 years ago
danicampora 495e7cfebc cc3200: Improve robustness of WLAN during sleep modes. 9 years ago
danicampora f5248a087a cc3200: Fix "debug" build. 9 years ago
danicampora 0d210a0be8 docs: Correct WiPy Timer docs. 9 years ago
danicampora fe9620a2bd test/wipy: Add Timer class tests. 9 years ago
danicampora 73c9f85b4c cc3200: Simplify the Timer API and correct the documents. 9 years ago
danicampora 562bcffd3a cc3200: Improve robustness of the I2C driver. 9 years ago
danicampora ed8db2e371 cc3200: Finally fix the Timer class API. 9 years ago
Damien George 53fec1ef48 README.md: Add link to micropython.org. 9 years ago
Damien George 40d8430ee3 py/vm: Add macros to hook into various points in the VM. 9 years ago
Alex March 69d9e7d27d py/repl: Check for an identifier char after the keyword. 9 years ago
Paul Sokolovsky dfc35afba1 tests/vfs_fat_ramdisk: Skip test if can't allocate ramdisk. 9 years ago
Paul Sokolovsky 6cee869feb py/qstrdefs.h: qstrs for VfsFat. 9 years ago
Dave Hylands ec37239e53 stmhal: Improvements to the STM32F4DISC UART config settings. 9 years ago
Dave Hylands 4b2938a4b0 stmhal: Some NETDUINO_PLUS_2 cleanup 9 years ago