circuitpython/extmod
Jeff Epler 6ca39aa9ec
_asyncio: fix definition of ticks to match adafruit_ticks
Otherwise, the timing of tasks is inconsistent, because C code and
userspace code are using incompatible epochs.

For whatever reason, a bunch of asyncio tests would consistently fail
in the Unix build locally; this change fixes it. I don't know why those
same tests succeed in CI!

Closes: #8500 (probably, didn't test)
2023-11-14 21:48:48 -06:00
..
axtls-include initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
lwip-include WIP: complete manual inspection of all significant changes 2018-07-23 21:34:25 -04:00
ulab@eacb0c9af4 update ulab 2023-10-30 10:10:54 +01:00
extmod.mk change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
font_petme128_8x8.h extmod: Move font_petme128_8x8.h from ports/stm32 to extmod. 2022-05-05 13:30:40 +10:00
misc.h silabs build needs work; other builds are working 2023-08-13 19:05:16 -04:00
modasyncio.c _asyncio: fix definition of ticks to match adafruit_ticks 2023-11-14 21:48:48 -06:00
modbinascii.c restore old uzlib; remove remaining U and u prefixes 2023-10-19 21:29:57 -04:00
moddeflate.c extmod/moddeflate: Change default window size. 2023-09-01 12:23:37 +10:00
modhashlib.c ports/unix VARIANT=coverage fixes 2023-10-20 16:51:04 -04:00
modheapq.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 2023-06-08 17:54:21 +10:00
modjson.c Fix tests and update translations 2023-10-20 16:56:30 -07:00
modos.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 2023-06-08 17:54:21 +10:00
modplatform.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 2023-06-08 17:54:21 +10:00
modplatform.h extmod/modplatform: Set MICROPY_PLATFORM_ARCH on riscv platforms. 2023-06-23 15:34:22 +10:00
modrandom.c restore old uzlib; remove remaining U and u prefixes 2023-10-19 21:29:57 -04:00
modre.c restore old uzlib; remove remaining U and u prefixes 2023-10-19 21:29:57 -04:00
modselect.c restore old uzlib; remove remaining U and u prefixes 2023-10-19 21:29:57 -04:00
modtime.c all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 2023-06-08 17:54:21 +10:00
modtime.h all: Rename *umodule*.h to remove the "u" prefix. 2023-06-08 17:54:14 +10:00
moductypes.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
modzlib.c Fix merge bugs; remove shared/tinyusb/* 2023-10-19 16:02:42 -04:00
vfs.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
vfs.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
vfs_blockdev.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_fat.c Fix native property setting from subclass 2023-10-24 16:20:51 -07:00
vfs_fat.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
vfs_fat_diskio.c Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_fat_file.c change CIRCUITPY change markers to CIRCUITPY-CHANGE 2023-10-19 16:42:36 -04:00
vfs_lfs.c extmod: Add and reorganise compilation guards and includes. 2022-11-11 16:24:32 +11:00
vfs_lfs.h Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
vfs_lfsx.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
vfs_lfsx_file.c py/stream: Add mp_stream___exit___obj that calls mp_stream_close. 2023-07-21 18:49:03 +10:00
vfs_posix.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
vfs_posix.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
vfs_posix_file.c extmod/vfs_posix_file: Fix flush handling in msvc builds. 2023-10-05 10:18:24 +11:00
vfs_reader.c Merge MicroPython 1.13 into CircuitPython 2021-05-04 18:06:33 -07:00
virtpin.c initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00
virtpin.h initial v1.19.1 merge; not compiled yet 2023-08-01 13:50:05 -04:00