summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-20Merge pull request #3166 from theacodes/bhb-adcScott Shawcroft
2020-07-20Merge pull request #3175 from jepler/background-callback-bugsScott Shawcroft
2020-07-20Merge pull request #3172 from WarriorOfWire/issue_3169Jeff Epler
2020-07-20pre-allocate list of known sizeKenny
2020-07-20framebufferio: Handle auto refresh flag at resetJeff Epler
2020-07-20supervisor: rename some locals for clarityJeff Epler
2020-07-20background callbacks: Clear any callbacks that were queuedJeff Epler
2020-07-19fix 3169: Polygon.points propertyKenny
2020-07-19Merge pull request #3165 from pewpew-game/pewpew-m4-analogioDan Halbert
2020-07-18Add _bhb user module for Big Honking ButtonThea Flowers
2020-07-18pewpew_m4: Disable USB_HID backRadomir Dopieralski
2020-07-18pewpew_m4: Enable analogio and usb_hidRadomir Dopieralski
2020-07-17Update translationsScott Shawcroft
2020-07-17Update translationsScott Shawcroft
2020-07-17Add cast for mpy-cross warningScott Shawcroft
2020-07-17Disable existing native networking.Scott Shawcroft
2020-07-17Add ignore() and fix docsScott Shawcroft
2020-07-17Get AllocationAlarm workingScott Shawcroft
2020-07-17Add memorymonitor moduleScott Shawcroft
2020-07-17Move release note converter to latest markdown helper libScott Shawcroft
2020-07-17Add find varients to bytearrayScott Shawcroft
2020-07-17Enable PYSTACK to keep function state out of the heapScott Shawcroft
2020-07-17Add boilerplate, create basic PWMOut testLucian Copeland
2020-07-17Merge pull request #2879 from jepler/background-callbackJeff Epler
2020-07-17background_callback_gc_collect: We must traverse the whole listJeff Epler
2020-07-17uchip: reclaim some flash spaceJeff Epler
2020-07-17Merge branch 'main' into type_hintsdherrada
2020-07-17Made more requested changesdherrada
2020-07-17background_callback: Add gc collect callbackJeff Epler
2020-07-16Exclude timers from H7 buildsLucian Copeland
2020-07-16Made requested changes in displayiodherrada
2020-07-16Fix pulseIO reset and frequency issues, remove IRQ conflictLucian Copeland
2020-07-16Merge pull request #3143 from tannewt/improve_jsonDan Halbert
2020-07-16Merge pull request #3155 from jepler/esp32s2-parallel-buildScott Shawcroft
2020-07-16Merge pull request #3157 from tinkeringtech/tinkeringtech-scoutmakes-azulScott Shawcroft
2020-07-16Merge pull request #3156 from jepler/esp32s2-serial-numberScott Shawcroft
2020-07-16Check out active protomatter PRLucian Copeland
2020-07-15fixed build.yml file formatting errorsTinkeringTech
2020-07-15Added the TinkeringTech ScoutMakes Azul platform to CircuitPythonTinkeringTech
2020-07-15supervisor: usb: note that it's unusual to need to call usb_backgroundJeff Epler
2020-07-15supervisor: factor supervisor_background_tasks from sundry portsJeff Epler
2020-07-15supervisor: factor out, Handle USB via background callbackJeff Epler
2020-07-15esp32s2: Use the device's EUI-48 address as unique IDJeff Epler
2020-07-15esp32s2: Take care to invoke the sub-build-system only onceJeff Epler
2020-07-15background_callback: Avoid CALLBACK_CRITICAL_BEGIN with nothing to doJeff Epler
2020-07-15displayio, framebufferio: Enable supervisor tick when a display is auto-refreshJeff Epler
2020-07-15MP3Decoder: take advantage of background callbackJeff Epler
2020-07-15samd: audio: Move to background callbackJeff Epler
2020-07-15supervisor: tick: only run background tasks once per tickJeff Epler
2020-07-15supervisor: Add a linked list of background callbacksJeff Epler