circuitpython/extmod
Jeff Epler aca9d5bc40 Fix up all natmod examples
* modframebuf: _mp_framebuf_p_t is not "really" a protocol, but the
   QSTR assignment caused problems when building as a dynamic module
 * modure: str_index_to_ptr is not in the natmod API, disable URE match
   spans when dynamic.  mp_obj_len() is a bugfix, we should throw here
   if the object is not string-like
 * moduzlib: Correct paths to uzlib headers & sources.  this relative
   path (from moduzlib.c to the referenced file) works in all cases,
   the other only worked from ports/PORTNAME.
 * dynruntime: Handle 2-arg m_malloc, assert_native_inited, add a
   micropythonish mp_arg_check_num_mp, fix mp_raise_msg to use dumb
   strings, add mp_raise_arg1
 * nativeglue: ad assert_native_inited
 * translate: MP_ERROR_TEXT evaluates to its argument for DYNRUNTIME
 * mpy-tool: A straggling magic number change
 * mpy_ld: Have to renumber manually after dynruntime change
 * import_mpy_native_gc.py: Update copy of features0 baked into this test
2021-05-08 20:17:16 -05:00
..
axtls-include Merge MicroPython 1.10 into CircuitPython 2021-04-21 15:59:17 -07:00
btstack extmod/bluetooth: Support active scanning in BLE.gap_scan(). 2020-08-26 15:00:11 +10:00
crypto-algorithms Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
lwip-include WIP: complete manual inspection of all significant changes 2018-07-23 21:34:25 -04:00
re1.5 Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
uasyncio extmod/uasyncio: Truncate negative sleeps to 0. 2020-08-22 12:17:06 +10:00
ulab@e3bf07cabb Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
extmod.mk Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
font_petme128_8x8.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
modbtree.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
modframebuf.c Fix up all natmod examples 2021-05-08 20:17:16 -05:00
modonewire.c Merge MicroPython 1.10 into CircuitPython 2021-04-21 15:59:17 -07:00
moduasyncio.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
modubinascii.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
moductypes.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
moduhashlib.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
moduheapq.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
modujson.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
modurandom.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
modure.c Fix up all natmod examples 2021-05-08 20:17:16 -05:00
moduselect.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
modutimeq.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
moduzlib.c Fix up all natmod examples 2021-05-08 20:17:16 -05:00
utime_mphal.c codeformat 2021-04-19 22:22:44 -07:00
utime_mphal.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
vfs.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07: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 Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07: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 Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
vfs_lfs.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_lfs.h Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_lfsx.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
vfs_lfsx_file.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
vfs_posix.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
vfs_posix.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
vfs_posix_file.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07: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