| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-02 | py.mk: locate ulab sources with shell-find. | Jeff Epler | |
| 2021-04-02 | update ulab to 2.1.5 | Jeff Epler | |
| 2021-03-26 | [ure] to save space, disable debug dumps by default | Artyom Skrobov | |
| Has to stay enabled in unix port for the sake of tests/extmod/ure_debug.py | |||
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-11 | disable default usb_cdc | Dan Halbert | |
| 2021-03-09 | Revert "circuitpy_mpconfig: Disable flash multi-partition" | Jeff Epler | |
| This reverts commit 156ee4833ab170d598991fd8d4d6f6d04c759744. | |||
| 2021-03-08 | Merge pull request #4354 from jepler/disable-fat-partition | Scott Shawcroft | |
| circuitpy_mpconfig: Disable flash multi-partition | |||
| 2021-03-07 | circuitpy_mpconfig: Disable flash multi-partition | Jeff Epler | |
| This adds some additional code in mkfs which doesn't seem necessary, and Disabling it saves 172 bytes flash. Testing performed: Using a Feather M0 Adalogger, checked that * an sdcard could still be mounted (using adafruit_sdcard) * os.listdir() of "/" and "/sd" worked * CIRCUITPY still mounted | |||
| 2021-03-05 | vm: Make the speed-size trade-off compile time settable | Jeff Epler | |
| .. and enable for all samd21 boards | |||
| 2021-03-05 | vm: Consolodate all dispatch instructions | Jeff Epler | |
| Flash savings: 1268 bytes Performance: 10,000 iteration loop .665 -> .676s (+1.7%) | |||
| 2021-03-05 | vm: cut vmentrytable size | Jeff Epler | |
| This also adds a bit of code everywhere we DISPATCH(), but the net is +232 bytes free on Feather M0 Adalogger. Key assumption: All of the offsets in mp_execute_bytecode fit in 16 bits; it is not clear whether the compiler will verify this assumption (e.g., by warning that a constant will be truncated) | |||
| 2021-03-02 | Merge pull request #4233 from pewpew-game/displayio-group-list | Scott Shawcroft | |
| displayio: make Group use a python list internally | |||
| 2021-03-01 | Merge pull request #4256 from kmatch98/bt_cleanup | Scott Shawcroft | |
| Add `bitmaptools` module | |||
| 2021-02-27 | Separate out mp_obj_list_insert for use in display.Group | Radomir Dopieralski | |
| Note that for some reason this makes the binary 500 bytes larger! | |||
| 2021-02-27 | Separate mp_obj_list_pop so it can be used outside of objlist.c | Radomir Dopieralski | |
| 2021-02-25 | Merge remote-tracking branch 'adafruit/main' into busio-uart-rp | Scott Shawcroft | |
| 2021-02-25 | A few minor fixes for corner cases | Scott Shawcroft | |
| * Always clear the peripheral interrupt so we don't hang when full * Store the ringbuf in the object so it gets collected when we're alive * Make UART objects have a finaliser so they are deinit when their memory is freed * Copy bytes into the ringbuf from the FIFO after we read to ensure the interrupt is enabled ASAP * Copy bytes into the ringbuf from the FIFO before measuring our rx available because the interrupt is based on a threshold (not > 0). For example, a single byte won't trigger an interrupt. | |||
| 2021-02-25 | Updated build configs to turn off BITMAPTOOLS for smaller builds | Kevin Matocha | |
| 2021-02-23 | Add bitmaptools module | Kevin Matocha | |
| 2021-02-23 | Fix typos for CIRCUITPY_USB_HID_SYS_CONTROL | Dan Halbert | |
| 2021-02-21 | Avoid pulling in extra float-uint64 routines | Dan Halbert | |
| 2021-02-20 | add ifdef-guard | Jeff Epler | |
| 2021-02-20 | py: memoryview: implement memoryview.cast if CPYTHON_COMPAT | Jeff Epler | |
| 2021-02-19 | CIRCUITPY_BITOPS merge error | Dan Halbert | |
| 2021-02-19 | merge from upstream; re-alphabetize | Dan Halbert | |
| 2021-02-18 | remove debug print during build | Jeff Epler | |
| 2021-02-18 | bitops: rename from _bit_transpose, describe the algorithm | Jeff Epler | |
| 2021-02-18 | core: add bit_transpose function | Jeff Epler | |
| .. this version can only handle exactly 8 bits "across". The restriction may be relaxed in a future revision. | |||
| 2021-02-17 | add timeout; finish up for PR | Dan Halbert | |
| 2021-02-15 | Merge remote-tracking branch 'adafruit/main' into secondary-cdc | Dan Halbert | |
| 2021-02-15 | memoryview is valid argument to exec | Bernhard Boser | |
| 2021-02-12 | wip | Dan Halbert | |
| 2021-02-11 | merge from upstream; complicated webusb merge | Dan Halbert | |
| 2021-02-04 | usb descriptors all set; rework of enabling for USB devices | Dan Halbert | |
| 2021-02-03 | Merge branch 'main' into webusb (trying to get CI back online) | Kevin Banks | |
| 2021-02-01 | Merge remote-tracking branch 'upstream/main' into sslsocket | Lucian Copeland | |
| 2021-01-26 | Making WebUSB default to off (build unbreakage, caught by CI) | Kevin Banks | |
| 2021-01-26 | Merge pull request #4060 from dhalbert/regularize-extmod-modules | Dan Halbert | |
| CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup | |||
| 2021-01-26 | Set MICROPY_PY_UERRNO_ERRORCODE correctly | Dan Halbert | |
| 2021-01-25 | typo in circuitpy_mpconfig.h; forgot cxd56 port | Dan Halbert | |
| 2021-01-25 | Most of the code we need has been pulled in from the tinyusb webusb_serial ↵ | Kevin Banks | |
| demo. Still LOTS to do regarding descriptors. | |||
| 2021-01-25 | Merge pull request #3936 from gamblor21/busdevice_fixes | Scott Shawcroft | |
| Changing adafruit_bus_device to duck typing | |||
| 2021-01-25 | Separate Socket and SSLSocket, add LWIP connect | Lucian Copeland | |
| 2021-01-24 | CIRCUITPY_* switches for JSON, RE, etc. Doc cleanup | Dan Halbert | |
| 2021-01-22 | Merge pull request #3911 from hugodahl/add-translation-for-builtin-object-help | Dan Halbert | |
| Update built-in help output for localization (Issue #3907) | |||
| 2021-01-21 | Alphabetical | Scott Shawcroft | |
| 2021-01-20 | Add initial RP2040 support | Scott Shawcroft | |
| The RP2040 is new microcontroller from Raspberry Pi that features two Cortex M0s and eight PIO state machines that are good for crunching lots of data. It has 264k RAM and a built in UF2 bootloader too. Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf | |||
| 2021-01-16 | Reenabling busdevice in core | gamblor21 | |
| 2021-01-14 | Merge branch 'main' of https://github.com/adafruit/circuitpython into ↵ | Hugo Dahl | |
| add-translation-for-builtin-object-help | |||
| 2021-01-12 | Merge remote-tracking branch 'origin/main' into audioout-esp32 | Jeff Epler | |
