circuitpython/extmod
Jeff Epler adfa6ef019
Fix all natmod tests to run on x64
My testing sequence is

```
git clean -dxf examples
arch=x64; make -C examples/natmod/features1 ARCH=$arch && make -C examples/natmod/features2 ARCH=$arch && make -C examples/natmod/btree ARCH=$arch && make -C examples/natmod/framebuf ARCH=$arch && make -C examples/natmod/uheapq ARCH=$arch && make -C examples/natmod/urandom ARCH=$arch && make -C examples/natmod/ure ARCH=$arch && make -C examples/natmod/uzlib ARCH=$arch
(cd tests && ./run-natmodtests.py "$@" extmod/{btree*,framebuf*,uheapq*,ure*,uzlib*}.py)
```
2022-02-13 11:18:38 -06:00
..
axtls-include Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
lwip-include
uasyncio Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
ulab@0c7c6b88f3 update to ulab 4.0.0 2022-01-14 14:19:50 -06:00
extmod.cmake extmod: Add machine.bitstream. 2021-08-19 22:50:11 +10:00
extmod.mk Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
font_petme128_8x8.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
modbtree.c Fix all natmod tests to run on x64 2022-02-13 11:18:38 -06:00
modframebuf.c Fix all natmod tests to run on x64 2022-02-13 11:18:38 -06:00
modonewire.c Merge MicroPython 1.14 into CircuitPython 2021-05-11 15:07:40 -07:00
moduasyncio.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
modubinascii.c copyright updated 2022-02-02 16:11:55 +01:00
moductypes.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
moduhashlib.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
moduheapq.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
modujson.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
modurandom.c Merge tag 'v1.16' 2021-06-18 10:54:19 -05:00
modure.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
moduselect.c enable running asyncio 2021-11-10 16:00:38 -05:00
modutimeq.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
moduzlib.c Fix all natmod tests to run on x64 2022-02-13 11:18:38 -06:00
utime_mphal.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
utime_mphal.h Merge MicroPython 1.14 into CircuitPython 2021-05-11 15:07:40 -07:00
vfs.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
vfs.h Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
vfs_blockdev.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_fat.c Initial broadcom port for Raspberry Pi 2021-11-22 14:54:44 -08:00
vfs_fat.h Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_fat_diskio.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_fat_file.c fix typo 2022-01-20 18:17:38 -05:00
vfs_lfs.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
vfs_lfs.h Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_lfsx.c Rename make_new's parameter to `all_args` 2021-10-15 13:49:33 -05:00
vfs_lfsx_file.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00
vfs_posix.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
vfs_posix.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
vfs_posix_file.c Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
vfs_reader.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
virtpin.c Merge MicroPython 1.10 into CircuitPython 2021-04-21 15:59:17 -07:00
virtpin.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00