13835 Commits (9a1b7d8448346b353e3aa7ae11ff2b441b6d5313)
 

Author SHA1 Message Date
Damien George 932556d5fc tests/micropython: Add test for builtin execfile() function. 2 years ago
Damien George afa4d0a4b7 unix/variants/dev: Allow all config options to be overridden. 2 years ago
Damien George 510bea9383 unix/variants/coverage: Change config to use ROM level everything. 2 years ago
Damien George fad978ae5f unix/variants: Enable remaining options on dev,coverage from ROM extra. 2 years ago
Damien George fe55d3e016 unix/variants: Move setting of MICROPY_PY_USELECT to port config file. 2 years ago
Damien George 6e83bb47eb py/builtinhelp: Don't show help for an MP_MODULE_ATTR_DELEGATION_ENTRY. 2 years ago
Angus Gratton e024a4c59c tests: Fix run-perfbench parsing "no matching params" case. 2 years ago
Angus Gratton ad308bc322 tests: Add an explanation of run-perfbench.py. 2 years ago
Damien George ccaf197807 esp32/network_wlan: Don't raise exception when scan returns no results. 2 years ago
Angus Gratton dd77dbd4f7 stm32/boards: Enable LTO by default on boards with smaller flash size. 2 years ago
Angus Gratton 5568c324ba tests/perf_bench: Add some configurations for N=32, M=10. 2 years ago
Angus Gratton e76d88b531 stm32/Makefile: Enable link-time-optimisation via LTO=1 make option. 2 years ago
Angus Gratton 2c015375d1 stm32: Use a separate symbol name for the bootloader state pointer. 2 years ago
Damien George 5b66d08609 py/builtin: Remove unnecessary module declarations. 2 years ago
Damien George e22b7fb4af py/objfun: Support function attributes on native functions. 2 years ago
Damien George 268ec1e3eb tests/basics: Add tests for __name__ and __globals__ attrs on closures. 2 years ago
Michael Bentley d68532558d py/objclosure: Forward function attributes for closures. 3 years ago
Koen De Vleeschauwer 432b65f178 stm32/usb: Expose USB HID device instance via usbd_hid_get(). 4 years ago
Jim Mussared 3ce21945b1 docs/library/bluetooth: Add link to aioble. 2 years ago
Philipp Ebensberger 4ce1adab31 mimxrt/boards: Remove conditional assignment of flash type/size. 2 years ago
Philipp Ebensberger 434974ec77 mimxrt/Makefile: Fix some minor formatting inconsistencies. 2 years ago
Philipp Ebensberger c957c76f4d mimxrt/Makefile: Rework floating point config. 2 years ago
Philipp Ebensberger bec0524dbf mimxrt/Makefile: Rework board flash type handling. 2 years ago
Philipp Ebensberger 84339aa8ec mimxrt/Makefile: Modify handling of SDCARD option. 2 years ago
Philipp Ebensberger b1aec393b1 mimxrt/Makefile: Modify handling of SDRAM option. 2 years ago
Philipp Ebensberger fbc50196ad mimxrt/Makefile: Refactor Makefile and divide it into sections. 2 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
Damien George 2a2589738c tests/extmod: Add heap-lock test for stream writing. 2 years ago
Thorsten von Eicken c21452a1d2 extmod/uasyncio: Attempt to write immediately in Stream.write method. 5 years ago
Christian Walther ba21f76f89 esp32/modesp32: Add wake_on_ulp() so ULP can wake CPU from deepsleep. 2 years ago
Christian Walther cf550ad9d1 esp32/boards: Increase 512 bytes limit on ULP programs to 2040. 2 years ago
robert-hh 5f4539b0ca esp32/machine_uart: Implement the functionality of timeout_char arg. 2 years ago
iabdalkader 425d8fc0d6 nrf: Enable optional support for Arduino 1200bps touch. 3 years ago
iabdalkader de823e7741 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable Arduino 1200bps touch. 3 years ago
iabdalkader 9f6f8b2fdd shared/runtime/tinyusb_helpers: Add TinyUSB helper functions. 2 years ago
iabdalkader 6c1495b5fe stm32/usbd_cdc_interface: Add support for Arduino 1200bps touch. 3 years ago
Damien George 226b2d77ee esp8266/mpconfigport: Disable MICROPY_PY_UTIMEQ. 2 years ago
Damien George ad7b98c829 esp8266/mpconfigport: Switch to ROM feature level configuration. 2 years ago
Damien George 627ba38154 py/parsenum: Optimise when building with complex disabled. 2 years ago
Damien George 61ce260ff7 py/parsenum: Fix parsing of complex "j" and also "nanj", "infj". 2 years ago
Jim Mussared 0172292762 py/parsenum: Support parsing complex numbers of the form "a+bj". 3 years ago
Luiz Brandao 7861eddd0f docs/library/uasyncio: Consistently use "uasyncio" instead of "asyncio". 3 years ago
Patrick Joy 3d58bb23c2 docs/library/machine: Add note on interrupts being critical to system. 3 years ago
Stewart C. Russell f12754af06 docs: Set LaTeX engine to XeLaTeX for PDF generation. 4 years ago
Damien George 9175482f29 docs/library: Remove unnecessary "pyb." prefix on class names. 2 years ago
Howard Lovatt 89e1e67748 docs/library/pyb.Timer: Document `brk` argument and its constants. 4 years ago
David Lechner a565811f23 extmod/modbtree: Use buffer protocol for keys/values. 2 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
Damien George 4802b6d3af extmod/extmod.cmake: Only include modbtree in build if it's enabled. 2 years ago
Damien George f5769698e5 extmod/modlwip: Clean up inclusion of modlwip in build process. 2 years ago