| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And provide an expected-output file because these tests have a different
behaviour under CPython.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simple smoke tests, mostly for coverage. Added to extmod based on the fact
that they're extensions to standard modules.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Now address comes first, and args related to struct type are groupped next.
Besides clear groupping, should help catch errors eagerly (e.g. forgetting
to pass address will error out).
Also, improve args number checking/reporting overall.
|
|
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See issue #1122.
|
|
|
|
Issue #1122 should now be fixed.
|
|
Addresses issue #1097.
|
|
|
|
|
|
|
|
|