1190 Commits (397697aa8368f45bd0794e22a25083e9e18e3cfe)

Author SHA1 Message Date
Damien George 26cc647fce extmod/utime_mphal: Provide a general mktime function. 2 years ago
Jim Mussared 67fb0beddb extmod/btstack/modbluetooth_btstack: Add default services. 2 years ago
Jim Mussared a42a8022d8 extmod/modbluetooth: Make all HCI transports trace in the same format. 2 years ago
Jim Mussared e6de6656f4 extmod/nimble: Fix flags for descriptor registration. 2 years ago
Jim Mussared bb4ee06d98 extmod/btstack: Add support for CCCD to allow client subscriptions. 2 years ago
Jim Mussared a2df439dd3 extmod/btstack: Fix MTU handling. 2 years ago
Jim Mussared a6aa7397d8 extmod/btstack: Include value handle in client read/write events. 2 years ago
Jim Mussared 256f47e2f8 extmod/btstack: Fix indicate/notify queuing. 2 years ago
Jim Mussared bc9ec1cf71 extmod/modbluetooth: Merge gatts_notify/indicate implementation. 2 years ago
Damien George 9e6885ad82 extmod/btstack: Switch to use hci_dump_init instead of hci_dump_open. 2 years ago
iabdalkader b4a0390cbe extmod/network_ninaw10: Add missing raw socket type to socket(). 2 years ago
Oliver Joos f34af3e42e extmod/network_cyw43: Add support to get STA RSSI using status() method. 2 years ago
Oliver Joos 11b5ee0d7c extmod/network_cyw43: Fix setting hostname using config() method. 2 years ago
iabdalkader 3d46fe67bf extmod/network_ninaw10: Check socket types when creating new sockets. 2 years ago
Jeremy Rand d677023b3d extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'. 2 years ago
Damien George 36ae5d3e87 extmod/network_cyw43: Use CYW43_CHANNEL_NONE for default arg in connect. 2 years ago
Jim Mussared bad0098a49 stm32: Update to use the open-source lib version of cyw43-driver. 2 years ago
Jim Mussared f78464c12b extmod/modnetwork: Allow more extensive port-specific customisation. 2 years ago
Jim Mussared a377302623 extmod/modnetwork: Add network.hostname() and network.country(). 2 years ago
Damien George 95082693c3 extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard. 2 years ago
Damien George fe330c74f4 extmod/utime_mphal: Fix comment re delta range check in time_ticks_add. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Florian Weimer f24cfd1a69 extmod/axtls-include: Add back needed header files for building axTLS. 2 years ago
Damien George 699477d12d extmod/network_cyw43: Fix handling of networks with open security. 2 years ago
Damien Tournoud ed58d6e4ce extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL). 2 years ago
Jim Mussared 5f8f32f917 extmod/modnetwork: Use a type protocol to implement NIC functions. 2 years ago
Damien Tournoud 0eba00a92c extmod/uasyncio: Fix syntax of generator functions. 2 years ago
TPReal bf49a087b2 extmod/modframebuf: Fix crash in FrameBuffer scrolling beyond extents. 2 years ago
David Lechner 5b08e0361e extmod/moduplatform: Fix MSVC x86_64 check. 2 years ago
David Lechner 67e919db32 extmod/moduplatform: Remove _M_IX86 test for xtensa. 2 years ago
David Lechner 4dcfd19bbf extmod/extmod.cmake: Add MICROPY_PY_BTREE compiler definition. 2 years ago
iabdalkader b9c1e4c205 drivers/ninaw10: Connect to WiFi asynchronously. 2 years ago
Damien George a513558e3a extmod: Add and reorganise compilation guards and includes. 2 years ago
Damien George 9c9f06ad9d extmod/btstack: Allow the BTstack config to be overridden by a board. 2 years ago
iabdalkader 71881116e6 extmod/extmod.mk: Set default mbedtls config file in extmod Makefile. 2 years ago
Jared Hancock a2fd382c34 extmod/modlwip: Use actual errno in exception for error in listen. 2 years ago
iabdalkader ecd4d54391 extmod/extmod.cmake: Allow overriding the default MBEDTLS_CONFIG_FILE. 2 years ago
Damien George da36b84d45 extmod/vfs_posix: Include errno.h and unistd.h headers. 2 years ago
Damien George cd35b8a2a3 extmod/machine_timer: Move stm32's implementation of machine.Timer here. 2 years ago
Damien George 68f166dae9 extmod/mbedtls: Remove brainpool curves from config. 2 years ago
Damien George e24159dec9 extmod/mbedtls: Remove MBEDTLS_ECP_DP_CURVE25519_ENABLED config. 2 years ago
Damien George 8874a09119 extmod/mbedtls: Enable elliptic curve DH and DSA cryptography. 2 years ago
Damien George 9347545f9e extmod/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE. 2 years ago
Damien George b337678964 extmod/mbedtls: Add common configuration file, and use it in all ports. 2 years ago
Damien George 67f98ba10c extmod/btstack: Update BTstack bindings to work with latest BTstack. 2 years ago
Damien George 815920c87f extmod/utime_mphal: Make ticks_add check for overflow of delta. 2 years ago
Jim Mussared d6d8722558 extmod: Make extmod.mk self-contained. 2 years ago
Jim Mussared 87011f6353 extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES. 2 years ago
Damien George f2ad152e7e extmod/modbluetooth: Run BLE IRQ callback in protected NLR context. 2 years ago
Damien George db668742a5 extmod/modbluetooth: Do GATTC reassembly in protected uPy context. 2 years ago