8243 Commits (8388ec4e35142539fb09d2a9ef5981b5732a349f)
 

Author SHA1 Message Date
Damien George 8388ec4e35 stmhal: Update to new STM Cube HAL library. 7 years ago
Damien George fe6f0354f6 docs/library/micropython: Fix typo in RST formatting. 7 years ago
Damien George e30ba2f1c7 docs/library: Add description of "index" parameter to uos.dupterm(). 8 years ago
Damien George 6568001c00 stmhal/Makefile: Automatically fetch stm32lib submodule if needed. 7 years ago
Damien George 293e81f31e stmhal: Remove cmsis and hal files, they are now a submodule. 7 years ago
Damien George 05eba60d84 stmhal/Makefile: Use lib/stm32lib instead of local cmsis and hal files. 7 years ago
Damien George 904eb2d9f3 lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source. 7 years ago
Damien George 58321dd985 all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate 7 years ago
Damien George be8e5744e6 py/nlrx86,x64: Replace #define of defined() with portable macro usage. 7 years ago
Damien George 613510bce8 drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI. 7 years ago
Paul Sokolovsky d5336ba136 docs/machine.Signal: Improve style/grammar and add usage example. 7 years ago
Paul Sokolovsky 37379a2974 py/objstr: startswith, endswith: Check arg to be a string. 7 years ago
Paul Sokolovsky c5c095690f docs/library/network: Fix ref to "socket" module (should be "usocket"). 7 years ago
Paul Sokolovsky 358a7ba014 docs: More xrefs to "MicroPython port" in glossary. 7 years ago
Damien George 7e6881cf7d stmhal/boards/pllvalues.py: Make script work with both Python 2 and 3. 7 years ago
Damien George 3e1412a1fb stmhal/Makefile: Use GEN_PINS_HDR var instead of writing it explicitly. 7 years ago
Damien George a8052d343c stmhal/modmachine: For F7 MCU, save power by reducing internal volt reg. 7 years ago
Damien George 41b4686dd7 stmhal: Compute PLL freq table during build instead of at run time. 7 years ago
Damien George b84268d49c docs/pyboard/tutorial: Add "timeout=0" to UART in pass-through example. 7 years ago
Damien George fc483706d3 stmhal/modmachine: Improve support for sleep/deepsleep on F7 MCUs. 7 years ago
Damien George 49316b864b stmhal/modmachine: Make machine.bootloader() work when MPU is enabled. 7 years ago
Damien George 1f78e7a431 docs: Bump version to 1.9.2. 7 years ago
Damien George f9ecaa132f py/asmthumb: Use existing macro to properly clear the D-cache. 7 years ago
Paul Sokolovsky 64a3c52f66 docs: Consistently link to micropython-lib in glossary. 7 years ago
Ein Terakawa ab2c64cc76 esp8266: Fix UART stop bit constants. 7 years ago
Damien George 1c6b442d32 extmod/modubinascii: Don't post-increment variable that won't be used. 7 years ago
Damien George f5309fc4ff py/formatfloat: Don't post-increment variable that won't be used again. 7 years ago
Damien George 103ae43f95 py/objcomplex: Remove unnecessary assignment of variable. 7 years ago
Damien George ad6aae13a4 py/compile: Remove unused pn_colon code when compiling func params. 7 years ago
Damien George 4ec803a42a all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros. 7 years ago
Damien George 4c736ea8fc extmod,unix: For uos.stat interpret st_size member as an unsigned int. 7 years ago
Damien George b16a755a0b py/mkrules.mk: Use "find -path" when searching for frozen obj files. 7 years ago
Paul Sokolovsky e3383e9352 py/stream: seek: Consistently handle negative offset for SEEK_SET. 7 years ago
Paul Sokolovsky 0cd9ab7755 py/objstringio: Fix regression with handling SEEK_SET. 7 years ago
Tom Collins 168350cd98 py/objstringio: Prevent offset wraparound for io.BytesIO objects. 8 years ago
Paul Sokolovsky 387a8d26f9 docs/glossary: Fix typos in micropython-lib paragraph. 7 years ago
Paul Sokolovsky 46583e9057 docs/glossary: Elaborate on possible MicroPython port differences. 7 years ago
Paul Sokolovsky 3f91570483 docs/library/usocket: Describe complete information on address formats. 7 years ago
Paul Sokolovsky ccaad53270 docs/library/usocket: Move socket.error to its own section. 7 years ago
Paul Sokolovsky 478887c62f zephyr/modzephyr: Add shell_net_iface() function. 7 years ago
Paul Sokolovsky 394c536675 zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon. 7 years ago
Paul Sokolovsky 09b561f108 zephyr/modusocket: Update struct sockaddr family field name. 7 years ago
Alex Robbins 0aa1d3f447 docs/library/ubinascii: Update base64 docs. 7 years ago
Alex Robbins c89254fd0f extmod/modubinascii: Rewrite mod_binascii_a2b_base64. 7 years ago
Damien George 025e5f2b33 py/binary: Change internal bytearray typecode from 0 to 1. 7 years ago
stijn e4ab404780 tools/mpy-tool.py: Fix missing argument in dump() function 7 years ago
Paul Sokolovsky 9404093606 zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS. 7 years ago
Paul Sokolovsky ad937c49aa zephyr/modzephyr: Add current_tid() and stacks_analyze() functions. 7 years ago
Eric Poulsen d5191edf7f extmod/modussl_mbedtls.c: Add ussl.getpeercert() method. 7 years ago
Stefan Naumann ace9fb5405 py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE. 7 years ago