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
Age
Commit message (
Expand
)
Author
2020-03-11
tools/codeformat.py: Eliminate need for sizeof fixup.
David Lechner
2020-03-11
py/objstr: Remove duplicate % in error string.
Tom Collins
2020-03-11
extmod/vfs: Factor out vfs mount-and-chdir helper from stm32.
Damien George
2020-03-11
tools/metrics.py: Use check_call instead of run to error out on error.
Damien George
2020-03-11
extmod/nimble: When getting BLE MAC try public address if random fails.
Damien George
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-11
esp32: Deinitialize Bluetooth on soft reset.
Thomas Friebel
2020-03-11
extmod/modbluetooth: Unify error handling in remaining places.
Thomas Friebel
2020-03-11
extmod/nimble: Clarify active state and check for active in all methods.
Jim Mussared
2020-03-10
esp8266/machine_pin: Disable ets_loop_iter during hard IRQ handler.
Damien George
2020-03-10
tests/multi_bluetooth: Add initial tests for bluetooth BLE.
Damien George
2020-03-10
travis: Run multi_net tests as part of coverage job.
Damien George
2020-03-10
tests/multi_net: Add initial set of multi-instance tests for network.
Damien George
2020-03-10
tests/run-multitests.py: Add new test runner for multiple Py instances.
Damien George
2020-03-10
travis: Build stm32 PYBD_SF6 with BTstack as bluetooth stack.
Damien George
2020-03-10
stm32: Refactor Bluetooth HCI RX to be independent of transport layer.
Damien George
2020-03-10
extmod/btstack: Implement notifications/indications for GATT clients.
Damien George
2020-03-10
extmod/btstack: Implement scan and gatt client, connect and disconnect.
Damien George
2020-03-10
extmod/btstack: Implement gatts_db for btstack.
Damien George
2020-03-10
extmod/btstack: Implement service registration.
Damien George
2020-03-10
extmod/btstack: Implement advertising.
Damien George
2020-03-10
stm32/boards/PYBD: Allow building with BTstack (via make command line).
Damien George
2020-03-10
stm32: Add bindings for BTstack implementation.
Damien George
2020-03-10
extmod/btstack: Add empty modbluetooth implementation.
Damien George
2020-03-10
lib: Add BlueKitchen BTstack submodule.
Damien George
2020-03-10
extmod/modbluetooth: Extract out gatts_db functionality from nimble.
Damien George
2020-03-10
stm32: Refactor bluetooth stack/hci/driver bindings.
Damien George
2020-03-06
extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.
Damien George
2020-03-06
stm32/modnetwork: Remove redundant call to nimble_poll in lwip poll.
Damien George
2020-03-05
tools/makemanifest.py: Fix build on Windows by adding .exe to mpy-cross.
MikeTeachman
2020-03-04
unix/file: Don't raise OSError(EINVAL) on sys.stdin/out/err.flush().
Damien George
2020-03-03
examples/natmod: Add .gitignore to ignore generated example .mpy files.
Damien George
2020-02-28
py/builtinevex: Support passing in a bytearray/buffer to eval/exec.
Damien George
2020-02-28
CODECONVENTIONS.md: Update to reflect use of new tools/codeformat.py.
Damien George
2020-02-28
travis: Add CI job to check code formatting.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
all: Add *FORMAT-OFF* in various places.
Damien George
2020-02-28
py/parse: Add parenthesis around calculated bit-width in struct.
Damien George
2020-02-28
examples/bluetooth/ble_temperature_central.py: Shorten comment.
Damien George
2020-02-28
examples/accellog.py: Shift long comments to their own line.
Damien George
2020-02-28
py: Un-nest configuration #if/#endif's for selection of complex code.
Damien George
2020-02-28
py/malloc: Put { on separate line for funcs that have selective sigs.
Damien George
2020-02-28
unix/unix_mphal: Adjust #if in mp_hal_stdin_rx_chr to improve format.
Damien George
2020-02-28
py/builtinimport: Adjust if-block order in find_file to clean up #if's.
Damien George
2020-02-28
py/bc0.h: Shift comment to start of line to improve format consistency.
Damien George
2020-02-28
py: Removing dangling "else" to improve code format consistency.
Damien George
2020-02-28
tools/codeformat.py: Add formatter using uncrustify for C, black for Py.
Damien George
2020-02-21
stm32/mpconfigport.h: Add option to have custom help text.
hahmadi
2020-02-21
tests/basics/array1.py: Add equality testing for array.
Jim Mussared
2020-02-21
py/objarray: Turn on MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE for memoryview.
Jim Mussared
[next]