13396 Commits (590de399f01cd08aa4825b26b91785e07abcf68c)
 

Author SHA1 Message Date
Damien George 590de399f0 py/emitcommon: Don't implicitly close class vars that are assigned to. 3 years ago
Takeo Takahashi a21fd7cc21 docs/renesas-ra: Remove unused image files. 3 years ago
Takeo Takahashi a204365df1 renesas-ra/boards: Change device name information to show properly. 3 years ago
Takeo Takahashi 52add7b45c docs: Update files for renesas-ra port. 3 years ago
Takeo Takahashi 1b61800530 docs/renesas-ra: Add renesas-ra docs files. 3 years ago
Takeo Takahashi 3717d599e2 tests/run-tests.py: Update for renesas-ra port. 3 years ago
Takeo Takahashi 4753913253 tests/renesas-ra: Add tests for renesas-ra port. 3 years ago
Takeo Takahashi 3a941cce51 tools/ci.sh: Update for ports/renesas-ra. 3 years ago
Takeo Takahashi e214ae0e64 github/workflows: Add workflow for renesas-ra port. 3 years ago
Takeo Takahashi 86e35178e6 drivers/dht/dht.py: Change default import module as machine. 3 years ago
Takeo Takahashi 0f57ccf7f2 renesas-ra: Add new port to Renesas RA. 3 years ago
TakeoTakahashi2020 4c9b00b425 lib/fsp: Add renesas fsp git repository as submodule. 4 years ago
Damien George 44186ef59b qemu-arm/mpconfigport: Define MICROPY_PY_SYS_PLATFORM. 3 years ago
Damien George 402df833fe py/modsys: Introduce sys.implementation._machine constant. 3 years ago
Damien George 59c5d41611 py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy. 3 years ago
Damien George 40047823bc py/modsys: Append MicroPython git version and build date to sys.version. 3 years ago
Asensio Lorenzo Sempere 9d08eb0247 stm32/boards/NUCLEO_G0B1RE: Add NUCLEO_G0B1RE board definition. 3 years ago
Asensio Lorenzo Sempere 010012c7c3 stm32: Add support for G0 MCUs. 3 years ago
Asensio Lorenzo Sempere 3587d8e808 stm32/storage: Add support for internal storage on Cortex-M0 MCUs. 3 years ago
Damien George 7f445e3d39 lib/stm32lib: Update library for G0 v1.5.1. 3 years ago
iabdalkader 96ad86ed2b stm32/boards/ARDUINO_PORTENTA_H7: Add support for Arduino Portenta H7. 3 years ago
iabdalkader 1f33ec140a stm32/ulpi: Include missing py/mperrno.h header. 3 years ago
iabdalkader 014912daae stm32/ulpi: Add USB3320 ULPI low-power functions. 3 years ago
iabdalkader 32914c53ef stm32/qspi: Workaround for SR set immediately after setting AR. 3 years ago
iabdalkader 5974ac256b stm32/qspi: Wait for a free FIFO location before writing to DR. 3 years ago
iabdalkader b28839420d stm32/qspi: Support common flash sizes in MPU configuration. 3 years ago
Damien George 0e6873840b rp2/mpconfigport: Enable execfile, NotImplemented and REPL EMACS keys. 3 years ago
Damien George eb9674822b esp32/modnetwork: Fix build when MICROPY_PY_NETWORK_WLAN is disabled. 3 years ago
wemos ff28d2e3b3 esp32/network_wlan: Support setting/getting txpower in WLAN.config(). 3 years ago
Damien George 2a08e38c60 docs/library/network.WLAN: Add "txpower" to list of known WLAN configs. 3 years ago
Damien George 6bec5c4da5 tests/cmdline: Add test for REPL auto-indent. 3 years ago
Damien George 6d401be4dd shared/readline: Disable auto-indent if space/tab follows added indent. 3 years ago
Damien George a8f23f6366 shared/readline: Make tab insert an indent when it follows whitespace. 3 years ago
Damien George caaff940a2 extmod/uasyncio: Rename and merge TaskQueue push/pop methods. 3 years ago
Damien George 28e7e15c0a extmod/uasyncio: Fix bug with task ending just after gather is cancel'd. 3 years ago
Damien George f7454f850f extmod/uasyncio: Make Python Task match C version with use of asserts. 3 years ago
Damien George 8631753ff4 tests/run-tests.py: Add timeout for running PC-based MicroPython test. 3 years ago
Damien George 81c9219375 tools/ci.sh: Don't run uasyncio_gather test on macOS. 3 years ago
Damien George ef1c2cdab0 tests/extmod/uasyncio_gather: Make double-raise gather test reliable. 3 years ago
Damien George c8a687a8fa top: Update .git-blame-ignore-revs for latest formatting commit. 3 years ago
Damien George 5c32111fa0 ports: Reformat more C and Python source code. 3 years ago
Damien George fb10d15d47 tools/codeformat.py: Include more ports .c/.h files in formatting. 3 years ago
Damien George 71a64545a8 tools/codeformat.py: Remove ports/unix/*.py from exclusion list. 3 years ago
Damien George 707aaa350a stm32/boards/LEGO_HUB_NO6: Exclude BTstack code from formatting. 3 years ago
Jon Bjarni Bjarnason 1ded8a2977 py/objtype: Convert result of user __contains__ method to bool. 3 years ago
iabdalkader 52c2580a40 drivers/ninaw10: Fix isconnected to return False when inactive. 3 years ago
iabdalkader 03c61916bc stm32/boards/ADAFRUIT_F405_EXPRESS: Use external SPI flash for storage. 3 years ago
iabdalkader 71afed1a70 stm32/mphalport: Fix I/O glitches when switching GPIO mode to alt-func. 3 years ago
Chris Wilson b50fe9a6da stm32/boards/SPARKFUN_MICROMOD_STM32: Fix incorrect UART and I2C config. 3 years ago
Damien George 9ab66b50cb docs/reference: Update constrained docs now that tuples can be const. 3 years ago