..
variants
tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.
2020-09-18 18:40:42 +10:00
.gitignore
unix: Rename unix binaries to micropython-variant (not _variant).
2020-01-12 10:37:40 +11:00
Makefile
unix: Implement BLE H4 HCI UART for btstack/nimble.
2020-09-08 12:53:24 +10:00
alloc.c
all: Reformat C and Python source code with tools/codeformat.py.
2020-02-28 10:33:03 +11:00
coverage.c
unix/coverage: Init all pairheap test nodes before using them.
2020-03-26 01:21:04 +11:00
fatfs_port.c
unix/fatfs_port: Fix month offset in timestamp calculation.
2020-09-02 00:19:06 +10:00
gccollect.c
all: Factor gchelper code to one place and use it for unix & ARM ports.
2020-04-29 23:45:19 +10:00
input.c
unix: Implement PEP 475 to retry syscalls failing with EINTR.
2020-03-27 14:40:46 +11:00
input.h
ports: Make new ports/ sub-directory and move all ports there.
2017-09-06 13:40:51 +10:00
main.c
py/parse: Pass in an mp_print_t to mp_parse_node_print.
2020-09-11 23:00:03 +10:00
modffi.c
all: Format code to add space after C++-style comment start.
2020-04-23 11:24:25 +10:00
modjni.c
all: Format code to add space after C++-style comment start.
2020-04-23 11:24:25 +10:00
modmachine.c
unix/modmachine: Add machine.idle(), implemented using sched_yield.
2020-04-29 16:37:46 +10:00
modos.c
unix/modos: Support larger integer range in uos.stat fields.
2020-09-01 12:36:28 +10:00
modtermios.c
all: Reformat C and Python source code with tools/codeformat.py.
2020-02-28 10:33:03 +11:00
modtime.c
extmod/utime_mphal: Add generic utime.time_ns() function.
2020-10-01 14:20:42 +10:00
moduos_vfs.c
all: Reformat C and Python source code with tools/codeformat.py.
2020-02-28 10:33:03 +11:00
moduselect.c
unix: Implement PEP 475 to retry syscalls failing with EINTR.
2020-03-27 14:40:46 +11:00
modusocket.c
all: Format code to add space after C++-style comment start.
2020-04-23 11:24:25 +10:00
mpbthciport.c
extmod/nimble: Add timeout for HCI sync on startup.
2020-09-08 12:53:24 +10:00
mpbtstackport.h
unix: Implement BLE H4 HCI UART for btstack/nimble.
2020-09-08 12:53:24 +10:00
mpbtstackport_common.c
extmod/modbluetooth: Implement configuration of address modes.
2020-09-08 12:53:24 +10:00
mpbtstackport_h4.c
unix: Implement BLE H4 HCI UART for btstack/nimble.
2020-09-08 12:53:24 +10:00
mpbtstackport_usb.c
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
2020-09-08 11:41:31 +10:00
mpconfigport.h
unix: Implement BLE H4 HCI UART for btstack/nimble.
2020-09-08 12:53:24 +10:00
mpconfigport.mk
unix/mpconfigport.mk: Update comment about TLS implementations.
2019-06-05 15:28:30 +10:00
mphalport.h
unix: Add support for modbluetooth and BLE using btstack.
2020-04-29 16:45:46 +10:00
mpnimbleport.c
unix: Implement BLE H4 HCI UART for btstack/nimble.
2020-09-08 12:53:24 +10:00
mpnimbleport.h
unix: Implement BLE H4 HCI UART for btstack/nimble.
2020-09-08 12:53:24 +10:00
mpthreadport.c
unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive.
2020-07-18 14:22:06 +10:00
mpthreadport.h
unix: Implement MICROPY_BEGIN/END_ATOMIC_SECTION protection macros.
2020-04-13 21:44:09 +10:00
qstrdefsport.h
all: Add *FORMAT-OFF* in various places.
2020-02-28 10:31:07 +11:00
unix_mphal.c
unix,windows: Implement mp_hal_time_ns using gettimeofday.
2020-10-01 14:20:42 +10:00