Commit Graph

  • d7fbc755dc docs/library/index.rst: Clarify module naming and purpose. Jim Mussared 2021-08-12 15:15:03 +10:00
  • ee549d725a tools/gen-cpydiff.py: Don't rename foo to ufoo in diff output. Jim Mussared 2021-08-12 15:28:12 +10:00
  • c737cde947 docs: Replace ufoo with foo in all docs. Jim Mussared 2021-08-12 13:59:29 +10:00
  • 218606351c docs: Rename ufoo.rst to foo.rst. Jim Mussared 2021-08-12 13:56:13 +10:00
  • 671f012306 docs/templates: Add unix and zephyr quickref links to top-index. Damien George 2021-08-13 20:12:07 +10:00
  • 6ed6990625 docs/library/zephyr: Add libraries specific to the Zephyr port. Julia Hathaway 2021-08-02 17:08:00 -05:00
  • 333e16521b docs/zephyr: Add quick reference for the Zephyr port. Julia Hathaway 2021-08-02 17:01:57 -05:00
  • 42d1a1635c stm32/mbedtls: Fix compile warning about uninitialized val. Ned Konz 2021-08-06 07:28:38 -07:00
  • a0cd18c1a5 stm32/boards/NUCLEO_H743ZI2: Add modified version of NUCLEO_H743ZI. Ned Konz 2021-08-06 13:13:20 -07:00
  • 23531bca74 rp2/CMakeLists.txt: Allow a board's cmake to set the manifest path. iabdalkader 2021-08-07 13:24:14 +02:00
  • 3835f5f597 esp32/makeimg.py: Get bootloader and partition offset from sdkconfig. Damien George 2021-08-10 00:18:46 +10:00
  • 8645b7c23b nrf: Enable source line on tracebacks. Daniel Mizyrycki 2021-08-08 14:15:56 -07:00
  • 77b4cfcbc9 nrf/modules/nrf: Add function to enable/disable DCDC. Glenn Ruben Bakke 2018-11-11 21:37:05 +01:00
  • e5e0553224 nrf/modules/uos: Add ilistdir to uos module. Damien George 2021-08-08 00:47:34 +10:00
  • 85f0ce214e tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting. Glenn Ruben Bakke 2020-07-25 11:32:56 +02:00
  • 55d4321c3e nrf/boards: Enable MICROPY_VFS_LFS2 for all target boards. Glenn Ruben Bakke 2020-07-23 23:37:25 +02:00
  • 23e8729d3e nrf/mphalport: Add dummy function for mp_hal_time_ns(). Glenn Ruben Bakke 2020-12-09 21:01:28 +01:00
  • aa857eb65e nrf/Makefile: Set default manifest file for all targets. Glenn Ruben Bakke 2020-07-23 23:12:51 +02:00
  • 7b6ad0ce2e nrf/modules/scripts: Add file system formatting script. Glenn Ruben Bakke 2020-07-24 00:38:33 +02:00
  • ffc636de2f nrf/boards: Set FROZEN_MANIFEST blank when SD present on nrf51 targets. Glenn Ruben Bakke 2020-07-23 23:11:14 +02:00
  • 4f76f66185 tools/ci.sh: Add mpy-cross build to nrf port. Glenn Ruben Bakke 2020-12-09 21:00:34 +01:00
  • 990341d18e nrf: Facilitate use of freeze manifest. Glenn Ruben Bakke 2019-12-04 07:37:19 +01:00
  • 4326e08802 nrf/boards: Enable needed features for FAT/LFS1/LFS2. Glenn Ruben Bakke 2020-07-23 21:25:50 +02:00
  • b0fd4372c4 nrf/main: Add auto mount and auto format hook for internal flash FS. Glenn Ruben Bakke 2020-07-23 21:21:58 +02:00
  • 6ff3a2afef nrf/qstrdefsport.h: Add entries for in-built FS mount points. Glenn Ruben Bakke 2020-07-23 21:15:05 +02:00
  • f99aa82e85 nrf/mpconfigport.h: Enable MICROPY_PY_IO_FILEIO when an FS is enabled. Glenn Ruben Bakke 2020-07-23 21:12:34 +02:00
  • 7a833edf37 nrf/modules/uos: Allow a board to configure MICROPY_VFS_FAT/LFS1/LFS2. Glenn Ruben Bakke 2020-07-23 21:08:25 +02:00
  • 0bde907a8b nrf/Makefile: Add _fs_size linker script override from make. Glenn Ruben Bakke 2020-07-23 20:57:29 +02:00
  • c9b72ba694 nrf/mpconfigport.h: Tune FAT FS configuration. Glenn Ruben Bakke 2020-07-23 19:34:21 +02:00
  • b40dfa961d nrf/README: Update README.md to reflect internal file systems. Glenn Ruben Bakke 2020-07-23 12:29:10 +02:00
  • 85cad50266 nrf/mpconfigport.h: Expose nrf module when MICROPY_PY_NRF is set. Glenn Ruben Bakke 2020-07-23 12:12:24 +02:00
  • 5a873e27eb nrf/drivers: Add support for using flash block device with SoftDevice. Glenn Ruben Bakke 2020-07-23 10:56:00 +02:00
  • 127cec8cae nrf/modules/nrf: Add new nrf module with flash block device. Glenn Ruben Bakke 2020-07-22 13:58:32 +02:00
  • 3b594f7b27 nrf/boards/common.ld: Calculate unused flash region. Glenn Ruben Bakke 2020-12-13 22:03:18 +01:00
  • f834fef6bb stm32/powerctrl: Support changing frequency on WB MCUs. Damien George 2021-07-22 15:29:14 +10:00
  • 3b32b3d1b3 stm32/usbd_cdc_interface: Rename USBD_CDC_xx opts to MICROPY_HW_USB_xx. Damien George 2021-08-05 12:21:58 +10:00
  • f28e8b9073 stm32/usbd_desc: Rename USBD_xxx descriptor opts to MICROPY_HW_USB_xxx. Damien George 2021-08-05 12:01:01 +10:00
  • 96c6b8cae3 ports: Rename USBD_VID/PID config macros to MICROPY_HW_USB_VID/PID. Damien George 2021-08-01 11:04:15 +10:00
  • 45f9a38451 docs/library/machine.I2S.rst: Fix use of sd pin in examples. Damien George 2021-08-05 13:00:35 +10:00
  • 78718fffb1 py/mkrules: Automatically build mpy-cross if it doesn't exist. Damien George 2021-08-03 22:30:15 +10:00
  • d290f369d0 tests/extmod/ujson: Add tests for dump/dumps separators argument. Peter Züger 2021-05-30 14:28:13 +02:00
  • ffc854f17f extmod/modujson: Add support for dump/dumps separators keyword-argument. Peter Züger 2021-02-03 09:24:25 +01:00
  • 8616129f2e esp8266,esp32: Include hidden networks in WLAN.scan results. Damien George 2021-08-03 22:46:24 +10:00
  • bfc8e88ce1 esp32/mpconfigport.h: Enable reverse and inplace special methods. Jim Mussared 2021-08-04 15:35:00 +10:00
  • 028fc815cd esp32/boards: Add Silicognition wESP32 board configuration. Patrick Van Oosterwijck 2021-07-23 19:31:51 -06:00
  • a3675294ae esp32/machine_uart: Add flow kw-arg to enable hardware flow control. Will Sowerbutts 2021-02-14 16:34:26 +00:00
  • 71722c84ca rp2/boards: Add Pimoroni Tiny 2040. Mike Causer 2021-07-24 02:15:58 +10:00
  • 042a4bebc3 rp2/boards: Add Pimoroni Pico LiPo 16MB. Mike Causer 2021-07-24 02:15:00 +10:00
  • 95eff8d96a rp2/boards: Add Pimoroni Pico LiPo 4MB. Mike Causer 2021-07-24 02:14:10 +10:00
  • 02cbe018a5 rp2/boards: Add Adafruit QT Py RP2040. Mike Causer 2021-07-24 02:12:52 +10:00
  • 043848158d rp2/boards: Add Adafruit ItsyBitsy RP2040. Mike Causer 2021-07-24 02:11:56 +10:00
  • e7a3e6ee6a rp2/boards/SPARKFUN_THINGPLUS: Configure I2C/SPI default pins. Mike Causer 2021-07-24 02:08:01 +10:00
  • 6986a8d680 rp2/boards/SPARKFUN_PROMICRO: Configure UART/I2C/SPI default pins. Mike Causer 2021-07-24 02:06:38 +10:00
  • 49497084f1 rp2/boards/ADAFRUIT_FEATHER_RP2040: Configure I2C/SPI default pins. Mike Causer 2021-07-24 02:02:35 +10:00
  • 23e2e00779 rp2/boards/ADAFRUIT_FEATHER_RP2040: Configure custom VID/PID. iabdalkader 2021-07-30 03:42:08 +02:00
  • 7ae9e6ef69 rp2/tusb_port: Allow boards to configure USB VID and PID. iabdalkader 2021-07-27 18:32:38 +02:00
  • afcc77cebc py/builtinimport: Fix condition for including do_execute_raw_code(). David Lechner 2021-07-30 10:26:17 -05:00
  • 4445c73b11 tools/autobuild: Add the MIMXRT1050_EVKB board to the daily builds. robert-hh 2021-07-29 17:52:19 +02:00
  • b2533fe479 mimxrt/boards: Add support for the MIMXRT1050_EVKB board. robert-hh 2021-07-29 17:48:03 +02:00
  • 1074c784b0 mimxrt: Add support for Hyperflash chips. robert-hh 2021-07-20 08:18:18 +02:00
  • e29259d171 extmod/uasyncio: In open_connection use address info in socket creation. oclyke 2021-07-22 17:42:30 -06:00
  • 40b8ff0a6f stm32/README.md: Update supported MCUs, and submodule and mboot use. Damien George 2021-07-31 15:09:16 +10:00
  • 60e3e51753 stm32/Makefile: Update to only pull in used Bluetooth library. Tobias Thyrrestrup 2021-07-23 10:28:57 +02:00
  • 7a1edb91cb stm32/boards/LEGO_HUB_NO6: Add board definition for LEGO_HUB_NO6. Tobias Thyrrestrup 2021-07-21 13:45:33 +02:00
  • 224ac355cd stm32/boards/NUCLEO_F439ZI: Add board definition for NUCLEO_F439ZI. Damien George 2021-07-27 16:46:10 +10:00
  • 0f0006f4e1 stm32/boards/STM32F429DISC: Set correct UART2 pins and add UART3/6. Matúš Olekšák 2021-01-04 20:27:46 +01:00
  • aa0cf873bf stm32/uart: Support low baudrates on LPUART1. Damien George 2021-07-26 13:21:30 +10:00
  • fef2114404 stm32/uart: Fix LPUART1 baudrate set/get. Damien George 2021-07-26 13:03:42 +10:00
  • ee49ae8f82 rp2/machine_uart: Fix read when FIFO has chars but ringbuf doesn't. robert-hh 2021-07-23 14:04:36 +02:00
  • 2e62e13455 rp2/machine_uart: Fix poll ioctl to also check hardware FIFO. iabdalkader 2021-07-19 23:58:26 +02:00
  • aecb697c72 stm32/boards: Add support for SparkFun STM32 MicroMod Processor board. Chris Wilson 2021-07-11 16:39:56 -07:00
  • 341158c251 extmod/nimble: Add "memory stalling" mechanism for l2cap_send. Jim Mussared 2021-07-21 17:47:13 +10:00
  • edfb5d56c8 extmod/nimble: Allow modbluetooth binding to hook "sent HCI packet". Jim Mussared 2021-07-21 17:04:41 +10:00
  • 53dfb279da extmod/modbluetooth: Clamp MTU values to 32->UINT16_MAX. Jim Mussared 2021-07-21 17:02:01 +10:00
  • 92464f11b0 tools/mpremote: Raise OSError on unsupported RemoteFile.seek. Michel Bouwmans 2021-07-22 23:57:52 +02:00
  • 7870ec0370 tools/mpremote: Add seek whence for mounted files. Michel Bouwmans 2021-07-13 10:48:09 +02:00
  • 4e39ff221a py/runtime: Fix bool unary op for subclasses of native types. Jim Mussared 2020-02-20 22:30:49 +11:00
  • 14b853eae0 minimal/Makefile: Add support for building with user C modules. Damien George 2021-07-23 12:02:03 +10:00
  • 753b08cae6 stm32/boards/NUCLEO_F446RE: Enable CAN bus support. Sashkoiv 2020-02-19 10:30:44 +02:00
  • b099db4426 esp8266/Makefile: Add more libm files to build. Roberto Colistete Jr 2020-07-24 04:13:05 -03:00
  • 25159129dd tools/autobuild: Add FeatherS2 and TinyS2 to esp32 auto builds. Seon Rozenblum 2021-07-16 12:50:32 +10:00
  • 0256e1ab8b tools/autobuild: Use separate IDF version to build newer esp32 SoCs. Damien George 2021-07-22 18:31:49 +10:00
  • 7f69246895 docs/library/uasyncio.rst: Document stream readexactly() method. Damien George 2021-07-22 17:13:10 +10:00
  • a5ac3d5645 samd: Add support for building with user C modules. Damien George 2021-07-22 16:18:54 +10:00
  • 7649f5fbd2 stm32/sdram: Make SDRAM test cache aware, and optional failure with msg. iabdalkader 2021-07-09 15:49:25 +02:00
  • 6214fa3f9e esp32/mphalport: Always yield at least once in delay_ms. Damien George 2021-07-21 01:33:16 +10:00
  • 2cfbe5bc0f esp32/modmachine: Release the GIL in machine.idle(). Damien George 2021-07-21 01:32:15 +10:00
  • 6bc50c4fa9 stm32/systick: Always POLL_HOOK when delaying for milliseconds. Josh Lloyd 2019-11-20 17:18:09 +13:00
  • a5221c47eb docs/library/utime.rst: Clarify behaviour and precision of sleep ms/us. Damien George 2021-07-22 00:04:01 +10:00
  • db6d60b079 extmod/utime: Always invoke mp_hal_delay_ms when >= to 0ms. Josh Lloyd 2019-11-20 17:21:35 +13:00
  • 6a9133a8b5 docs/rp2: Update general section to give a brief technical overview. NitiKaur 2021-07-10 17:41:53 +05:30
  • da74ef6615 docs/rp2: Enhance quickref and change image to Pico pinout. NitiKaur 2021-07-10 13:35:52 +05:30
  • 0e3752e82a py/emitnative: Ensure stack settling is safe mid-branch. Jim Mussared 2021-07-19 13:13:32 +10:00
  • d0227d5862 py/emitnative: Reuse need_reg_all func in need_stack_settled. Damien George 2021-07-17 23:18:40 +10:00
  • cc77b30639 rp2/machine_spi: Allow boards to configure SPI pins using new macros. Mike Causer 2021-07-09 11:07:37 +10:00
  • 79da7757cc rp2/machine_i2c: Allow boards to configure I2C pins using new macros. Mike Causer 2021-07-09 09:51:59 +10:00
  • 4f2a10bfc9 rp2/machine_uart: Allow overriding default machine UART pins. iabdalkader 2021-07-07 23:56:29 +02:00
  • 8599f7a68d rp2/machine_uart: Add hardware flow control support. iabdalkader 2021-07-07 23:47:20 +02:00
  • 9f71a11d3f tools/ci.sh: Build GENERIC_C3 board as part of esp32 CI. Damien George 2021-07-18 22:57:19 +10:00
  • c77225ae5b esp32/boards/GENERIC_C3: Add generic C3-based board. Damien George 2021-07-18 12:11:23 +10:00