12821 Commits (4c132614e136970cbd12d927bc6c52e2a7f0f070)
 

Author SHA1 Message Date
Jim Mussared ab754d5924 tools/autobuild: Add script to generate website board metadata. 3 years ago
Jim Mussared e359b077dd ports: Add board.json for all boards. 3 years ago
Jim Mussared 9519484c56 extmod/nimble: Remove workaround for OS_ENOMEM. 3 years ago
Jim Mussared 948e3289bf extmod/nimble: Update to NimBLE v1.4. 3 years ago
Jim Mussared 1244d7f0bd lib/mynewt-nimble: Switch to the MicroPython fork of NimBLE. 3 years ago
Jim Mussared 43467b9c71 extmod/modbluetooth: Add connection interval to gap_connect. 3 years ago
Damien George 64e4bae129 tools/ci.sh: Use a specific ESP IDF v4.4 commit. 3 years ago
robert-hh 9f6604eb27 mimxrt: Enable the platform module. 3 years ago
robert-hh 4f89c38a6a mimxrt: Optimize the runtime speed. 3 years ago
robert-hh 90b45efa6a mimxrt/boards/make-pins.py: Allow empty lines and comments in pins.csv. 3 years ago
robert-hh 6754213a9d mimxrt/modmachine: Implement soft_reset() and unique_id() functions. 3 years ago
robert-hh a12e318948 mimxrt/mpconfigport.h: Enable f-strings. 3 years ago
robert-hh dc8be7ccad tools/autobuild: Add the MIMXRT1010_EVK board to autobuild. 3 years ago
robert-hh c827d4b7ab mimxrt: Extend the help() message and README.md. 3 years ago
robert-hh e7572776c3 mimxrt: Add dht_readinto() to the mimxrt module, and freeze dht.py. 3 years ago
robert-hh 99221cd118 mimxrt: Fix cycle counter for time.ticks_cpu() and machine.bitstream(). 3 years ago
robert-hh 06d1b02014 mimxrt/dma_channel: Fix the DMA channel management. 3 years ago
robert-hh 101d2ddea3 mimxrt/hal: Remove duplicate definitions from flexspi_hyper_flash.h. 3 years ago
robert-hh 68146aa197 mimxrt/boards: Fix the D14/D15 pin assignment of MIMXRT1050/60/64_EVK. 3 years ago
robert-hh c2e4759cfa mimxrt/modmachine: Implement machine.WDT() and machine.reset_cause(). 3 years ago
robert-hh 1866ed7e2e mimxrt/eth: Add LAN support and integrate the network module. 3 years ago
Philipp Ebensberger 7e62c9707a mimxrt/sdram: Add SDRAM support. 3 years ago
Damien George f4c1389fbc github/workflows: Use Python 3.8 for macos workflow. 3 years ago
Mike Wadsten c3c2c37fbc tests/basics: Add tests for type-checking subclassed exc instances. 5 years ago
Mike Wadsten fe2bc92b4d py/runtime: Fix crash when exc __new__ doesn't return an exc instance. 5 years ago
Damien George 30268c93dc stm32/pendsv: Allow a board to add entries for pendsv_schedule_dispatch. 3 years ago
Damien George 69522822de stm32/mpbthciport: Allow a board to hook BT HCI poll functions. 3 years ago
Damien George 5f2f9044ff stm32/usbd_cdc_interface: Allow a board to hook into USBD CDC RX events. 3 years ago
Andrew Leech cc42b7c88b unix/modusocket: Support MP_STREAM_POLL in unix socket_ioctl. 3 years ago
Andrew Leech 2ceeabf180 extmod/vfs_posix_file: Support MP_STREAM_POLL in vfs_posix_file_ioctl. 3 years ago
Damien George ba940250a5 esp32/usb: Improve speed of USB CDC output. 3 years ago
Damien George 549448e8bb esp32: Enable optimisations and move code to iRAM to boost performance. 3 years ago
Damien George 8412568e7b py: Add wrapper macros so hot VM functions can go in fast code location. 3 years ago
iabdalkader eea6cd85b3 stm32/sdram: Enforce gcc opt, and use volatile and DSB in sdram_test. 3 years ago
NitiKaur 4c9e17e0a1 docs/esp32/tutorial: Add an example of peripheral control via regs. 3 years ago
NitiKaur 763042a287 docs/library/stm.rst: Document the stm module. 3 years ago
NitiKaur e87b2e8bfa docs/reference/manifest.rst: Add docs for manifest.py files. 3 years ago
NitiKaur 135339ce3a docs/reference/mpremote.rst: Add docs for mpremote. 3 years ago
NitiKaur c42c1c8718 docs/library/random.rst: Document the random module. 3 years ago
NitiKaur baa5a76fc0 docs/rp2: Add reference for PIO assembly instructions, and PIO tutorial. 3 years ago
stijn d42cba0d22 extmod/moduplatform: Improve implementation for PC ports. 3 years ago
stijn ea880d5674 py/builtinimport: Forward all debug printing to MICROPY_DEBUG_PRINTER. 3 years ago
Damien George ea186de4c5 esp32: Split out WLAN code from modnetwork.c to network_wlan.c. 3 years ago
Damien George f046b50ca5 esp32/main: Add option for a board to hook code into startup sequence. 3 years ago
leo chung 4fdf795efa esp32/mpthreadport: Fix TCB cleanup function so thread_mutex is ready. 3 years ago
Seon Rozenblum a39a596b79 esp32/machine_pin: Block out IO16 and IO17 when using SPIRAM on ESP32. 3 years ago
Seon Rozenblum 35fb90bd57 esp32/usb: Add USB host connection detection for CDC serial output. 3 years ago
Seon Rozenblum 7bf466a281 esp32/README: Updated readme with req IDF vers for ESP32-S2, C3 and S3. 3 years ago
IhorNehrutsa 71111cffba docs/esp32: Explain ESP32 PWM modes, timers, and channels. 3 years ago
IhorNehrutsa 52636fa692 esp32/machine_pwm: Add support for all PWM timers and channels. 3 years ago