circuitpython/lib/utils
Scott Shawcroft f0859ac954
Switch SAMD21 ticks to PER event
The EVSYS is used to generate an interrupt from the event. This
simplifies timing used in pulseio that conflicted with the
auto-reload countdown.

Fixes #3890
2021-08-10 15:23:45 -07:00
..
buffer_helper.c run code formatting script 2021-03-15 19:27:36 +05:30
buffer_helper.h run code formatting script 2021-03-15 19:27:36 +05:30
context_manager_helpers.c run code formatting script 2021-03-15 19:27:36 +05:30
context_manager_helpers.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
gchelper.h Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
gchelper_generic.c lib/utils/gchelper_generic: Implement AArch64 support. 2021-03-11 12:54:05 +11:00
gchelper_m0.s Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
gchelper_m3.s Merge MicroPython v1.11 into CircuitPython 2021-04-26 15:47:41 -07:00
gchelper_native.c all: Factor gchelper code to one place and use it for unix & ARM ports. 2020-04-29 23:45:19 +10:00
interrupt_char.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
interrupt_char.h Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
mpirq.c codeformat 2021-04-19 22:22:44 -07:00
mpirq.h stm32/uart: Allow static IRQ handler registration. 2020-09-08 10:46:30 +10:00
printf.c Merge MicroPython 1.10 into CircuitPython 2021-04-21 15:59:17 -07:00
pyexec.c Switch SAMD21 ticks to PER event 2021-08-10 15:23:45 -07:00
pyexec.h Add supervisor.get_previous_traceback() function. 2021-07-22 12:23:55 -04:00
semihosting.c lib/utils: Add ARM semihosting utility functions. 2021-05-11 23:33:12 +10:00
stdout_helpers.c run code formatting script 2021-03-15 19:27:36 +05:30
sys_stdio_mphal.c Rename EXTENDED_FIELDS -> MP_TYPE_EXTENDED_FIELDS 2021-07-12 06:57:59 -05:00