11502 Commits (026fda605e03113d6e753290d65fed774418bc53)
 

Author SHA1 Message Date
Jim Mussared 8b7ae4e099 extmod/modbluetooth: Support bigger characteristic values. 5 years ago
Jim Mussared 1cad63c0bc extmod/modbluetooth: Ensure status=0 always on success. 5 years ago
Jim Mussared 9708fe8788 docs/library: Update ubluetooth for new events and discover by uuid. 5 years ago
Jim Mussared 9902ce12eb tests/multi_bluetooth: Update to work with new BLE events. 5 years ago
Jim Mussared c07ea3e4c2 extmod/modbluetooth: Implement read done event. 5 years ago
Jim Mussared 919d640aec extmod/modbluetooth: Allow discovery of svc/char by uuid. 5 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
Philipp Ebensberger 02cc4462b7 mimxrt: Add initial impl of machine.LED class, and basic pin support. 5 years ago
Andrew Leech e54626f4c1 docs/reference: Add note about multiple exceptions when heap is locked. 5 years ago
Damien George 8e591d412a minimal: Make build more flexible and work as 64-bit build. 5 years ago
Damien George b2030e1661 lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled. 5 years ago
Damien George 203b10703e py/modbuiltins: Fix getattr to work with class raising AttributeError. 5 years ago
stinos da71f55e23 stm32/Makefile: Quote libgcc path so spaces are not an issue. 5 years ago
David Spickett a4086a2f13 qemu-arm/README: Update link to toolchain. 5 years ago
Damien George 246f3f640d stm32/boards/xxx_WB55: Enable pyb.ADC and hardware SPI on WB55 boards. 5 years ago
Damien George c8985d52d3 stm32/dma: Add support for DMA on STM32WB, with SPI settings provided. 5 years ago
Damien George 0f7b5cceea stm32/machine_adc: Make setting of ADC1_COMMON->CCR clearer on STM32WB. 5 years ago
Damien George 5210fc51ec stm32/adc: Add support to pyb.ADC for STM32WB MCUs. 5 years ago
Damien George 68d053c66e stm32/modmachine: Allow changing AHB and APB bus frequencies on STM32WB. 5 years ago
Damien George 9ae50d22c9 stm32/machine_uart: Allow re-init'ing a static UART object. 5 years ago
Damien George 88971342b1 stm32/machine_uart: Retain attached-to-repl setting when init'ing UART. 5 years ago
Damien George 22806ed5df extmod/vfs: Retain previous working directory if chdir fails. 5 years ago
David Lechner 8f642677f7 tools/codeformat.py: Add verbose option to pass to uncrustify and black. 5 years ago
Joel Stanley 5cfc09ffca travis: For powerpc job, build both UART variants. 5 years ago
Joel Stanley f03d030080 powerpc/uart: Choose which UART to use at build time, not runtime. 5 years ago
Thorsten von Eicken 50a7ba2348 esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason. 5 years ago
cccc 1662a0b06f esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor. 5 years ago
David Lechner 2d1fef7096 tools/codeformat.py: Use -q option on uncrustify to make output quiet. 5 years ago
David Lechner 093fd80760 py/modsys: Use consistent naming pattern for module-level const objects. 5 years ago
stijn 9523ca92e0 windows: Make appveyor.yml self-contained. 5 years ago
stijn 97ccde0c43 py/ringbuf: Fix compilation with msvc. 5 years ago
stijn 81db22f693 py/modmath: Work around msvc float bugs in atan2, fmod and modf. 5 years ago
Damien George a902b69dd5 py/py.mk: Use additional CFLAGS to compile string0.c. 5 years ago
Damien George 4bbba3060d lib/utils: Lock the scheduler when executing hard callback functions. 5 years ago
Joel Stanley d6803067c0 travis: Set build name so it appears in the web interfaces. 5 years ago
Joel Stanley a9d96499b8 travis: Run apt commands once, to slightly speed up the CI. 5 years ago
Joel Stanley b65482ffa8 powerpc: Set better default compiler. 5 years ago
Joel Stanley 25bc42e754 powerpc: Fix Makefile rule when linking. 5 years ago
Albort Xue b3bc9808f2 mimxrt/boards: Add MIMXRT1060_EVK board. 5 years ago
Olivier Ortigues e32302c1a6 esp8266/esppwm: Fix PWM glitch when setting duty on different channel. 5 years ago
Damien George cae77daf00 docs/develop: Fix module/source name in Makefile of native example. 5 years ago
Yu-Ming Chang dd8db974d7 unix/main: Enter REPL when inspect active, even with stdin redirected. 5 years ago
Jim Mussared cd9a8c1742 nrf: Add openocd as a supported flasher. 5 years ago
Jim Mussared 1f1b78752f travis: Build more boards as part of nrf job. 5 years ago
Jim Mussared e7f8c7d9a3 nrf: Update to work with nrfx v2.0.0, to match TinyUSB. 5 years ago
Damien George 9ee5aff334 lib/nrfx: Upgrade to nrfx v2.0.0. 5 years ago
Damien George 8f348778e1 nrf/mphalport: Remove need for "syntax unified" in mp_hal_delay_us. 5 years ago
Damien George eb5e9c00f8 nrf/Makefile: Don't use -fno-builtin for Cortex-M0 builds. 5 years ago
Damien George 7dffbfd22a extmod/vfs_lfsx: Fix import_stat so it takes into account current dir. 5 years ago