11922 Commits (49dd9ba1a5e50c400a3cfd604dd884bf9fea628c)
 

Author SHA1 Message Date
Damien George 49dd9ba1a5 stm32/Makefile: Use MBOOT_PACK_KEYS_FILE as depedency of .pack.dfu. 4 years ago
Damien George de2374cdc6 tools/ci.sh: Pip install pyhy for stm32 builds. 4 years ago
Damien George f6e6ef69e0 stm32/boards/NUCLEO_WB55: Enable MBOOT with packing mode. 4 years ago
Damien George c6f334272a stm32/mboot: Add support for signed and encrypted firmware updates. 4 years ago
Damien George 09e67de327 stm32/mboot/gzstream: Fix lost data decompressing final part of file. 4 years ago
Damien George 0ce6948653 lib/libhydrogen: Add new libhydrogen submodule. 4 years ago
Jim Mussared f7aafc0628 extmod/nimble: Don't assert on save-IRK failure. 4 years ago
Jim Mussared f42a190247 extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init. 4 years ago
stijn 069557edef tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding. 4 years ago
stijn 108183fcc0 tests/misc/sys_settrace: Make test output independent of invoked path. 4 years ago
Damien George 505a1853b9 teensy: Fix build errors and warnings and enable -Werror. 4 years ago
Damien George e715a8fb9b stm32/boards/PYBD_SF2: Disable SPIFLASH_ENABLE_CACHE for mboot builds. 4 years ago
Damien George e43a74a4db drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option. 4 years ago
Damien George 061cb1a73a stm32/main: Do extended readblocks call when auto-detecting littlefs. 4 years ago
Damien George 80883a82c0 stm32/adc: Deselect VBAT after reading to prevent battery drain. 4 years ago
iabdalkader b603066bc2 stm32/sdram: Add SDRAM enter/leave self-refresh mode functions. 4 years ago
iabdalkader 32d76e5de6 stm32/system_stm32: Enable DBGMCU in low-power modes for debug builds. 4 years ago
iabdalkader 20f8ce1982 stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate. 4 years ago
Oliver Joos a13d1b50c9 extmod/vfs: Raise OSError(ENODEV) if mounting bdev without a filesystem. 4 years ago
Oliver Joos dc1fd4df73 tests/extmod: Add test to try and mount a block device directly. 4 years ago
Damien George 1719459c28 extmod/modubinascii: Update code, docs for hexlify now CPython has sep. 4 years ago
Damien George 246b2e016a py/mkrules.mk: Remove stray vpath and unused -Itmp, add $(Q) for $(AR). 4 years ago
Damien George 0091041f5a py/modmath: Simplify handling of positional args to reduce code size. 4 years ago
Damien George ee52f89224 tools/ci.sh: Use pip-install to get latest version of esptool.py. 4 years ago
Damien George 69262a11dc tools/ci.sh: Put echo of CI path in a separate function. 4 years ago
Damien George e0bb7a53c3 tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces. 4 years ago
Damien George f305c62a5f stm32/usb: Allocate 128 bytes to CDC data out EPs on non-multi-OTG MCUs. 4 years ago
Damien George f694a6fa20 lib/stm32lib: Update library for WB v1.10.0. 4 years ago
Damien George 460a181b77 stm32/mboot: Enable LFS2_READONLY for mboot builds with littlefs. 4 years ago
Damien George 8a29319a15 lib/littlefs: Guard lfs2_mlist_isopen with LFS2_NO_ASSERT. 4 years ago
Damien George d9d761b057 lib/littlefs: Update littlefs2 to v2.3.0. 4 years ago
Reinhard Feger 032e095620 stm32/boards/NUCLEO_H743ZI: Enable ethernet peripheral. 4 years ago
Reinhard Feger d986b20122 stm32/eth: Add support for H7 processors. 4 years ago
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