860 Commits (49dd9ba1a5e50c400a3cfd604dd884bf9fea628c)

Author SHA1 Message Date
Damien George cfe1c5abf8 extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
Damien George a099505420 extmod: Add VFS littlefs bindings. 5 years ago
Damien George 98beea9ced extmod/vfs_blockdev: Add extended read/write methods. 5 years ago
Damien George e1c7b1cb43 extmod/vfs_blockdev: Factor out block device interface code. 5 years ago
Damien George 9aabb6c01b extmod: Factor out block-device struct to make independent of fatfs. 5 years ago
Jim Mussared b02d7e612d extmod/modbluetooth: Rename module to "ubluetooth". 5 years ago
Jim Mussared 2c1f269918 extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes. 5 years ago
Jim Mussared f34e16dbc6 extmod/modbluetooth: Persist reference to NimBLE service instances. 5 years ago
Jim Mussared 56fc3edf98 extmod/modbluetooth: Make UUID support the buffer protocol. 5 years ago
Jim Mussared ebf8332104 extmod/re1.5: Support escaping within RE classes. 5 years ago
Damien George 8f7f671236 extmod/modbluetooth: In gap_advertise only accept None to stop adv. 5 years ago
Jim Mussared 36502bdfdc extmod/modbluetooth: Make gap_disconnect not raise when disconnected. 5 years ago
Jim Mussared 423e67d0a0 extmod/modbluetooth: Improve ringbuf handling. 5 years ago
Jim Mussared cb73103f57 extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event. 5 years ago
Jim Mussared ba16a22991 extmod/modbluetooth: Clear gap_advertise payload when data is empty. 5 years ago
Jim Mussared 418f12c5f5 extmod/modbluetooth: Increase maximum connections from 1 to 4. 5 years ago
Jim Mussared 76f474129e extmod/modbluetooth: Use us instead of ms for advertising interval. 5 years ago
Jim Mussared b65cc387cd extmod/modbluetooth: Allow config of scan interval/window. 5 years ago
Jim Mussared 902bb4ceae stm32: Extract port-specific Nimble implementation. 5 years ago
Andrew Leech eb1b6858a2 extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config. 5 years ago
Andrew Leech 5dc592d117 extmod/modbluetooth_nimble: Use random addr if public isn't available. 5 years ago
Jim Mussared 497dae45e7 extmod/modbluetooth_nimble: Implement modbluetooth API with Nimble. 5 years ago
Jim Mussared 16f8ceeaaa extmod/modbluetooth: Add low-level Python BLE API. 5 years ago
Damien George 07f6644a38 extmod/nimble: Add nimble bindings. 5 years ago
Bob Fanger bff2771da1 extmod/vfs_posix: Include stdio.h for declaration of function 'rename'. 5 years ago
Damien George 24c3e9b283 py/modstruct: Fix struct.pack_into with unaligned offset of native type. 5 years ago
Tom McDermott 1022f9cc35 py/modstruct: Fix struct.unpack with unaligned offset of native type. 5 years ago
Damien George 519746cae4 extmod/crypto-algorithms: Add source to header and populate copyright. 5 years ago
Damien George 2dfa69efbb extmod/modujson: Support passing bytes/bytearray to json.loads. 5 years ago
Damien George 0cc8910bc5 extmod: Give vars/funcs unique names so STATIC can be set to nothing. 5 years ago
Damien George 3327dfc16e extmod/moducryptolib: Use "static" not "STATIC" for inline functions. 5 years ago
Damien George 7d851a27f1 extmod/modure: Make regex dump-code debugging feature optional. 5 years ago
Damien George 80f5cef8d4 extmod/modlwip: Implement raw sockets for lwIP. 5 years ago
Damien George c60caf1995 extmod/modlwip: Use mp_sched_schedule to schedule socket callbacks. 5 years ago
Damien George 1d6cb6357a extmod/modlwip: For TCP send keep trying tcp_write if it returns ERR_MEM 5 years ago
Damien George ef00048fed extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss. 5 years ago
Damien George fa2c7ece8f extmod/modwebrepl: Make prompt/ver static arrays const to not use RAM. 5 years ago
Damien George fad3d08d2d extmod/moduwebsocket: Make close_resp static array const to not use RAM. 5 years ago
Damien George 89a23a05b3 esp8266: Provide custom machine_time_pulse_us that feeds soft WDT. 5 years ago
Damien George 964ae328cd extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms. 5 years ago
Damien George 49388e339e extmod/extmod.mk: Include mdns app source in lwIP build. 6 years ago
Damien George ef7357d4ab extmod/modussl_mbedtls: Allow to build with object representation D. 6 years ago
Damien George 678ec182cd extmod/extmod.mk: Integrate mbedTLS so it is built from source. 6 years ago
Damien George cd6b115815 extmod: Factor out makefile rules from py.mk to new extmod.mk file. 6 years ago
Damien George cf1c131f73 extmod: Add network-level class binding to cyw43 driver. 6 years ago
Damien George 019dd84af1 extmod/modlwip: Register TCP close-timeout callback before closing PCB. 6 years ago
Damien George 734ada3e29 extmod/modlwip: Free any incoming bufs/connections before closing PCB. 6 years ago
Damien George b10d0664be extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs. 6 years ago
Damien George 8bcb552d97 extmod/machine_i2c: Remove need for temporary memory in writemem() call. 6 years ago
Damien George 606ea2b10f extmod/machine_i2c: Change C-level API to allow split I2C transactions. 6 years ago