Wykres commitów

196 Commity (main)

Autor SHA1 Wiadomość Data
Peter Hinch a22adfd3d3 README: add ESP32 URL. 2021-06-15 13:04:36 +01:00
Peter Hinch b64de48114 Update micropip docs. 2021-04-16 13:41:58 +01:00
Peter Hinch a1173b50a8 Update micropip docs. 2021-04-16 13:29:45 +01:00
Peter Hinch c87587d426 Add notes on rshell macros. 2021-02-27 18:05:53 +00:00
Peter Hinch 761df2c73a Minor README updates. 2021-01-24 10:33:49 +00:00
Peter Hinch f366c0ce9f Minor README updates. 2021-01-24 10:18:41 +00:00
Peter Hinch 163a2f264c Remove undocumented and outdated uasyncio directory. 2020-12-27 17:21:48 +00:00
Peter Hinch 56f775241a ESP32 pinout: fix garbled PDF conversion. 2020-11-30 19:40:36 +00:00
Peter Hinch 96360ba5a7 Random: add yasmarang and cheap_rand generators. 2020-11-05 09:29:04 +00:00
Peter Hinch ee0d56bd7e Random: add yasmarang and cheap_rand generators. 2020-11-05 08:52:12 +00:00
Peter Hinch 2e48324692 Update ESP32 pinout for CMD pin. 2020-10-26 12:03:39 +00:00
Peter Hinch c765b5b1f5 Update fastbuild scripts. 2020-10-21 08:52:18 +01:00
Peter Hinch f183e79ab9 README: add note about evil USB MSC mode. 2020-10-19 18:32:39 +01:00
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