Kevin Matocha
|
3747ea29c2
|
Merge remote-tracking branch 'source/main' into main
|
2020-08-21 14:14:38 -05:00 |
|
Scott Shawcroft
|
9a8b4e98bf
|
Add empty lines
|
2020-08-21 11:36:50 -07:00 |
|
Scott Shawcroft
|
83deea0e03
|
Fix copy pasta and stub build
|
2020-08-21 11:17:42 -07:00 |
|
Scott Shawcroft
|
a5b01f7361
|
Merge remote-tracking branch 'adafruit/main' into add_pwmio
|
2020-08-21 11:13:53 -07:00 |
|
Scott Shawcroft
|
701e80a025
|
Make socket reads interruptable
|
2020-08-21 11:00:02 -07:00 |
|
Dan Halbert
|
8d785cbbe5
|
fix stubs; make translate
|
2020-08-21 11:37:15 -04:00 |
|
Dan Halbert
|
f714f53552
|
Merge remote-tracking branch 'adafruit/main' into ble_hci
|
2020-08-21 10:45:05 -04:00 |
|
Dan Halbert
|
0e30dd8bcc
|
merge from upstream; working; includes debug_out code for debugging via Saleae for posterity
|
2020-08-20 20:29:57 -04:00 |
|
Scott Shawcroft
|
400701004b
|
Merge pull request #3279 from hierophect/esp32-pulseinout
ESP32-S2: Add PulseOut and PulseIn
|
2020-08-20 11:24:08 -07:00 |
|
Scott Shawcroft
|
80b15f6b3b
|
Add error handling w/temp debug logs
|
2020-08-19 17:51:33 -07:00 |
|
Scott Shawcroft
|
eb8b42aff1
|
Add basic error handling
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
dcc42f6281
|
Remove debug prints
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
b3a449c276
|
Turn on json and enable socket.close
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
430530c74b
|
SSL works until it runs out of memory
|
2020-08-19 14:23:28 -07:00 |
|
Scott Shawcroft
|
eb2c38825e
|
HTTP works with my adafruit_requests
|
2020-08-19 14:23:18 -07:00 |
|
Scott Shawcroft
|
c9ece21c28
|
SocketPool stubbed out
|
2020-08-19 14:22:13 -07:00 |
|
Scott Shawcroft
|
7bdd243bf6
|
Ping works!
|
2020-08-19 14:22:13 -07:00 |
|
Scott Shawcroft
|
3860991111
|
Ping work and start to add socketpool
|
2020-08-19 14:22:13 -07:00 |
|
Scott Shawcroft
|
c53a72d3f5
|
Fix ipaddress import and parse ipv4 strings
|
2020-08-19 14:22:13 -07:00 |
|
Scott Shawcroft
|
c62ab6e09a
|
Add ipaddress
|
2020-08-19 14:22:12 -07:00 |
|
Scott Shawcroft
|
ddcff85fa2
|
Add debugging. Scanning doesn't crash but returns no results. Need to config station.
|
2020-08-19 14:22:12 -07:00 |
|
Scott Shawcroft
|
1a6f4e0fe0
|
Scanning WIP. Need to sort out supervisor memory
|
2020-08-19 14:22:12 -07:00 |
|
Scott Shawcroft
|
c5b8401a15
|
First crack at native wifi API
|
2020-08-19 14:21:59 -07:00 |
|
Yihui Xiong
|
9aca580195
|
fix
|
2020-08-19 21:33:51 +08:00 |
|
Yihui Xiong
|
8bab7b664c
|
support to get HID OUT report
|
2020-08-19 20:18:17 +08:00 |
|
Scott Shawcroft
|
6857f98426
|
Split pulseio.PWMOut into pwmio
This gives us better granularity when implementing new ports because
PWMOut is commonly implemented before PulseIn and PulseOut.
Fixes #3211
|
2020-08-18 13:08:33 -07:00 |
|
Lucian Copeland
|
da75445cd5
|
Style changes, reposition runtime errors
|
2020-08-18 11:42:06 -04:00 |
|
Dan Halbert
|
6e5c2b3fe2
|
Merge pull request #3260 from rhooper/pixelbuf-iterable
Make pixelbuf support iterables and floats
|
2020-08-17 11:56:31 -04:00 |
|
Kevin Matocha
|
6c199c5d69
|
Update documentation to remove whitespaces
|
2020-08-15 15:58:04 -05:00 |
|
Dan Halbert
|
1c8e11b2cb
|
bug in char get_value; raise NotImpl; better arg validation
|
2020-08-14 23:38:58 -04:00 |
|
Lucian Copeland
|
0fc730bc5a
|
Expand PulseOut API, debug cleanup
|
2020-08-14 16:36:02 -04:00 |
|
Kevin Matocha
|
bfa9904f3e
|
Corrected erroneous edit to fill description to -> None
|
2020-08-14 14:28:06 -05:00 |
|
Kevin Matocha
|
e84723abba
|
Bug fixes related to input parameter handling x1,y1. Update comments
|
2020-08-14 14:22:34 -05:00 |
|
Kevin Matocha
|
b1fce9e933
|
Deleted trailing whitespace
|
2020-08-14 13:36:59 -05:00 |
|
Kevin Matocha
|
a66ef32da2
|
Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, added bitmap palette comparison
|
2020-08-14 13:15:01 -05:00 |
|
Margaret Matocha
|
824f47d6e9
|
Added bitmap.blit function for bitmap slice copy
|
2020-08-14 12:59:57 -05:00 |
|
Margaret Matocha
|
4ba9ff892c
|
Added bitmap.blit function for copying slices of bitmaps
|
2020-08-14 12:59:48 -05:00 |
|
Lucian Copeland
|
f9512983ff
|
Add PulseOut
|
2020-08-14 12:21:41 -04:00 |
|
Yihui Xiong
|
52990a332d
|
fix
|
2020-08-14 17:48:15 +08:00 |
|
Kevin Matocha
|
14f5d03b6d
|
bringing up to date
|
2020-08-13 18:59:00 -05:00 |
|
Scott Shawcroft
|
ff5902f9f8
|
Merge branch 'main' into pixelbuf-iterable
|
2020-08-13 11:55:51 -07:00 |
|
Yihui Xiong
|
e7da652711
|
able to change ble mac address
|
2020-08-13 16:54:29 +08:00 |
|
Jeff Epler
|
c1400bae9b
|
sharpmemory: Implement support for Sharp Memory Displays in framebufferio
|
2020-08-12 07:32:18 -05:00 |
|
Jeff Epler
|
9c4f644641
|
framebufferio: add dirty row tracking
|
2020-08-12 07:32:18 -05:00 |
|
Dan Halbert
|
06f3b4048a
|
fix #3228 for nrf; still needs to be fixed for HCI; tested
|
2020-08-11 16:21:16 -04:00 |
|
Roy Hooper
|
1b7709f325
|
use the stack
|
2020-08-10 18:42:05 -04:00 |
|
Roy Hooper
|
ef1782f85e
|
fix trailing whitespace
|
2020-08-10 12:04:44 -04:00 |
|
Roy Hooper
|
00a3a25b94
|
revert error to avoid translation changes
|
2020-08-08 18:40:45 -04:00 |
|
sommersoft
|
ce9bc1258a
|
support_matrix.rst: pre-process space chars in internal link names; would cause a no-id situation when names like 'ndGarage[n°] Bit6: FeatherSnow-v2' were parsed.
|
2020-08-08 11:37:49 -05:00 |
|
Dan Halbert
|
0f4b969d62
|
discovery of Nordic UART service working
|
2020-08-08 00:29:37 -04:00 |
|