summaryrefslogtreecommitdiff
path: root/py/objexcept.c
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2018-04-13 10:54:54 -0500
committerJeff Epler <jepler@gmail.com>2018-05-11 07:41:09 -0500
commit471fdae993b6ced3001f10c09fde3c252e87c12f (patch)
tree51a543a63092b96e9460a9d2a4263e06b5a7a9c4 /py/objexcept.c
parente4ec672464c9b982d380c66a44111480d86227de (diff)
nrf: Enable binascii, hashlib modules
These modules would be very handy to have in order to implement a more robust replacement for ampy. It costs around 2KiB of text and no data or bss. 'binascii' has base64 encoding, which can be used to create a fully 8-bit-clean transport above the slightly cooked serial connection of these boards. 'hashlib' is a bit less critical, but I have found it handy to be able to robustly checksum remote files. I see this as only being useful on ports which don't have USB block device support, so atmel-samd doesn't need it. These modules are already on esp8266 so I think nrf52 seems like the only one that needs it.
Diffstat (limited to 'py/objexcept.c')
0 files changed, 0 insertions, 0 deletions