Commit Graph

  • bbe25f4704 mimxrt: Support selection of PHY type and address. robert-hh 2021-11-04 21:54:44 +01:00
  • bc1b0fd2c1 mimxrt: Define UART 0 on MIMXRT boards. robert-hh 2021-11-03 15:57:48 +01:00
  • 1b7eee24eb extmod/network_ninaw10: Fix config of AP mode. iabdalkader 2021-11-22 17:13:28 +02:00
  • f21c565583 rp2/machine_uart: Handle and clear UART RX timeout IRQ. iabdalkader 2021-12-10 01:27:45 +02:00
  • 5adb1fa40e esp32,esp8266: Extract qstr from object when comparing keys in config(). Damien George 2021-12-10 23:28:46 +11:00
  • 6995cf03dd stm32/sdcard: Add config option to force MM card capacity. Damien George 2021-12-14 00:07:34 +11:00
  • b26704aac5 stm32/sdcard: Support 8-bit wide SDIO bus. Damien George 2021-12-14 00:04:57 +11:00
  • 9a1ab2286d stm32/main: Call sdcard_init when only MICROPY_HW_ENABLE_MMCARD enabled. Damien George 2021-12-14 00:03:08 +11:00
  • 88ac5a3116 stm32: Update L4 code to build with latest stm32lib and L4 HAL 1.17.0. Damien George 2021-12-14 00:00:35 +11:00
  • a0f5b3148a lib/stm32lib: Update library for L4 v1.17.0, new G4, WL, and MMC fixes. Damien George 2021-12-14 00:25:58 +11:00
  • 0892ebe091 stm32/boards: Enable MICROPY_HW_ENABLE_SERVO on various boards. Damien George 2021-12-10 23:19:20 +11:00
  • 5fc55999b2 stm32/boards: Remove unused MICROPY_HW_ENABLE_TIMER config. Damien George 2021-12-10 23:19:00 +11:00
  • 10c6f03cbe stm32/boards: Remove stray '+' characters at start of lines in ld files. Damien George 2021-12-10 23:15:25 +11:00
  • 3f589e2f39 tools/autobuild: Automatically build all esp32 boards. Damien George 2021-12-10 21:26:08 +11:00
  • c613f5bb49 stm32/boards/LEGO_HUB_NO6: Set filesystem label as HUB_NO6. Damien George 2021-12-09 16:51:35 +11:00
  • 92f54fe8d9 stm32/boards/NUCLEO_WB55: Fix LED ordering. Jim Mussared 2021-12-01 19:02:22 +11:00
  • 67f66795c0 tools/mpremote: Implement seek and flush in ioctl method. Damien George 2021-12-05 09:20:04 +11:00
  • 9ffb1ad2f8 unix/Makefile: Use -Og instead of -O0 for debug builds. Damien George 2021-12-09 12:53:09 +11:00
  • efde4b2c75 extmod/modure: Redirect regex debug printing to mp_printf. Damien George 2021-12-09 12:52:27 +11:00
  • 71168ec55c unix/coverage: Change remaining printf to mp_printf. Damien George 2021-12-09 12:38:26 +11:00
  • 3770fab334 all: Update Python formatting to latest Black version 21.12b0. Jim Mussared 2021-12-08 16:40:08 +11:00
  • b491967bbd esp32/machine_pwm: Implement duty_u16() and duty_ns() PWM methods. IhorNehrutsa 2021-10-15 14:04:40 -07:00
  • a7fa18c203 py/builtinimport: Refactor module importing. Jim Mussared 2020-02-26 15:24:09 +11:00
  • 851ecb2da1 extmod/modbluetooth: Support gap_connect(None) to cancel a connection. Jonathan Hogg 2021-07-12 08:46:29 +01:00
  • de7e3cd792 docs/library/machine.Pin.rst: Add Pin.ANALOG mode constant. Scott Armitage 2020-09-03 10:49:27 -07:00
  • 68d1245f42 docs/library/machine.Timer.rst: Document period and callback args. Michael Buesch 2020-08-31 17:58:51 +02:00
  • 1e7c8f2b0b docs/library/machine.SPI.rst: Add example SPI usage. Michael Buesch 2020-08-31 17:38:20 +02:00
  • e7900351bf docs/library/machine.Timer.rst: Document 'id' as positional-only arg. Michael Buesch 2020-08-31 17:12:38 +02:00
  • d94ac4333f docs/library/uasyncio.rst: Detail exception behaviour in cancel/timeout. Peter Hinch 2020-04-11 15:52:01 +01:00
  • 23a150789d stm32/boards/make-pins.py: Use cpu pins to define static alt-fun macros. Damien George 2021-11-29 13:35:43 +11:00
  • 0c9f5b388e stm32: Include HAL MMC code in F4 builds. Damien George 2021-11-29 13:26:14 +11:00
  • 7e61a12eb1 stm32: Add support for F479 MCUs. Damien George 2021-11-29 13:25:53 +11:00
  • 35e70c1698 stm32/boards: Convert F413,F439,H743,L4xx,WB55 to new flash FS config. Damien George 2021-11-29 13:10:36 +11:00
  • 84969194a1 stm32/flashbdev: Support generic flash storage config via link symbols. Damien George 2021-11-29 13:01:51 +11:00
  • 97a7cc243b lib: Update pico-sdk to 1.3.0 and tinyusb to 0.12.0. iabdalkader 2021-11-25 14:27:06 +02:00
  • 678f4b959f esp32/boards/GENERIC_S3: Enable BLE on ESP32 S3. Jim Mussared 2021-11-16 22:57:45 +11:00
  • de8dc4bad2 docs/esp8266/tutorial: Fix comments of FrameBuffer examples. gibbonsc 2021-10-05 17:18:56 -06:00
  • 6259aa50eb stm32/boards/NUCLEO_WB55: Update rfcore_firmwre for new WS. David Michieli 2021-10-12 12:07:02 +11:00
  • a0890983ea py/objfun.h: Remove obsolete comments about entries in extra_args. Damien George 2021-11-25 23:23:34 +11:00
  • e99f7b6d25 tests/cpydiff: Clarify f-string diffs regarding concatenation. Jim Mussared 2021-11-18 23:29:48 +11:00
  • 11ed94797d py/lexer: Support nested [] and {} characters within f-string params. Damien George 2021-11-19 10:36:16 +11:00
  • 196d26848a stm32/usb: Use a table of allowed values to simplify usb_mode get/set. Damien George 2021-11-24 13:30:04 +11:00
  • d49df423e0 stm32/boards/NADHAT_PYBF405: Rename board to GARATRONIC_NADHAT_F405. Frédéric Pierson 2021-11-20 19:32:19 +01:00
  • fdb925c4c1 stm32/boards: Add PYBSTICK26 F411 board definition. Frédéric Pierson 2021-10-28 19:12:09 +02:00
  • c422ca3da1 rp2/boards: Add PYBSTICK26 RP2040 board definition. Frédéric Pierson 2021-10-27 10:16:55 +02:00
  • 81f706aee4 mimxrt: Support PWM using the FLEXPWM and QTMR modules. robert-hh 2021-07-26 12:48:25 +02:00
  • bb7aae557b tools/autobuild: Automatically build all stm32 boards. Damien George 2021-11-21 14:54:55 +11:00
  • 90554d03c0 stm32/boards: Build NUCLEO_WB55 and STM32F769DISC without mboot enabled. Damien George 2021-11-21 14:47:40 +11:00
  • e2ca8ab8fc py/runtime: Allow types to use both .attr and .locals_dict. Laurens Valk 2020-07-17 22:31:09 +02:00
  • 01ceb9aca3 stm32/dma: Make DMA2_Stream3 exclusive to SDIO when CYW43 enabled. Damien George 2021-11-15 14:39:39 +11:00
  • dfa75f33a5 stm32/sdio: Don't explicitly disable DMA2 on deinit of SDIO. Damien George 2021-11-15 14:39:32 +11:00
  • e83aa252f7 stm32/main: Run optional frozen module at boot. Peter Boin 2021-09-08 15:45:03 +10:00
  • 123dcdb8e5 py/modsys: Replace non-ASCII quote char with ASCII char. Damien George 2021-11-19 17:26:04 +11:00
  • 78ab2eeda3 py/showbc: Print unary-op string when dumping bytecode. Damien George 2021-11-19 17:05:40 +11:00
  • 8f0e304e65 stm32/boards: Add new board MikroElektronika Quail, and F427 support. Lorenzo Cappelletti 2021-10-11 23:55:06 +02:00
  • 16c7a80874 stm32/boards/MIKROE_CLICKER2_STM32: Add more detail to board.json. Lorenzo Cappelletti 2021-10-27 22:53:58 +02:00
  • 78425208ba nrf/main: Use VFS helper function to mount fs and chdir. iabdalkader 2021-11-18 20:36:04 +02:00
  • f7a0c98e00 extmod/network_ninaw10: Fix scan list order to match other NICs. iabdalkader 2021-11-17 17:33:15 +02:00
  • b65d17fced drivers/ninaw10: Fix BSSID byte order, and add null byte to ESSID. iabdalkader 2021-11-17 17:32:09 +02:00
  • 841eeb158e drivers/neopixel: Avoid heap alloc in fill(). Jim Mussared 2021-11-18 00:10:49 +11:00
  • 172a031dff rp2/boards/PIMORONI_PICOLIPO_16MB: Fix 16MB flash size. Mike Causer 2021-11-17 16:25:51 +11:00
  • b851950c26 docs/library/sys.rst: Add docs for sys.settrace. NitiKaur 2021-11-12 20:39:56 +05:30
  • e538d8a5a6 docs/rp2/quickref.rst: Add section on PIO. NitiKaur 2021-11-05 15:46:35 +05:30
  • 01f1c3aac2 docs/reference/filesystem.rst: Add detail on how to use littlefs fuse. Damien George 2021-11-08 12:43:18 +11:00
  • 1904833e0c esp32: Add SDCard support for S3, and a GENERIC_S3_SPIRAM board. Seon Rozenblum 2021-11-12 11:23:49 +11:00
  • f72b49756d docs/library/rp2.rst: Update function asm_pio_encode to add sideset_opt. oli 2021-10-09 11:50:50 +01:00
  • 0a9335ecaa rp2/rp2_pio: Support exec with sideset. oli 2021-10-09 10:20:39 +01:00
  • 3dc9a42bc2 samd/README.md: Update README to reflect new features and boards. Peter van der Burg 2021-05-24 15:55:30 +10:00
  • b991902983 samd/boards/SEEED_XIAO: Add new board definition. Peter van der Burg 2021-05-20 17:52:53 +10:00
  • ef4e63aabc samd/boards/SEEED_WIO_TERMINAL: Add new board definition. Peter van der Burg 2021-05-20 17:50:08 +10:00
  • 771d673e5c samd/boards/SAMD21_XPLAINED_PRO: Update for flash and pins. Peter van der Burg 2021-05-22 17:02:04 +10:00
  • fb79e58636 samd/boards/ADAFRUIT_TRINKET_M0: Update for flash and pins. Peter van der Burg 2021-05-22 16:57:53 +10:00
  • 3d33dbedc9 samd/boards/MINISAM_M4: Update for flash and pins. Peter van der Burg 2021-05-22 17:04:04 +10:00
  • 199b6a8a8b samd/boards/ADAFRUIT_ITSYBITSY_M4_EXPRESS: Update for flash and pins. Peter van der Burg 2021-05-22 11:44:21 +10:00
  • 72cb4ff596 samd/boards/ADAFRUIT_FEATHER_M0_EXPRESS: Update for flash and pins. Peter van der Burg 2021-05-22 16:52:36 +10:00
  • 2f65ded1a2 samd: Add Pin and LED classes, and machine.unique_id. Peter van der Burg 2021-05-20 18:15:36 +10:00
  • 2121353602 samd: Add internal flash block device, filesystem and uos support. Peter van der Burg 2021-05-20 18:05:04 +10:00
  • 4c132614e1 samd/samd_soc: Allow a board to configure the low-level MCU config. Peter van der Burg 2021-05-21 10:02:01 +10:00
  • cd2223b8fe samd: Integrate latest asf4, add help, more time funcs and uPy features. Peter van der Burg 2021-05-20 18:30:08 +10:00
  • f27be2d78a lib/asf4: Point submodule to latest commit on circuitpython branch. Damien George 2021-11-18 12:43:29 +11:00
  • 5900257dd6 extmod/uplatform: Use generic custom platform string. stijn 2021-09-27 11:17:15 +02:00
  • 1e5875557a extmod/uplatform: Remove unused definitions. stijn 2021-09-27 11:05:07 +02:00
  • e5f9e2febc windows/mpconfigport.h: Enable help and help("modules"). retsyo 2021-02-19 18:53:09 +08:00
  • a4c0f52714 stm32/led: Support an extra 2 LEDs in board configuration. Matt van de Werken 2020-07-02 17:36:27 +10:00
  • 8f3510799d docs/library/framebuf.rst: Adjust dimensions in example. Sebastian Wicki 2020-11-14 20:39:26 +01:00
  • 95ccd9a005 nrf/Makefile: Improve Black Magic Probe commands. Pooya Moradi 2020-12-04 16:01:19 +03:30
  • 19f09414a6 tests/micropython/const.py: Add comment about required config for test. jc_.kim 2020-07-13 19:22:58 +09:00
  • 43d08688c3 extmod/uasyncio: Fix gather returning exceptions from a cancelled task. Damien George 2021-11-17 13:45:42 +11:00
  • 5cf71b5596 shared/libc/string0: Don't include string.h, and provide __memcpy_chk. Alexey 'alexxy' Shvetsov 2020-05-15 23:26:08 +03:00
  • d11ff0499f unix/modos: Add support for uos.urandom(n). Henk Vergonet 2018-08-07 13:14:00 +02:00
  • 5ed7a748f0 rp2/boards: Add neopixel.py to manifest.py. robert-hh 2021-09-17 09:18:44 +02:00
  • b73d8b045a rp2/machine_bitstream: Implement the machine.bitstream driver. robert-hh 2021-09-15 18:16:05 +02:00
  • 7d7d29dbe2 mimxrt: Fix mp_hal_quiet_timing_enter()/exit() so timer still runs. robert-hh 2021-11-10 13:59:09 +01:00
  • 7cc9b257a9 mimxrt/boards: Update the board.json files and add deploy_xx.md files. robert-hh 2021-11-05 15:59:55 +01:00
  • d72d699dad mimxrt/boards: Add the Seeed ARCH MIX board. robert-hh 2021-10-06 20:30:46 +02:00
  • c3dceb1c32 rp2/boards: Add support for Arduino Nano RP2040. iabdalkader 2021-08-15 20:44:36 +02:00
  • f082793ac4 drivers/lsm6dsox: Add LSM6DSOX driver and examples. iabdalkader 2021-11-15 16:16:19 +02:00
  • 3745c393c8 rp2: Add support for Nina-W10 WiFi/BT module. iabdalkader 2021-09-14 22:22:17 +02:00
  • 43079aaf86 drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver. iabdalkader 2021-08-15 18:51:15 +02:00
  • b6dbbbe82f rp2/machine_i2s: Add I2S protocol support. Mike Teachman 2021-09-03 20:34:53 -07:00