summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Collapse)Author
2020-07-23Merge pull request #3195 from tannewt/remove_i2c_stop6.0.0-alpha.2Scott Shawcroft
Remove stop kwarg from I2C writeto.
2020-07-23Remove stop kwarg from I2C writeto.Scott Shawcroft
Fixes #2082
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-22Merge branch 'main' into memmonitorScott Shawcroft
2020-07-22Merge branch 'main' into memmonitorScott Shawcroft
2020-07-21Fix BluetoothError doc typo we copiedScott Shawcroft
2020-07-21Updates based on reviewScott Shawcroft
2020-07-21Merge branch 'main' into type_hintsdherrada
2020-07-20Merge branch 'main' into disable_networkScott Shawcroft
2020-07-19fix 3169: Polygon.points propertyKenny
The getter for vectorio.Polygon#points was not updated with the data type change of the stored points list. This moves the implementation to shared_module and updates the data type to reflect the actual state.
2020-07-17Disable existing native networking.Scott Shawcroft
We're moving towards a co-processor model and a Wiznet library is already available. New native APIs will replace these for chips with networking like the ESP32S2 but they won't be these.
2020-07-17Add ignore() and fix docsScott Shawcroft
2020-07-17Get AllocationAlarm workingScott Shawcroft
2020-07-17Add memorymonitor moduleScott Shawcroft
2020-07-17Merge branch 'main' into type_hintsdherrada
2020-07-17Made more requested changesdherrada
2020-07-16Made requested changes in displayiodherrada
2020-07-13Merge pull request #2780 from AndrewR-L/patch-1Scott Shawcroft
busio/UART: Correct and clarify readline() return.
2020-07-13Merge pull request #3003 from Flameeyes/masterScott Shawcroft
License tagging according to REUSE specifications.
2020-07-08audioio: Remove compatibility codeJeff Epler
These items were aliased from audiocore to audioio for compatibility with 4.x, but according to our deprecation schedule can be removed in 6.0.
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-03Added type hints previously misseddherrada
2020-07-03Added type hints to ustackdherrada
2020-07-03Added type hints to uheapdherrada
2020-07-03Added type hints to timedherrada
2020-07-03Added type hints to structdherrada
2020-07-03Added type hints to storagedherrada
2020-07-03Added type hints to rtcdherrada
2020-07-03Added type hints to randomdherrada
2020-07-03Added type hints to osdherrada
2020-07-03Added type hints to networkdherrada
2020-07-03Added type hints to multiterminaldherrada
2020-07-03Added type hints to mathdherrada
2020-07-03Added type hints to _evedherrada
2020-07-03Made every init return Nonedherrada
2020-07-03Fixed init formattingdherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to wiznetdherrada
2020-07-03Added type hints to watchdogdherrada
2020-07-03Added type hints to usb_mididherrada
2020-07-03Added type hints to usb_hiddherrada
2020-07-03Added type hints to touchiodherrada
2020-07-03Added type hints to terminaliodherrada
2020-07-03Added type hints to _stagedherrada
2020-07-03Added type hints to socketdherrada
2020-07-03Added type hints to sdioiodherrada
2020-07-03Added type hints to sdcardiodherrada
2020-07-03Added type hints to rotaryiodherrada
2020-07-03Added type hints to rgbmatrixdherrada
2020-07-03Added type hints to pulseiodherrada