summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2019-08-25fix 'audiomixer_mixer_reset_buffer'sommersoft
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-24Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-24fix MixerVoice.get_level; now returns a float between 0-1.sommersoft
2019-08-24use a MixerVoice constructorsommersoft
2019-08-22make translateDan Halbert
2019-08-21Merge remote-tracking branch 'adafruit/master' into displayio_fill_areaDave Astels
2019-08-20merge from upstream and make translateDan Halbert
2019-08-19Detect lack of pulldown; check for pin in useDan Halbert
2019-08-19Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-19abandon incomplete mixer asm math functionssommersoft
2019-08-19Merge remote-tracking branch 'adafruit/master' into run-background-tasksDan Halbert
2019-08-19Merge pull request #2032 from pewpew-game/audiocore-bufferDan Halbert
2019-08-18make nrf touchio be generic: now available for SAMD51 tooDan Halbert
2019-08-16Merge pull request #2066 from dhalbert/ble-pairingScott Shawcroft
2019-08-16address review comments; avoid calling common_hal_bleio_device... routines fr...Dan Halbert
2019-08-14Fix I2CDisplay lifecycle and splash lifecycle.Scott Shawcroft
2019-08-13non-DSP 8bit & 16bit functions working.sommersoft
2019-08-12Merge pull request #2047 from brentru/fix-terminalio-clearingScott Shawcroft
2019-08-11shared-module: Use RUN_BACKGROUND_TASKSJeff Epler
2019-08-10usb_hid: Allow USB work to progress while waiting for tud_hid_readyJeff Epler
2019-08-08fix terminalio not clearing on constructbrentru
2019-08-05Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-08-05Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410Scott Shawcroft
2019-08-05Merge pull request #2000 from jepler/nrf-pwm-audioScott Shawcroft
2019-08-05Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-08-03bring MixerVoice back to building state; update documentationsommersoft
2019-08-03Allow to specify pre-allocated buffer in audicore.WaveFileRadomir Dopieralski
2019-08-02WIP: rework of Characteristic properties; enhance Descriptor; not testedDan Halbert
2019-08-02Add support for scaling to _stageRadomir Dopieralski
2019-07-31Merge remote-tracking branch 'adafruit/master' into displayio_fill_areaDave Astels
2019-07-31Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-07-31Merge remote-tracking branch 'origin/master' into nrf-pwm-audioJeff Epler
2019-07-31Expose rotation with a propertyDave Astels
2019-07-31Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-07-27allow discovery from central or peripheralDan Halbert
2019-07-26WavFile.h: include vfs_fat.h for pyb_file_obj_t definitionJeff Epler
2019-07-26audiopwmio: Add the shared files for this new moduleJeff Epler
2019-07-25Add knobs for SSD1322 and two fixes.Scott Shawcroft
2019-07-25Merge pull request #2010 from jepler/audiocoreScott Shawcroft
2019-07-25audiocore: Factor from audioioJeff Epler
2019-07-24Merge pull request #2007 from hierophect/F4xx-port-setupScott Shawcroft
2019-07-24update tinyusb lib to 0.5.xhathach
2019-07-22Add feature conditionals and clean upHierophect
2019-07-19Review feedback including NO_BRIGHTNESS_COMMAND macroScott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-07-19Fix it's -> itsScott Shawcroft
2019-07-18Track a dirty area for in-memory bitmapsScott Shawcroft
2019-07-17Add missing files for DigitalIOHierophect
2019-07-16Address review comments.Dan Halbert