summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2021-01-14Merge pull request #3991 from TG-Techie/main6.1.0-rc.16.1.06.1.xDan Halbert
Revision to TG-Watch
2021-01-14Merge pull request #4004 from jepler/fix-parallel-build-mainDan Halbert
ports/unix: Fix parallel build problem
2021-01-14Merge pull request #3993 from dhalbert/gattc-write-lengthsScott Shawcroft
don't check length for remote characteristic or descriptor
2021-01-14ports/unix: Fix parallel build problemJeff Epler
This is the same as I added to mpy-cross at e666e86035d5, see #3074
2021-01-14Add pin A1 as alias for AD1; A1 is preferredDan Halbert
2021-01-14restore TG-Watch USB_PID from accidental overwriteJonah Yolles-Murphy
2021-01-14correct USB_PRODUCT for TG-WatchJonah Yolles-Murphy
2021-01-13final name and extra boardJonah Yolles-Murphy
2021-01-13don't check length for remote characteristic or dedescriptorDan Halbert
2021-01-13Merge pull request #3982 from jepler/esp32s2-make-flashDan Halbert
esp32s2: Fix 'make flash'
2021-01-12Merge pull request #3983 from dhalbert/6.1.0-shrink-buildsJeff Epler
shrink some de_DE builds
2021-01-12Merge pull request #3978 from ladyada/neotrinkeyJeff Epler
samd21 board with only 4 neopixels + two touchpads
2021-01-12shrink some de_DE buildsDan Halbert
2021-01-12esp32s2: Fix 'make flash'Jeff Epler
As reported by @jerryneedell, this change was incorrect; the given ESPTOOL_FLAGS caused `write_flash` to be repeated twice, which doesn't work. Closes #3981.
2021-01-12Merge pull request #3733 from jepler/audioout-esp32Dan Halbert
esp32s2: Add I2SAudioOut
2021-01-12Merge pull request #3966 from dhalbert/samd-dac-channelsDan Halbert
fix atmel-samd DAC channel selection logic
2021-01-12fix some precommit complaintslady ada
2021-01-12samd21 board with only 4 neopixels + two touchpadslady ada
2021-01-12Merge pull request #3959 from ladyada/mainScott Shawcroft
try adding new feather def
2021-01-12Merge remote-tracking branch 'origin/main' into audioout-esp32Jeff Epler
2021-01-12Merge branch 'main' into TouchAlarmmicroDev
2021-01-11Merge pull request #3964 from dhalbert/ble-timing-fixesScott Shawcroft
Round BLE timing values; fix timeout check
2021-01-11Update ports/atmel-samd/common-hal/analogio/AnalogOut.c Dan Halbert
whoops, yes! Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2021-01-11Merge pull request #3944 from BennyE/wifi-authmodeScott Shawcroft
esp32-s2: Adding authmode keyword
2021-01-11Merge pull request #3954 from anecdata/mpconfigportScott Shawcroft
ESP32-S2: added sys.platform
2021-01-11Merge pull request #3960 from dhalbert/pwmout-tcc-resolutionScott Shawcroft
Look up TCC resolution as necessary
2021-01-11Merge pull request #3930 from jerryneedell/jerryn_feathers2_ledScott Shawcroft
UMFEATHERS2 - implement use of DotStar for status led
2021-01-11Merge pull request #3659 from iot49/msgpackScott Shawcroft
module msgpack
2021-01-11Merge pull request #3955 from caiokat/fix_recvfrom_intoScott Shawcroft
Fix socket.recvfrom_into()
2021-01-11fixes and enhancement for touch alarmmicroDev
- prevent touch alarm initialization if not set - fix wake_alarm is set to touch alarm on autoreload - add ability to have multiple touch alarms in light sleep
2021-01-10fix atmel-samd DAC channel selection logicDan Halbert
2021-01-10Round BLE timing values; fix timeout checkDan Halbert
2021-01-10ok lets try without auto-displaylady ada
2021-01-10Update ports/esp32s2/common-hal/wifi/Network.c BennyE
Avoid to use yet another variable. Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2021-01-10update TG-Watch pins, name, and frozen librariesJonah Yolles-Murphy
2021-01-09compilierlady ada
2021-01-09fix dup usblady ada
2021-01-09add tftlady ada
2021-01-09copypaste typolady ada
2021-01-09Look up TCC resolution as necessaryDan Halbert
2021-01-09background tasks: Add, use port_wake_main_taskJeff Epler
Some ports need an extra operation to ensure that the main task is awoken so that a queued background task will execute during an ongoing light sleep. This removes the need to enable supervisor ticks while I2SOut is operating. Closes: #3952
2021-01-09esp32s2: audiobusio: move i2s_common insideJeff Epler
Originally, I believed the implementation might be shared with AudioOut, as on the ESP32 (non-S2) the I2S peripheral was also used to drive the DAC. However, this is not the case on ESP32-S2 and appears it will not be the case with the ESP32-S3 or -C3, to the extent that there's skeletal support for either of them in esp-idf master branch. However, it could still be shared by I2SIn or PDMIn (the latter being hypothetically implemented as I2SIn + digital postprocessing like we did in the atmel-sam port, to my understanding), so I moved it to the common-hal folder.
2021-01-09esp32s2: Rename ESP_CALL_RAISE to CHECK_ESP_RESULTJeff Epler
Suggested by @tannewt, thanks!
2021-01-09forgot deinitlady ada
2021-01-09newlinelady ada
2021-01-09woops out of sync header, plus... i dunno add some frozen modules cause we ↵lady ada
have almost no RAM :(
2021-01-09nowhitespacelady ada
2021-01-09Merge branch 'main' into mainLimor "Ladyada" Fried
2021-01-09try adding new feather deflady ada
2021-01-09disable msgpack on boards without roomfoamyguy