11939 Commits (d1f120b1425d6622e8596815be7876aa8c434dbf)
 

Author SHA1 Message Date
Reinhard Feger cd61fc8e44 stm32/boards/stm32h743.ld: Enable D2 RAM and add eth-buffer section. 4 years ago
Glenn Ruben Bakke d0b8554df4 nrf: Change selected boards to utilize pre-flashed bootloader. 4 years ago
Glenn Ruben Bakke 7f405236a3 nrf/boards: Add linker script for nrf52840 Open Bootloader 1.2.0. 4 years ago
Glenn Ruben Bakke 634f6df324 nrf/Makefile: Add support for flashing with nrfutil. 4 years ago
Glenn Ruben Bakke 718397a37d nrf/Makefile: Add bootloader specific section. 4 years ago
Glenn Ruben Bakke 2489688635 nrf/boards: Update memory.ld to include bootloader offsets. 4 years ago
Joris Peeraer 5020b14d54 py/mpprint: Fix length calculation for strings with precision-modifier. 4 years ago
Jonathan Bruchim dde0735ac1 zephyr: Guard I2C code with appropriate ifdef config. 4 years ago
Maureen Helm 92a5ee6ac1 zephyr: Replace broken shell_net_iface() with more general shell_exec(). 4 years ago
Damien George cb1bb7592e stm32/Makefile: Change -O0 to -Og for DEBUG=1 builds. 4 years ago
Damien George 1e4e2644ec stm32: Add support for a board to reserve certain peripherals. 4 years ago
Damien George 4ce6427bd7 stm32/i2c: Factor I2C finding code to i2c_find_peripheral function. 4 years ago
iabdalkader 7dc2f4ed38 stm32/powerctrl: Ensure SysTick is disabled on STOP mode entry for H7. 4 years ago
iabdalkader 7b9b6d080a stm32/powerctrl: Set H7 RTC wakeup flags. 4 years ago
iabdalkader 8add94e94e stm32/powerctrl: Disable RTC write protection before changing flags. 4 years ago
iabdalkader 463a275bc4 stm32/powerctrl: On H7, re-enable disabled OSCs/PLLs on exit from STOP. 4 years ago
iabdalkader 3e5dd2dbcc stm32/powerctrl: Fix STOP mode voltage scaling on H7 REV V devices. 4 years ago
iabdalkader e9e619fa24 stm32/powerctrl: Define RCC_SR_SFTRSTF flag for H747. 4 years ago
iabdalkader ce9197eb20 stm32/Makefile: Disable text compression in debug builds. 4 years ago
iabdalkader 849748873c stm32/modmachine: Add device and revision ids to machine.info(). 4 years ago
Damien George c8b0557178 tests/multi_bluetooth: Add multitests for BLE pairing and bonding. 4 years ago
Jim Mussared d79b9c6c7c extmod/nimble: Generate and persist a unique IRK. 4 years ago
Jim Mussared 68136eb4ba docs/library/ubluetooth.rst: Add passkey docs. 4 years ago
Jim Mussared f6fd46c402 examples/bluetooth: Add bonding/passkey demo. 4 years ago
Jim Mussared e4f27cbee7 extmod/modbluetooth: Add support for passkey authentication. 4 years ago
Jim Mussared 4bcbbfdb6c extmod/modbluetooth: Simplify synchronous invoke_irq_handler signature. 4 years ago
Jim Mussared b799fe1421 docs/library/ubluetooth.rst: Add bonding docs. 4 years ago
Jim Mussared c4d08aa4e3 extmod/modbluetooth: Add support for bonding (key persistence). 4 years ago
Jim Mussared fff634e031 docs/library/ubluetooth.rst: Add gap_pair() docs. 4 years ago
Jim Mussared 801e8ffacf extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing. 4 years ago
Jim Mussared f822557cbb docs/library/ubluetooth.rst: Add pairing/bonding config docs. 4 years ago
Jim Mussared a1fcf30121 extmod/modbluetooth: Allow configuration of pairing/bonding parameters. 4 years ago
Andrew Leech 05fef8c6a4 extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event. 4 years ago
Jim Mussared ac89267fef extmod/modbluetooth: Add compile-config flag to enable pairing/bonding. 4 years ago
Jim Mussared 5e20f689ad docs/library/ubluetooth.rst: Update read request IRQ docs. 4 years ago
Jim Mussared 60830bcba4 extmod/modbluetooth: Allow user-specified reason in read request IRQ. 4 years ago
Jim Mussared 89553997b8 docs/library/ubluetooth.rst: Update char/desc flags. 4 years ago
Andrew Leech 1697ff335d extmod/modbluetooth: Allow setting char/desc enc/auth options. 4 years ago
Jim Mussared 7a9aa49595 docs/library/ubluetooth.rst: Add _IRQ_CONNECTION_UDPATE docs. 4 years ago
Andrew Leech c70665fb0b extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event. 4 years ago
Jim Mussared f2a9a0ac41 extmod/nimble: Fail read if the characteristic is too big. 4 years ago
Damien George b505971069 extmod/uasyncio: Fix cancellation handling of wait_for. 4 years ago
Damien George 309dfe39e0 extmod/uasyncio: Add Task.done() method. 4 years ago
Damien George ca40eb0fda extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop. 4 years ago
Damien George a14ca31e85 docs/reference/repl.rst: Add information about new raw-paste mode. 4 years ago
Damien George a59282b9bf tools/pyboard.py: Add fast raw-paste mode. 4 years ago
Damien George bb24c69b90 lib/utils/pyexec: Add stdin-reader on raw REPL with flow control. 4 years ago
Damien George f7225d1c95 github/workflows: Run unix and qemu-arm workflows when tests change. 4 years ago
Damien George 2f723d83c0 README: Update badges for new GitHub Actions workflows. 4 years ago
Damien George 02b44a0154 tests/run-tests: Update skipped tests on CI for GitHub Actions. 4 years ago