Wykres commitów

283 Commity (master)

Autor SHA1 Wiadomość Data
Peter Hinch 686ae8c03d README: add note about evil USB MSC mode. 2020-10-19 18:15:15 +01:00
Peter Hinch 2ecc5cf785 Fix typos. 2020-10-19 10:54:54 +01:00
Peter Hinch 927ff25f84 Docs: add module index, Pyboard D boot info. 2020-10-19 09:54:01 +01:00
Peter Hinch 0db03bdec5 ds3231_port.py Change name of twos_complement: single underscore. 2020-09-10 05:29:07 +01:00
Peter Hinch 2a0bd63ab8
Merge pull request #16 from petrkr/master
DS3231: Added temperature sensor to port version

Looks good. Unless you have a strong objection I may change __twos_complement name to use single underscore _twos_complement. I'm not a fan of Python name mangling.
2020-09-10 05:23:22 +01:00
Petr Kracík 7429834c69 DS3231: Added temperature sensor to port version 2020-09-09 22:52:57 +02:00
Peter Hinch 6332344c26 README.md fix broken link. 2020-08-27 06:55:52 +01:00
Peter Hinch 8fd6341ca3 Quaternions: initial commit. 2020-08-18 18:51:29 +01:00
Peter Hinch 10f798ec4d
Merge pull request #15 from aivarannamaa/master
Update the url of the package index at micropython.org
2020-07-28 13:29:19 +01:00
Aivar Annamaa 239926a439
Update the url of the package index at micropython.org 2020-07-28 10:13:31 +03:00
Peter Hinch 20e10c5a67 Pyboard D: add note re performance of QSPI flash. 2020-07-24 06:29:07 +01:00
Peter Hinch 5c2ace06f8 sequence/check_mid.py Fix bugs. 2020-07-15 07:33:30 +01:00
Peter Hinch 4d61f6f1b4 Improve sequence checker. 2020-07-14 16:21:12 +01:00
Peter Hinch dd72be0eeb Add note on Flash to Pyboard D section. 2020-07-14 16:11:30 +01:00
Peter Hinch ac459af6ce Manifest doc describes include statement. 2020-07-07 15:57:03 +01:00
Peter Hinch 2399918b38 README improvements. 2020-07-07 15:47:14 +01:00
Peter Hinch 61d312be15 Minor doc fixes. 2020-07-06 11:51:19 +01:00
Peter Hinch c0a4406710 Add index and sequence check. 2020-07-06 11:40:57 +01:00
Peter Hinch 1281c08751 Add ESP32 pinout 2020-06-17 07:20:48 +01:00
Peter Hinch 76db342a07 Add ESP32 pinout 2020-06-17 06:38:37 +01:00
Peter Hinch 605ba410d9
Update PICOWEB.md 2020-04-19 09:33:32 +01:00
Peter Hinch 014d247e44 Queue now uses a list because of dodgy deque. 2020-04-08 18:06:32 +01:00
Peter Hinch 8e3767393f Add uasyncio_iostream/v3/primitives/ - stopgap primitives for uasyncio V3 2020-04-07 18:21:49 +01:00
Peter Hinch 7a7ab42dd7 Add Serialisation doc. 2020-02-10 18:17:37 +00:00
Peter Hinch c42d12b7d9 Add Serialisation doc. 2020-02-10 17:52:22 +00:00
Peter Hinch f62a6d8e1c DS3231 Support Pyboard D. Various updates and fixes. 2020-01-27 09:58:35 +00:00
Peter Hinch c259792a7c Prior to DS3231 update. 2020-01-25 17:36:58 +00:00
Peter Hinch d8a1810a90 DS3231: Update README. Modify test for Pyboard D. 2020-01-16 07:29:26 +00:00
Peter Hinch e2fc55740e DS3231/ds3231_port fixed for official ESP32 firmware. 2020-01-16 06:07:57 +00:00
Peter Hinch 4d2a52d109
Merge pull request #12 from kevinkk525/patch-1
Update event.py
2019-12-29 12:03:01 +00:00
Kevin Köck 2ec2cee240
Update event.py
Increase CPython compatibility by using a boolean value for the state.
Compatibility also achieveable by only changing is_set() to "return self.state==1" so it returns a boolean.  self.state should never be accessed directly from the outside so could stay an integer.
2019-12-28 16:54:50 +01:00
Peter Hinch 9a5fd628cc uasyncio: add test_can.py. 2019-12-07 06:24:01 +00:00
Peter Hinch 0916a421e0 uasyncio README: reference low power applications. 2019-12-06 06:23:32 +00:00
Peter Hinch 848fad9b37 uasyncio README changes. 2019-12-04 17:29:00 +00:00
Peter Hinch ee36d4525c uasyncio README.md note re awaitable classes. 2019-12-04 10:54:36 +00:00
Peter Hinch 0d5d9146a5 uasyncio update README.md 2019-12-03 05:47:14 +00:00
Peter Hinch bb534a7eb8 lock.py: fix bug with _awt 2019-12-02 18:22:14 +00:00
Peter Hinch 7bc6f92dd7 uasyncio Revert name of task queue instance. 2019-12-02 16:35:03 +00:00
Peter Hinch 6853171823 uasyncio: implement Primitive class. 2019-12-02 13:53:29 +00:00
Peter Hinch 7b021ad645 Simplify queue.py, prim_test.py tests queue cancellation. 2019-12-02 08:22:52 +00:00
Peter Hinch 888d017762 uasyncio: add note re future versions. 2019-11-23 16:38:58 +00:00
Peter Hinch a396d39c03 Address CPython compatibility. 2019-11-21 11:29:16 +00:00
Peter Hinch 7c05be28e3 uasyncio: implement as package, add primitives. 2019-11-20 11:20:33 +00:00
Peter Hinch 9a697a8591 uasyncio: implement as package, add primitives. 2019-11-20 11:18:38 +00:00
Peter Hinch 1a2084425a uasyncio - add ms_timer demo of fast I/O. 2019-11-16 11:36:22 +00:00
Peter Hinch 026e729f8d Add test for fast scheduling. 2019-11-16 06:28:23 +00:00
Peter Hinch 8e1cabc610 Add test for fast scheduling. 2019-11-16 05:58:48 +00:00
Peter Hinch 08125828fe Add demo of fast I/O on new uasyncio. 2019-11-15 17:26:26 +00:00
Peter Hinch 4f00740ff0 Update build scripts to use manifests. 2019-11-01 15:42:50 +00:00
Peter Hinch 3608a86bb1 Fix fastbuild to work on all Pyboard types. 2019-10-21 17:42:15 +01:00