8361 Commits (f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c)
 

Author SHA1 Message Date
Damien George 4d47e6c0db travis: Build STM32F769DISC board instead of F7DISC to test dbl-prec FP. 7 years ago
Damien George 535804a0ed stmhal/Makefile: Use hardware double-prec FP for MCUs that support it. 7 years ago
Damien George d20f8fb893 stmhal/boards: Enable double-prec FP on F76x boards. 7 years ago
Damien George ebfdd96cb2 stmhal: Add possibility to build with double-precision floating point. 7 years ago
Damien George 045116551e lib: Add libm_dbl, a double-precision math library, from musl-1.1.16. 7 years ago
Damien George 409fc8f9c1 tests/import: Update comment now that uPy raises correct exception. 7 years ago
Damien George 3a9445c6b3 tests/import: Add a test for the builtin __import__ function. 8 years ago
Damien George 2f7fad66a2 py/builtinimport: Remove unreachable code for relative imports. 8 years ago
Alexander Steffen ebb9396274 esp8266,minimal,pic16bit: Use size_t for mp_builtin_open argument. 7 years ago
Alexander Steffen cd0987f5b7 py/frozenmod.h: Add missing header guards 7 years ago
Paul Sokolovsky f8ac28964d docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. 7 years ago
Benjamin Weps 3e82bedf46 stmhal/sdcard: Allow a board to customise the SDIO pins. 8 years ago
Paul Sokolovsky fbd252b77c docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions. 7 years ago
Paul Sokolovsky 748f493f33 docs: Move all ports docs to the single ToC. 7 years ago
Damien George 683df1c8d5 drivers/onewire: Enable pull-up when init'ing the 1-wire pin. 7 years ago
Damien George 118173013f stmhal/boards/stm32f405.ld: Increase FLASH_TEXT to end of 1MiB flash. 7 years ago
Damien George 02e9337494 README: Improve description of precompiled bytecode; mention mpy-cross. 7 years ago
Damien George 7a4694fc4e docs/library/gc: Fix grammar and improve readability of gc.threshold(). 7 years ago
Damien George 0a54b6dce9 docs/esp8266/tutorial/intro: Fix some grammatical typos. 7 years ago
Damien George caa132a236 esp8266/machine_rtc: Use correct arithmetic for aligning RTC mem len. 7 years ago
Damien George 4a6c0fda78 tests: Auto detect floating point capabilites of the target. 7 years ago
Damien George c408ed9fb1 py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line. 7 years ago
Paul Sokolovsky a926119099 docs/ref/speed_python: Update and make more hardware-neutral. 7 years ago
Paul Sokolovsky dd16e21562 docs/network: Use markup adhering to the latest docs conventions. 7 years ago
Paul Sokolovsky 7c0e1f1a08 docs/machine*: Use markup adhering to the latest docs conventions. 7 years ago
Paul Sokolovsky cfce7d784e docs/lcd160cr: Group related constants together. Use full sentences. 7 years ago
Paul Sokolovsky ba33c544bb docs/conf.py: Set default_role = 'any'. 7 years ago
Paul Sokolovsky 6f87b03e3c docs/utime: Use markup adhering to the latest conventions. 7 years ago
Paul Sokolovsky 1e31d4bdf6 docs/lcd160cr: Use markup adhering to the latest conventions. 7 years ago
Paul Sokolovsky 176aa681f0 CODECONVENTIONS: docs: Markup for None/True/False. 7 years ago
Paul Sokolovsky 7f2bc83dbc docs/btree: Use markup adhering to the latest conventions. 7 years ago
Paul Sokolovsky e92602ba27 CODECONVENTIONS: Start to describe docs conventions. 7 years ago
Paul Sokolovsky bc790b5145 docs/builtins: List builtin exceptions. 7 years ago
Paul Sokolovsky 602f7e2189 esp8266/README: Make "Documentation" a top-level section. 7 years ago
Paul Sokolovsky 7455e40186 README: Mention support for bytecode and frozen bytecode. 7 years ago
Paul Sokolovsky 91e93a9684 extmod/moduzlib: decompress: Remove stale "(void)n_args". 7 years ago
Paul Sokolovsky c4e3a03fa5 docs/gc: Document gc.threshold() function. 7 years ago
Paul Sokolovsky 4cdddfed8e docs/gc: Mark mem_alloc()/mem_free() as uPy-specific. 7 years ago
Paul Sokolovsky b50659e137 docs/conf.py: Include 3 levels of ToC in latexpdf output. 7 years ago
Paul Sokolovsky beb94b6efc docs/esp8266/tutorial/intro: Sphinx requires blank lines around literal blocks. 7 years ago
Paul Sokolovsky 51668dffaa docs/esp8266/tutorial/intro: Discourage use of 512kb firmwares. 7 years ago
Paul Sokolovsky 6201e84812 docs/license: Update copyright year. 7 years ago
Paul Sokolovsky bc7659eb59 tests/connect_nonblock: Refactor towards real net_hosted test. 7 years ago
Paul Sokolovsky 3f9d59c87a tests/net_inet: Move tests which don't require full Internet to net_hosted. 7 years ago
Paul Sokolovsky 0fe825b89e esp8266: Enable MICROPY_ENABLE_FINALISER. 7 years ago
Damien George 46b849ab49 esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c. 7 years ago
Damien George 6e80f0ee90 stmhal/modules: Provide sym-link to onewire.py driver. 7 years ago
Damien George 85acf7645f esp8266: Reinstate 1-wire scripts by sym-linking to drivers/onewire/. 7 years ago
Damien George a065d78675 drivers/onewire: Move onewire.py, ds18x20.py from esp8266 to drivers. 7 years ago
Damien George b19138e82e stmhal: Make available the _onewire module, for low-level bus control. 7 years ago