micropython/extmod
Paul Sokolovsky 354d17523f modmachine: Implement physical memory access using /dev/mem (Linux, etc).
This requires root access. And on recent Linux kernels, with
CONFIG_STRICT_DEVMEM option enabled, only address ranges listed in
/proc/iomem can be accessed. The above compiled-time option can be
however overriden with boot-time option "iomem=relaxed".

This also removed separate read/write paths - there unlikely would
be a case when they're different.
2015-07-08 11:37:23 +03:00
..
crypto-algorithms
re1.5
uzlib
modmachine.c modmachine: Implement physical memory access using /dev/mem (Linux, etc). 2015-07-08 11:37:23 +03:00
modubinascii.c extmod/modubinascii: Re-use error string to reduce code size. 2015-07-06 11:34:29 +00:00
modubinascii.h extmod: Add a2b_base64 and b2a_base64 functions to ubinascii. 2015-07-04 12:26:52 +03:00
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
modure.c
moduzlib.c