index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2019-10-22
extmod/modbluetooth_nimble: Use `data_alloc` length to truncate writes.
Jim Mussared
2019-10-22
extmod/modbluetooth: Persist reference to NimBLE service instances.
Jim Mussared
2019-10-22
extmod/modbluetooth: Make UUID support the buffer protocol.
Jim Mussared
2019-10-18
extmod/re1.5: Support escaping within RE classes.
Jim Mussared
2019-10-15
extmod/modbluetooth: In gap_advertise only accept None to stop adv.
Damien George
2019-10-15
extmod/modbluetooth: Make gap_disconnect not raise when disconnected.
Jim Mussared
2019-10-15
extmod/modbluetooth: Improve ringbuf handling.
Jim Mussared
2019-10-15
extmod/modbluetooth: Fix order of params to IRQ_GATTS_WRITE event.
Jim Mussared
2019-10-15
extmod/modbluetooth: Clear gap_advertise payload when data is empty.
Jim Mussared
2019-10-15
extmod/modbluetooth: Increase maximum connections from 1 to 4.
Jim Mussared
2019-10-11
extmod/modbluetooth: Use us instead of ms for advertising interval.
Jim Mussared
2019-10-11
extmod/modbluetooth: Allow config of scan interval/window.
Jim Mussared
2019-10-08
stm32: Extract port-specific Nimble implementation.
Jim Mussared
2019-10-01
extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config.
Andrew Leech
2019-10-01
extmod/modbluetooth_nimble: Use random addr if public isn't available.
Andrew Leech
2019-10-01
extmod/modbluetooth_nimble: Implement modbluetooth API with Nimble.
Jim Mussared
2019-10-01
extmod/modbluetooth: Add low-level Python BLE API.
Jim Mussared
2019-10-01
extmod/nimble: Add nimble bindings.
Damien George
2019-09-23
extmod/vfs_posix: Include stdio.h for declaration of function 'rename'.
Bob Fanger
2019-09-02
py/modstruct: Fix struct.pack_into with unaligned offset of native type.
Damien George
2019-09-02
py/modstruct: Fix struct.unpack with unaligned offset of native type.
Tom McDermott
2019-08-22
extmod/crypto-algorithms: Add source to header and populate copyright.
Damien George
2019-08-22
extmod/modujson: Support passing bytes/bytearray to json.loads.
Damien George
2019-08-20
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
Damien George
2019-08-20
extmod/moducryptolib: Use "static" not "STATIC" for inline functions.
Damien George
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-08-06
extmod/modlwip: Implement raw sockets for lwIP.
Damien George
2019-07-03
extmod/modlwip: Use mp_sched_schedule to schedule socket callbacks.
Damien George
2019-07-03
extmod/modlwip: For TCP send keep trying tcp_write if it returns ERR_MEM
Damien George
2019-07-03
extmod/modwebrepl: Add config option to put filebuf[512] on stack/bss.
Damien George
2019-07-03
extmod/modwebrepl: Make prompt/ver static arrays const to not use RAM.
Damien George
2019-07-03
extmod/moduwebsocket: Make close_resp static array const to not use RAM.
Damien George
2019-07-01
esp8266: Provide custom machine_time_pulse_us that feeds soft WDT.
Damien George
2019-07-01
extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms.
Damien George
2019-06-05
extmod/extmod.mk: Include mdns app source in lwIP build.
Damien George
2019-06-05
extmod/modussl_mbedtls: Allow to build with object representation D.
Damien George
2019-06-05
extmod/extmod.mk: Integrate mbedTLS so it is built from source.
Damien George
2019-06-05
extmod: Factor out makefile rules from py.mk to new extmod.mk file.
Damien George
2019-06-03
extmod: Add network-level class binding to cyw43 driver.
Damien George
2019-05-29
extmod/modlwip: Register TCP close-timeout callback before closing PCB.
Damien George
2019-05-29
extmod/modlwip: Free any incoming bufs/connections before closing PCB.
Damien George
2019-05-20
extmod/machine_i2c: Add i2c.writevto() that can write a vector of bufs.
Damien George
2019-05-20
extmod/machine_i2c: Remove need for temporary memory in writemem() call.
Damien George
2019-05-20
extmod/machine_i2c: Change C-level API to allow split I2C transactions.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-05-14
extmod/modujson: Handle parsing of floats with + in the exponent.
Damien George
2019-05-06
extmod/moducryptolib: Add AES-CTR support for axTLS builds.
Yonatan Goldschmidt
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-04-30
extmod/modussl_axtls: Add non-blocking mode support.
Paul Sokolovsky
2019-04-30
extmod/modussl_mbedtls: Support non-blocking handshake.
Paul Sokolovsky
[next]