Commit Graph

1067 Commits

Author SHA1 Message Date
Taku Fukada d356581651 Fix several type hints 2020-07-27 18:05:13 +09:00
Taku Fukada 54a342a7f5 Add and correct some type hints 2020-07-24 18:20:03 +09:00
Scott Shawcroft 543708416b
Merge pull request #3195 from tannewt/remove_i2c_stop
Remove stop kwarg from I2C writeto.
2020-07-23 14:39:51 -07:00
Scott Shawcroft 4b6e02949d
Remove stop kwarg from I2C writeto.
Fixes #2082
2020-07-23 11:06:14 -07:00
Scott Shawcroft 2bd6d05663
Add externs. GCC10 complains about duplicate defines 2020-07-22 16:26:46 -07:00
Scott Shawcroft 049921fec8
Merge branch 'main' into memmonitor 2020-07-22 14:00:28 -07:00
Scott Shawcroft 1ec3580946
Merge branch 'main' into memmonitor 2020-07-22 12:24:19 -07:00
Scott Shawcroft eb24653d3f
Fix BluetoothError doc typo we copied 2020-07-21 18:30:29 -07:00
Scott Shawcroft ee019a96ba
Updates based on review 2020-07-21 16:08:41 -07:00
dherrada 9e3fa863f1
Merge branch 'main' into type_hints 2020-07-21 16:18:51 -04:00
Scott Shawcroft 0c6935e336
Merge branch 'main' into disable_network 2020-07-20 16:28:22 -07:00
Kenny efeae0d84f fix 3169: Polygon.points property
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-19 12:27:35 -07:00
Scott Shawcroft 610e0171aa
Disable existing native networking.
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-17 17:43:02 -07:00
Scott Shawcroft 07f031c708
Add ignore() and fix docs 2020-07-17 17:15:04 -07:00
Scott Shawcroft a1e4814a27
Get AllocationAlarm working 2020-07-17 17:15:03 -07:00
Scott Shawcroft 518d909b2c
Add memorymonitor module 2020-07-17 17:15:03 -07:00
dherrada 612c6bb86b
Merge branch 'main' into type_hints 2020-07-17 14:55:30 -04:00
dherrada d64b4e3059 Made more requested changes 2020-07-17 14:53:51 -04:00
dherrada bfcaa4b2b4 Made requested changes in displayio 2020-07-16 16:11:22 -04:00
Scott Shawcroft 08375c7930
Merge pull request #2780 from AndrewR-L/patch-1
busio/UART: Correct and clarify readline() return.
2020-07-13 16:29:58 -07:00
Scott Shawcroft 51c888d4be
Merge pull request #3003 from Flameeyes/master
License tagging according to REUSE specifications.
2020-07-13 16:28:49 -07:00
Jeff Epler 6d97f6fccc audioio: Remove compatibility code
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-08 20:31:35 -05:00
Diego Elio Pettenò 34b4993d63 Add license to some obvious files. 2020-07-06 19:16:25 +01:00
dherrada bce77adecd Added type hints previously missed 2020-07-03 16:03:19 -04:00
dherrada 9911b64fa1 Added type hints to ustack 2020-07-03 15:52:53 -04:00
dherrada 657c651e0e Added type hints to uheap 2020-07-03 15:51:39 -04:00
dherrada 4c5a9d1e3a Added type hints to time 2020-07-03 15:49:51 -04:00
dherrada 4758081e10 Added type hints to struct 2020-07-03 15:45:29 -04:00
dherrada 45b6e0174e Added type hints to storage 2020-07-03 15:38:40 -04:00
dherrada a88004e509 Added type hints to rtc 2020-07-03 15:27:11 -04:00
dherrada 97d405e109 Added type hints to random 2020-07-03 15:25:58 -04:00
dherrada e237dfe3c5 Added type hints to os 2020-07-03 15:18:44 -04:00
dherrada aaa550b33e Added type hints to network 2020-07-03 15:10:56 -04:00
dherrada 9122d0b9f4 Added type hints to multiterminal 2020-07-03 15:08:16 -04:00
dherrada 591cc1a243 Added type hints to math 2020-07-03 15:04:43 -04:00
dherrada f56deb60c6 Added type hints to _eve 2020-07-03 14:48:16 -04:00
dherrada d0d949cd24 Made every init return None 2020-07-03 14:23:34 -04:00
dherrada d358c915c3 Fixed init formatting 2020-07-03 14:00:06 -04:00
dherrada 3df03a5650 Made most of the requested changes 2020-07-03 13:49:00 -04:00
dherrada 843ff5d302 Added type hints to wiznet 2020-07-03 11:44:16 -04:00
dherrada 5163618d23 Added type hints to watchdog 2020-07-03 11:42:07 -04:00
dherrada 9c842c5a67 Added type hints to usb_midi 2020-07-03 11:40:20 -04:00
dherrada e089862a6c Added type hints to usb_hid 2020-07-03 11:38:02 -04:00
dherrada 0a657091c6 Added type hints to touchio 2020-07-03 11:34:45 -04:00
dherrada f8229372bd Added type hints to terminalio 2020-07-03 11:31:57 -04:00
dherrada 6e4c76a926 Added type hints to _stage 2020-07-03 11:26:48 -04:00
dherrada 9116470fd7 Added type hints to socket 2020-07-03 11:24:53 -04:00
dherrada 71ec419da6 Added type hints to sdioio 2020-07-03 11:16:41 -04:00
dherrada 48443ce02b Added type hints to sdcardio 2020-07-03 11:15:22 -04:00
dherrada d9a98bd05c Added type hints to rotaryio 2020-07-03 11:13:16 -04:00