modubinascii: Add, with hexlify() implementation.

This commit is contained in:
Paul Sokolovsky
2014-11-29 06:19:30 +02:00
committed by Damien George
parent d96e6b14c9
commit bfdc205934
7 changed files with 103 additions and 0 deletions

View File

@@ -62,6 +62,7 @@
#define MICROPY_PY_URE (1)
#define MICROPY_PY_UHEAPQ (1)
#define MICROPY_PY_UHASHLIB (1)
#define MICROPY_PY_UBINASCII (1)
// Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc.
// names in exception messages (may require more RAM).