139 Commits (fe16e785fe76ca2c84b82512c427c7fa57176abe)

Author SHA1 Message Date
Jim Mussared f6fd46c402 examples/bluetooth: Add bonding/passkey demo. 4 years ago
Andrew Leech 1697ff335d extmod/modbluetooth: Allow setting char/desc enc/auth options. 4 years ago
stijn 25c4563f26 examples: Add example code for user C modules, both C and C++. 4 years ago
Jim Mussared 0fd0eb00aa examples/bluetooth: Update to use positional-only args to irq(). 4 years ago
Damien George 06659077a8 all: Update Python code to conform to latest black formatting. 4 years ago
Jim Mussared 9d823a5d9a extmod/modbluetooth: Add event for "indicate acknowledgement". 4 years ago
Jim Mussared 89a95b7c85 examples/bluetooth: Add simple UART demo with central and peripheral. 4 years ago
Jim Mussared 07aec4681f examples/bluetooth: In ble_advertising.py, skip appearance if not set. 4 years ago
Jim Mussared c6fd6a0d72 examples/bluetooth: Fix event code in ble_temperature_central.py. 4 years ago
stijn 51fd6c9777 extmod/ure: Use single function for match/search/sub. 4 years ago
jxltom 834b482e67 examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising. 5 years ago
Jim Mussared 1cad63c0bc extmod/modbluetooth: Ensure status=0 always on success. 5 years ago
Jim Mussared c07ea3e4c2 extmod/modbluetooth: Implement read done event. 4 years ago
Jim Mussared 6a3c89d584 extmod/modbluetooth: Add discover complete events for svc/char/desc. 5 years ago
Jim Mussared e6881f0829 extmod/modbluetooth: Make modbluetooth event not a bitfield. 5 years ago
Damien George 73c58150f5 extmod/modbtree: Retain reference to underlying stream so it's not GC'd. 5 years ago
Damien George 5c8bf12acf all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour. 5 years ago
Jim Mussared 710426024a all: Factor gchelper code to one place and use it for unix & ARM ports. 5 years ago
Jim Mussared def76fe4d9 all: Use MP_ERROR_TEXT for all error messages. 5 years ago
Jim Mussared c34e7b9d4c py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module. 5 years ago
Thomas Friebel baf8aa286a examples/bluetooth: Replace "connectable" parameter with "adv_type". 5 years ago
Damien George 9c07c973c1 examples/natmod: Add .gitignore to ignore generated example .mpy files. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 3c58d9a1a5 examples/bluetooth/ble_temperature_central.py: Shorten comment. 5 years ago
Damien George a0441fc15d examples/accellog.py: Shift long comments to their own line. 5 years ago
Damien George a3df152fef examples/natmod: Add very simple features0 example to compute factorial. 5 years ago
Damien George ba12cdba85 examples/network: Add testing key/cert to SSL HTTP server example. 5 years ago
Damien George ba84453f77 examples/natmod: Add urandom native module example. 5 years ago
Damien George 60c3c22a0d examples/natmod: Add features1 and features2 examples. 5 years ago
Damien George 42c1aed2bb examples/natmod: Add ure example. 5 years ago
Damien George 2a485e1084 examples/natmod: Add framebuf example. 5 years ago
Damien George 16e591e412 examples/natmod: Add uzlib example. 5 years ago
Damien George 83f9fb169e examples/natmod: Add uheapq example. 5 years ago
Damien George 37817ab4ba examples/natmod: Add btree example. 5 years ago
Jim Mussared 0527baf7fa examples/bluetooth: Add example for reading temperature sensor. 5 years ago
Jim Mussared 3436223630 examples/bluetooth: Add helpers for decoding advertising payloads. 5 years ago
Damien George 1266ba9754 examples/embedding: Remove obsolete fatfs files from build. 5 years ago
Jim Mussared 25946d1ef4 examples/bluetooth/ble_uart_peripheral: Use append mode for RX char. 5 years ago
Damien George a8138b75b1 examples/embedding: Replace symlink of mpconfigport.h with real file. 5 years ago
Jim Mussared 9c5262f25e examples/bluetooth/ble_uart_peripheral.py: Add usage demo. 5 years ago
Jim Mussared 3e1af5b36f examples/bluetooth: Use UUIDs directly to add services to adv payload. 5 years ago
Jim Mussared 25a228af7e examples/bluetooth: Add basic BLE peripheral examples. 5 years ago
Damien George af20c2ead3 py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
Paul Sokolovsky af5b509c75 examples/unix/ffi_example: Clean up and update the ffi example. 6 years ago
Damien George 0f4d595beb examples/embedding: Fix hard-coded MP_QSTR_ value. 6 years ago
Dave Hylands 1a2c511e5d examples/embedding: Fix reference to freed memory, lexer src name. 6 years ago
Damien George 31cf49c672 examples/embedding: Add code markup and fix typo in README.md. 6 years ago
Damien George 6b40a06057 examples/embedding: Don't prefix $(MPTOP) to ports/unix source files. 7 years ago
talljosh c2f4f36010 examples/embedding: Update broken paths to use correct $(MPTOP). 7 years ago
Damien George 24c513cbc3 unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C. 7 years ago