You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
stijn dd6967202a py/modmath: Add math.tau, math.nan and math.inf constants. 5 years ago
..
variants py/modmath: Add math.tau, math.nan and math.inf constants. 3 years ago
.gitignore unix: Rename unix binaries to micropython-variant (not _variant). 5 years ago
Makefile all: Remove support for FROZEN_DIR and FROZEN_MPY_DIR. 3 years ago
alloc.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
coverage.c unix/coverage: Change remaining printf to mp_printf. 3 years ago
coveragecpp.cpp esp32,unix: Support building C++ code. 4 years ago
fatfs_port.c unix/fatfs_port: Fix month offset in timestamp calculation. 4 years ago
gccollect.c all: Update to point to files in new shared/ directory. 3 years ago
input.c all: Update to point to files in new shared/ directory. 3 years ago
input.h ports: Make new ports/ sub-directory and move all ports there. 7 years ago
main.c ports: Move '.frozen' to second entry in sys.path. 3 years ago
modffi.c unix/modffi: Add option to lock GC in callback, and cfun access. 3 years ago
modjni.c py: Introduce and use mp_raise_type_arg helper. 3 years ago
modmachine.c extmod/machine_mem: Only allow integers in machine.memX subscript. 4 years ago
modos.c unix/modos: Add support for uos.urandom(n). 3 years ago
modtermios.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
modtime.c unix/modtime: Fix time() precision on unix ports with non-double floats. 4 years ago
moduos_vfs.c all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
moduselect.c unix/moduselect: Don't allow both posix and non-posix configurations. 4 years ago
modusocket.c unix/modusocket: Support MP_STREAM_POLL in unix socket_ioctl. 3 years ago
mpbthciport.c extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events. 4 years ago
mpbtstackport.h unix: Implement BLE H4 HCI UART for btstack/nimble. 4 years ago
mpbtstackport_common.c unix/mpbtstackport_common: Implement mp_bluetooth_hci_active. 4 years ago
mpbtstackport_h4.c unix: Implement BLE H4 HCI UART for btstack/nimble. 4 years ago
mpbtstackport_usb.c extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 4 years ago
mpconfigport.h ports: Move '.frozen' to second entry in sys.path. 3 years ago
mpconfigport.mk unix/mpconfigport.mk: Update comment about TLS implementations. 6 years ago
mphalport.h all: Update to point to files in new shared/ directory. 3 years ago
mpnimbleport.c extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events. 4 years ago
mpnimbleport.h unix: Implement BLE H4 HCI UART for btstack/nimble. 4 years ago
mpthreadport.c all: Update to point to files in new shared/ directory. 3 years ago
mpthreadport.h unix: Implement MICROPY_BEGIN/END_ATOMIC_SECTION protection macros. 5 years ago
qstrdefsport.h all: Add *FORMAT-OFF* in various places. 5 years ago
unix_mphal.c py/mpstate: Schedule KeyboardInterrupt on main thread. 3 years ago