micropython/extmod
robert-hh 5a991b4290 extmod/moduos: Move os.sync() into extmod/moduos.c.
Avoiding code duplication.  To enable it, set MICROPY_PY_UOS_SYNC in the
port's mpconfigport.h.  It is operational only for FAT file system.  For
other filesystems it's a no-op.

Signed-off-by: robert-hh <robert@hammelrath.com>
2023-06-01 11:38:58 +10:00
..
axtls-include extmod/axtls-include: Add back needed header files for building axTLS. 2023-01-12 16:04:57 +11:00
btstack all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
lwip-include
mbedtls
nimble all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
uasyncio all: Fix various Python coding inconsistencies found by ruff. 2023-05-02 16:14:45 +10:00
extmod.cmake lib/mbedtls: Update to mbedtls v2.28.1. 2023-04-30 18:07:57 +10:00
extmod.mk extmod/extmod.mk: Suppress deprecated-non-prototype warning. 2023-05-19 22:03:17 +10:00
font_petme128_8x8.h
machine_bitstream.c
machine_bitstream.h
machine_i2c.c
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_pwm.c extmod/machine_pwm: Remove PWM_INIT and PWM_DUTY_U16_NS config options. 2023-05-04 13:19:19 +10:00
machine_pwm.h
machine_signal.c
machine_signal.h
machine_spi.c extmod: Add and reorganise compilation guards and includes. 2022-11-11 16:24:32 +11:00
machine_spi.h
machine_timer.c extmod: Add and reorganise compilation guards and includes. 2022-11-11 16:24:32 +11:00
misc.h
modbluetooth.c extmod/btstack: Include value handle in client read/write events. 2023-04-26 11:37:20 +10:00
modbluetooth.h extmod/btstack: Add support for CCCD to allow client subscriptions. 2023-04-26 11:37:20 +10:00
modbtree.c extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard. 2023-02-21 17:28:47 +11:00
modframebuf.c extmod/modframebuf: Fix crash in FrameBuffer scrolling beyond extents. 2022-12-09 16:47:23 +11:00
modlwip.c extmod/modlwip: Use actual errno in exception for error in listen. 2022-11-09 10:48:53 +11:00
modnetwork.c stm32: Update to use the open-source lib version of cyw43-driver. 2023-03-01 01:27:12 +11:00
modnetwork.h extmod/modnetwork: Allow more extensive port-specific customisation. 2023-03-01 01:26:44 +11:00
modonewire.c
moduasyncio.c
modubinascii.c
moducryptolib.c
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
moduos.c extmod/moduos: Move os.sync() into extmod/moduos.c. 2023-06-01 11:38:58 +10:00
moduplatform.c
moduplatform.h all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
modurandom.c
modure.c
moduselect.c
modusocket.c extmod/modnetwork: Use a type protocol to implement NIC functions. 2022-12-15 17:40:06 +11:00
modussl_axtls.c all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
modussl_mbedtls.c all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
modutime.c extmod/modutime: Provide a generic time module. 2023-04-27 15:09:56 +10:00
modutime.h extmod/modutime: Provide a generic time module. 2023-04-27 15:09:56 +10:00
modutimeq.c
moduwebsocket.c
moduwebsocket.h
moduzlib.c
modwebrepl.c
mpbthci.c
mpbthci.h
network_cyw43.c extmod/network_cyw43: Add power management constants. 2023-05-08 11:56:31 +10:00
network_cyw43.h
network_lwip.c extmod/modnetwork: Allow more extensive port-specific customisation. 2023-03-01 01:26:44 +11:00
network_ninaw10.c extmod/network_ninaw10: Add missing raw socket type to socket(). 2023-04-05 09:46:46 +10:00
network_wiznet5k.c extmod/modnetwork: Use a type protocol to implement NIC functions. 2022-12-15 17:40:06 +11:00
uos_dupterm.c extmod: Add and reorganise compilation guards and includes. 2022-11-11 16:24:32 +11:00
vfs.c
vfs.h
vfs_blockdev.c
vfs_fat.c
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c
vfs_lfs.c extmod: Add and reorganise compilation guards and includes. 2022-11-11 16:24:32 +11:00
vfs_lfs.h
vfs_lfsx.c extmod/vfs_lfsx: Fix offset used before range check. 2023-05-19 22:01:10 +10:00
vfs_lfsx_file.c extmod: Add and reorganise compilation guards and includes. 2022-11-11 16:24:32 +11:00
vfs_posix.c extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'. 2023-03-21 16:13:10 +11:00
vfs_posix.h
vfs_posix_file.c
vfs_reader.c
virtpin.c
virtpin.h