936 Commits (c973cfd2f33175cacefd0608853d0db1d7fa813c)

Author SHA1 Message Date
iabdalkader 8064c3bf9c extmod/nimble: Add nimble CMake fragment file. 3 years ago
iabdalkader 80f2c794e6 extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype. 3 years ago
iabdalkader d9749f90ad extmod/modnetwork: Remove modnetwork socket u_state member. 3 years ago
iabdalkader f9d573a4ac extmod/modnetwork: Remove STM32 references. 3 years ago
Damien George a34d43b2b7 extmod/network_cyw43: Make consistent use of STA and AP constants. 3 years ago
iabdalkader 4dba04a50f extmod/modnetwork: Define network interfaces in port config files. 3 years ago
iabdalkader c13e25c329 extmod/modusocket: Add read/write stream methods to socket object. 3 years ago
iabdalkader e7429389a6 extmod/modnetwork: Add extended socket state. 3 years ago
iabdalkader d889f672da extmod/modnetwork: Add STA_IF and AP_IF constants. 3 years ago
iabdalkader 7aab0dc5d8 extmod: Move modnetwork and modusocket from stm32 to extmod. 3 years ago
Damien George af64c2ddbd extmod/machine_pwm: Factor out machine.PWM bindings to common code. 3 years ago
Damien George d41f6dde56 extmod/modonewire: Make _onewire module configurable via macro option. 3 years ago
Damien George afe0634c98 extmod/machine_spi: Make SoftSPI configurable via macro option. 3 years ago
Damien George 122d901ef1 extmod/machine_i2c: Make SoftI2C configurable via macro option. 3 years ago
Damien George 30691ed2a1 drivers/cyw43: Make wifi join fail if interface is not active. 3 years ago
Peter Hinch 2296df0a32 extmod/modframebuf: Enable blit between different formats via a palette. 3 years ago
Jim Mussared 870000f35b extmod: Add machine.bitstream. 3 years ago
Jim Mussared 1d9e489af3 extmod/modbluetooth: Add send_update arg to gatts_write. 3 years ago
Damien George 8fcdb5490c extmod/modlwip: Fix close and clean up of UDP and raw sockets. 3 years ago
Peter Züger ffc854f17f extmod/modujson: Add support for dump/dumps separators keyword-argument. 4 years ago
oclyke e29259d171 extmod/uasyncio: In open_connection use address info in socket creation. 3 years ago
Jim Mussared 341158c251 extmod/nimble: Add "memory stalling" mechanism for l2cap_send. 3 years ago
Jim Mussared edfb5d56c8 extmod/nimble: Allow modbluetooth binding to hook "sent HCI packet". 3 years ago
Jim Mussared 53dfb279da extmod/modbluetooth: Clamp MTU values to 32->UINT16_MAX. 3 years ago
Josh Lloyd db6d60b079 extmod/utime: Always invoke mp_hal_delay_ms when >= to 0ms. 5 years ago
Damien George 74db526cf0 extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0. 3 years ago
Jim Mussared 12e3fcc785 extmod/nimble: Fix leak in l2cap_send if send-while-stalled. 3 years ago
David Lechner 8758504f0f extmod/moduselect: Conditionally compile select(). 3 years ago
Damien George 38a204ed96 py: Introduce and use mp_raise_type_arg helper. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Damien George 94dfaff18b extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib. 3 years ago
Damien George 6dd92d7742 lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib. 3 years ago
Damien George d1bfb271d7 lib/uzlib: Move uzlib code from extmod to lib. 3 years ago
Damien George d1d172f536 lib/re1.5: Move re1.5 code from extmod to lib. 3 years ago
Damien George e2f0b181f9 extmod/axtls-include: Add axtls_os_port.h to customise axTLS. 3 years ago
Damien George 7ec95c2768 extmod/uasyncio: Get addr and bind server socket before creating task. 3 years ago
Jeff Epler 413f34cd8f all: Fix signed shifts and NULL access errors from -fsanitize=undefined. 3 years ago
Damien George 6ed5b843cf extmod/btstack: Check that BLE is active before performing operations. 3 years ago
Damien George 0fc0f7536b extmod/btstack: Add missing call to mp_bluetooth_hci_uart_deinit. 4 years ago
Damien George 38bc5a9f67 stm32: Provide a custom BTstack runloop that integrates with soft timer. 4 years ago
Damien George 8107c9b75b extmod/nimble: Remove TODO comment about notify_custom freeing om. 3 years ago
Damien George 514bf1a191 extmod/uasyncio: Fix race with cancelled task waiting on finished task. 3 years ago
Mike Teachman b0b8ebc4f6 extmod/uasyncio: Add readinto() method to Stream class. 3 years ago
Miguel Grinberg de2e081260 extmod/uasyncio: Fix start_server and wait_closed race condition. 3 years ago
Damien George c3199f5649 extmod/modurandom: Support an argument of bits=0 to getrandbits. 3 years ago
Macarthur Inbody 34d4dab683 extmod/modurandom: Add error message when getrandbits has bad value. 4 years ago
Damien George 6a127810c0 extmod/moduhashlib: Put hash obj in final state after digest is called. 4 years ago
Damien George 47583d8cbd extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 4 years ago
Damien George 350a66a863 extmod/moductypes: Replace numbers with macro constants. 4 years ago
Damien George 02dc1644b6 extmod/moductypes: Remove double blank lines and debugging printf's. 4 years ago