7214 Commits (143fa0ffeb41f0fb0f3c84bfd43397d36d97cea5)
 

Author SHA1 Message Date
Damien George 143fa0ffeb unix: Get minimal version compiling again. 8 years ago
Damien George 8d5c6332c0 esp8266: Switch to use OO version of FatFs library. 8 years ago
Damien George 94d87fbb30 test/extmod: Update vfs_fat tests for new OO FatFs library. 8 years ago
Damien George 5395f5bc71 unix: Switch to OO version of FatFS library. 9 years ago
Damien George f5f4cdae89 extmod/vfs_fat: Rework so it can optionally use OO version of FatFS. 9 years ago
Damien George d4464b0050 py/py.mk: Add CFLAGS_MOD flag to set config file for FatFs. 8 years ago
Damien George 9b08faf3ae lib/oofatfs: Add OO version of FatFS library. 8 years ago
Damien George f1db8a3097 qemu-arm: Don't compile tests in "REPL" mode. 8 years ago
Damien George cc4c1adf6e py/showbc: Make sure to set the const_table before printing bytecode. 8 years ago
Paul Sokolovsky 4614403f63 tools/tinytest-codegen.py: Blacklist heapalloc_str.py test for qemu-arm. 8 years ago
Paul Sokolovsky 9ffc3ae0e7 tests/heapalloc_str: Test for alloc-free string operations. 8 years ago
Paul Sokolovsky e2e663291d py/objstr: Optimize string concatenation with empty string. 8 years ago
Damien George 221f88d1f3 tests/extmod: Add test for ure debug printing when compiling a regex. 8 years ago
Damien George e9cb1f8077 py/objmodule: Move module init/deinit code into runtime functions. 8 years ago
Damien George bf51200bc1 tests/extmod/framebuf1: Fix test for framebuf invalid constructor. 8 years ago
Oleg Korsak 406fb3cb60 tests/extmod/framebuf4: Add tests for GS4_HMSB framebuf format. 8 years ago
Oleg Korsak fd99690f18 extmod/modframebuf: Add GS4_HMSB format. 8 years ago
Damien George eaa77455c3 py/objint: Fix left-shift overflow in checking for large int. 8 years ago
Damien George b32a38e373 esp8266: Factor out common linker code to esp8266_common.ld. 8 years ago
Damien George 246f607a92 stmhal/mpconfigport.h: Reorganise the config options into groups. 8 years ago
Damien George f8a022bc11 stmhal/boards/STM32L476DISC: Use external SPI flash for filesystem. 8 years ago
Damien George d6a2d00167 stmhal: Add ability to have filesystem stored on external SPI flash. 8 years ago
Damien George 784e023a26 drivers/memory: Add SPI flash driver, written in C. 8 years ago
Pavol Rusnak bdcca42390 stmhal: Fix examples in openocd configs to include addresses. 8 years ago
stijn 533129f835 tests: Make sure special tests can be skipped as well. 8 years ago
Damien George c707668d9e docs/library/lcd160cr: Fix set_brightness range, should be 0..31. 8 years ago
Damien George 7d08bc27e2 docs/pyboard/tutorial: Add tutorial for LCD160CR. 8 years ago
Damien George cffe00d6ab stmhal: Add default frozen-bytecode directory and link lcd160cr driver. 8 years ago
Damien George e72e343908 docs: Add documentation for lcd160cr module. 8 years ago
Damien George 43d9f9916a drivers/display: Add driver and test for uPy LCD160CR display. 8 years ago
Damien George e2d13d934a extmod/modframebuf: Clip pixels drawn by line method. 8 years ago
Damien George 211244d1f3 lib/utils/pyexec: Only print help prompt if HELP feature is enabled. 8 years ago
Damien George c594cf12ed stmhal: Enable help('modules') feature. 8 years ago
Damien George 20fc620327 tests/basics/builtin_help: Add test for help('modules'). 8 years ago
Damien George 1abaf74293 unix: Enable MICROPY_PY_BUILTINS_HELP_MODULES in coverage build. 8 years ago
Damien George f5172af1c4 py/builtinhelp: Implement help('modules') to list available modules. 8 years ago
Damien George 9de91914fb py: Move weak-link map to objmodule.c, and expose module maps as public. 8 years ago
Damien George 1864f90e9a tests: Add test for builtin help function. 8 years ago
Damien George 51c89e4f4e unix: Enable builtin help function in coverage build. 8 years ago
Damien George 895807137e lib/utils: Remove old pyhelp helper, replaced with py/builtinhelp.c. 8 years ago
Damien George 77e0cee49e zephyr: Convert to use builtin help function. 8 years ago
Damien George 739465c04f teensy: Convert to use builtin help function. 8 years ago
Damien George 4d7fba83a6 cc3200: Convert to use builtin help function. 8 years ago
Damien George 4ccd899e65 esp8266: Convert to use builtin help function. 8 years ago
Damien George 8678e3edfd stmhal: Convert to use builtin help function. 8 years ago
Damien George 9f04dfb568 py: Add builtin help function to core, with default help msg. 8 years ago
Paul Sokolovsky bd3dd9296b tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc. 8 years ago
Paul Sokolovsky 3b09dca046 tests: Add test for int.from_bytes() for arbitrary-precision integer. 8 years ago
Paul Sokolovsky e6ab43e2c0 py/objint_longlong: Add stub for mp_obj_int_from_bytes_impl(). 8 years ago
Paul Sokolovsky bec7bfb29d py/objint: from_bytes(): Implement "byteorder" param and arbitrary precision. 8 years ago