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
Peter Hinch
1e88ebd417
Update build scripts. Add functor/singleton doc.
2019-10-18 10:39:20 +01:00
Peter Hinch
8caf7a9c2f
Update build scripts. Add functor/singleton doc.
2019-10-18 10:37:54 +01:00
Peter Hinch
59ad6d674a
phase/README.md: fix code sample and clarify doc.
2019-09-29 16:06:20 +01:00
Peter Hinch
839ab0267f
Update picoweb docs.
2019-09-22 18:02:16 +01:00
Peter Hinch
4ef1037934
Update picoweb docs.
2019-09-22 17:55:56 +01:00
Peter Hinch
b512727002
fastbuild: handle new pybd indentifiers.
2019-08-05 09:23:56 +01:00
Peter Hinch
ac7335b66b
ds3231_port.py Fix ESP8266 issue #10
2019-07-01 07:17:18 +01:00
Peter Hinch
71fcc81822
Build script buildnew updated for Pyboard D
2019-06-28 16:13:33 +01:00
Peter Hinch
2632a4c1d9
Build script buildpyb and pyb_check updated for Pyboard D
2019-06-27 18:44:20 +01:00
Peter Hinch
508c7d2b32
micropip: remove upip_m.py. Update README.md to reflect changes in upip.py
2019-06-19 17:03:48 +01:00
Peter Hinch
2dd270272c
Improve Picoweb doc.
2019-06-03 09:16:57 +01:00
Peter Hinch
eae256e07a
Improve Picoweb doc.
2019-06-03 09:03:53 +01:00
Peter Hinch
446bb69525
Add upip installation for Picoweb. Remove Pyboard D info.
2019-06-03 08:48:37 +01:00
Peter Hinch
a3a394c1b7
PicoWeb guide now has no changes to Paul Sokolovsky's picoweb code.
2019-05-16 11:57:49 +01:00
Peter Hinch
0aabbda630
PicoWeb guide now has no changes to Paul Sokolovsky's picoweb code.
2019-05-16 11:55:35 +01:00
Peter Hinch
b0bd198c70
Add picoweb installation guide.
2019-05-14 16:48:38 +01:00
Peter Hinch
8953cbf519
Deprecate unofficial Pyboard D guide now docs exist.
2019-04-02 18:08:11 +01:00
Peter Hinch
c982d53787
Pyboard D now references official docs.
2019-03-26 10:58:03 +00:00
Peter Hinch
063c02d607
Library installation README added, code updated.
2019-03-26 09:59:13 +00:00
Peter Hinch
cdd09796c9
Incorporate PR#7: typos in Pyboard D.
2019-02-20 17:24:52 +00:00