9591 Commits (0f4d595bebb82cfdd6264e1d18455faa0502ff31)
 

Author SHA1 Message Date
Damien George 805fd0cfe6 docs/library: Remove "only" directive from all pyb module docs. 6 years ago
Eric Poulsen 419eb86074 esp32/modnetwork: Add network.(W)LAN.ifconfig('dhcp') support. 6 years ago
Peter D. Gray 0d58f6ba5e stm32/mphalport: Make mp_hal_stdin_rx_chr/stdout_tx_strn weakly linked. 6 years ago
Damien George 46091b8a95 stm32/timer: Add tick_hz arg to Timer constructor and init method. 6 years ago
Damien George 821b59d439 stm32/timer: Use enum for indexing keyword arg in pyb_timer_init_helper. 6 years ago
Nicko van Someren c3c914f4dd esp8266,esp32: Implement high-res timers using new tick_hz argument. 6 years ago
Damien George a3ba5f127e esp32/modesp32: Use MP_ROM_QSTR and MP_ROM_PTR in const locals dict. 6 years ago
Jérôme Poulin 4f5b435d9b esp32/modesp32: Add raw temperature reading to esp32 module. 6 years ago
Damien George e94d644a81 py/runtime: Use mp_obj_new_int_from_ll when return int is not small. 6 years ago
Peter D. Gray 2a3979bcb3 stm32/fatfs_port: Fix bug when MICROPY_HW_ENABLE_RTC not enabled. 6 years ago
Mitchell Currie 385fa51806 esp32: Implement WLAN.status() return codes. 6 years ago
Damien George 8c9c167dc6 py/emitnative: Optimise for iteration asm code for non-debug build. 6 years ago
Damien George d974ee1c2f extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir. 6 years ago
Damien George 3ab2f3fb2b unix/modos: Convert dir-type to stat-type for file type in ilistdir. 6 years ago
Damien George e2e22e3d7e py/objgenerator: Implement __name__ with normal fun attr accessor code. 6 years ago
Damien George ee40d1704f mpy-cross: Make build independent of extmod directory. 6 years ago
Damien George c700ff52a0 extmod/vfs_posix: Support ilistdir with no (or empty) argument. 6 years ago
Damien George 2cff340357 docs/pyboard: For latex build, use smaller quickref jpg, and no gifs. 6 years ago
Damien George fcf621b066 py/malloc: Give a compile warning if using finaliser without GC. 6 years ago
Damien George 9c8141f07e esp32/modnetwork: Add support for bssid parameter in WLAN.connect(). 6 years ago
Damien George 44fc92ea7c tools/mpy-tool.py: Put frozen bignum digit data in ROM, not in RAM. 6 years ago
Damien George 929d10acf7 tools/mpy-tool.py: Support freezing of floats in obj representation D. 6 years ago
Damien George 4a1edd8382 py/obj.h: Give compile error if using obj repr D with single-prec float. 6 years ago
Damien George e1ae9939ac stm32: Support compiling with object representation D. 6 years ago
Damien George aa735dc6a4 extmod: Fix to support compiling with object representation D. 6 years ago
Damien George b2b06450e3 lib/utils: Fix to support compiling with object representation D. 6 years ago
Damien George 4cd853fbd2 py/objmodule: Make mp_obj_module_get_globals an inline function. 6 years ago
Damien George d9cdb880ff py/objdict: Make mp_obj_dict_get_map an inline function. 6 years ago
Damien George 3503f9626a stm32: Access dict map directly instead of using helper function. 6 years ago
Damien George fb8fc597cf cc3200/mods: Access dict map directly instead of using helper func. 6 years ago
Damien George a6ea6b08bc py: Simplify some cases of accessing the map of module and type dict. 6 years ago
stijn 106e594580 windows: Make printing of debugging info work out of the box. 6 years ago
stijn 8ad30fa433 lib/utils/printf: Make DEBUG_printf implementation more accessible. 6 years ago
Mateusz Kijowski 1751f5ac7b drivers/sdcard: Do not release CS during the middle of read operations. 6 years ago
Nicko van Someren 14ab81e87a esp32: Reduce latency for handling of scheduled Python callbacks. 6 years ago
Damien George bccf9d3dcf esp8266: Let machine.WDT trigger the software WDT if obj is not fed. 6 years ago
Damien George b6e5f82ba5 esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write. 6 years ago
Damien George a3c3dbd955 extmod/vfs: Support opening a file descriptor (int) with VfsPosix. 6 years ago
Damien George 349d8e1324 esp32: Allow to build with uPy floats disabled. 6 years ago
Nicko van Someren d66c33cbd6 py/obj.h: Fix broken build for object repr C when float disabled. 6 years ago
Damien George b488a4a848 py/objgenerator: Eliminate need for mp_obj_gen_wrap wrapper instances. 6 years ago
Damien George 8f86fbfd6c ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32. 6 years ago
Damien George 41226e9a18 docs/ure: Document some more supported regex operators. 6 years ago
Damien George 4727bd1db8 docs/ure: Document sub(), groups(), span(), start() and end(). 6 years ago
Damien George 79d5e3abb3 unix/mpconfigport_coverage: Enable ure groups, span, start, end and sub. 7 years ago
Damien George e30a5fc7bc extmod/modure: Add ure.sub() function and method, and tests. 7 years ago
Damien George 1e9b871d29 extmod/modure: Add match.span(), start() and end() methods, and tests. 7 years ago
Damien George 1f86460910 extmod/modure: Add match.groups() method, and tests. 7 years ago
Damien George ab02abe96d docs/uos: Make it clear that block device block_num param is an index. 6 years ago
Damien George d800ed1877 esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM. 6 years ago