774 Commits (69e72954ad4757f8e3faccef6333cb33842ce052)

Author SHA1 Message Date
Ayke van Laethem 60a05485cb
nrf/uart: Remove unused UART.char_width field. 6 years ago
Stig Bjørlykke 2cf2ad943e nrf: Use separate config for each PWM instance. 6 years ago
Damien George da2d2b6d88 py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output. 6 years ago
Stig Bjørlykke 0c161691b4 nrf: Correct index checking of ADC/PWM/RTCounter instances. 6 years ago
Stig Bjørlykke 7f0c5f2ef9 nrf: Enable all PWM, RTC and Timer instances for nrf52840. 6 years ago
Stig Bjørlykke b6e49da407
nrf/uos: Add mbfs __enter__ and __exit__ handlers. 6 years ago
Damien George 5482d84673 stm32/modmachine: Get machine.sleep working on L4 MCUs. 6 years ago
Damien George c12348700f stm32/extint.h: Use correct EXTI lines for RTC interrupts. 6 years ago
Damien George 21dae87710 stm32/modmachine: Get machine.sleep working on F0 MCUs. 6 years ago
Damien George 9dfbb6cc16 stm32/rtc: Get rtc.wakeup working on F0 MCUs. 6 years ago
Damien George f6f6452b6f stm32/Makefile: Use -Wno-attributes for ll_usb.c HAL source file. 6 years ago
Damien George 90fc7c5cfa stm32/sdcard: Get SDMMC alt func macro names working with F4,F7,H7 MCUs. 6 years ago
Andrew Leech 434975defa stm32/boards/STM32F429DISC: Enable onboard SDRAM. 6 years ago
Andrew Leech 968fa47392 stm32/sdram: On F7 MCUs enable MPU on external SDRAM. 6 years ago
Andrew Leech a1db1506a2 stm32/sdram: Integrate SDRAM driver into rest of code. 6 years ago
Andrew Leech 7ae053abfd stm32/sdram: Add SDRAM driver from OpenMV project. 6 years ago
Ayke van Laethem 7067ac3573 nrf/drivers/flash: Fix incorrect page alignment check. 6 years ago
roland 6a31dcd638 nrf: Update nrfjprog links to allow to download any version. 6 years ago
Damien George 6ac4304284 nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support. 6 years ago
Damien George 9addc38af4 nrf: Properly use (void) instead of () for function definitions. 6 years ago
Damien George 55632af70a nrf/Makefile: Make sure dependencies for pins_gen.c are correct. 6 years ago
Damien George 4201f36a46 stm32/sdcard: Use mp_hal_pin_config_alt_static to configure SD card pins 6 years ago
Andrew Leech 4343c9330e stm32: Add method for statically configuring pin alternate function. 6 years ago
Damien George ef554ef9a2 unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects. 6 years ago
Peter D. Gray a8736e5c36 stm32/flashbdev: Fix bug with L4 block cache, dereferencing block size. 6 years ago
Ayke van Laethem 8df342d330 nrf: Include $(SRC_MOD) in the build. 6 years ago
Ayke van Laethem 2f0f4fdcd3
nrf: Use mp_raise_ValueError instead of nlr_raise(...) 6 years ago
Glenn Ruben Bakke 264d80c84e nrf/drivers: Add license text to ticker.h and softpwm.h. 6 years ago
Glenn Ruben Bakke ea00717a57 nrf: Compile nlr objects with -fno-lto flag 6 years ago
Glenn Ruben Bakke 14d257c66b nrf: Add explicit make flag for oofatfs 6 years ago
Glenn Ruben Bakke 50ee908896 nrf/bluetooth: Replace BLE REPL (WebBluetooth) URL 6 years ago
Glenn Ruben Bakke cf58ef27af nrf: Quick-fix on const objects with open array dimension in objtuples. 6 years ago
Ayke van Laethem 0e5f8425ea nrf/boards: Check for stack/heap size using an assert. 6 years ago
Glenn Ruben Bakke 7144e87ced nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5 7 years ago
Glenn Ruben Bakke db67a5000f nrf: Generalize feather52 target 6 years ago
Glenn Ruben Bakke b7ce2f1460 nrf: Add support for reading output pin state 7 years ago
Glenn Ruben Bakke 6011441342 nrf: Move pyb module to boards module 7 years ago
Glenn Ruben Bakke 4a323f8b80 nrf/nrfx_config: Move back nrf52832 to use non-EasyDMA SPI 7 years ago
Glenn Ruben Bakke 5925004da3 nrf/modules/machine/spi: Move enable-guard to prevent wrong includes 7 years ago
Glenn Ruben Bakke 774638e2a9 nrf/boards/feather52: Move phony targets to main Makefile 7 years ago
Glenn Ruben Bakke d3311681a9 nrf: Enable micro:bit FS by default 7 years ago
Ayke van Laethem a4615672d4 nrf/modules/uos/microbitfs: Remove unused uos_mbfs_mount. 7 years ago
Ayke van Laethem 635064c432 nrf/modules/uos/microbitfs: Fix errno defines. 7 years ago
Ayke van Laethem 1aa9ff9141 nrf/mphalport: Remove divided assembly syntax. 7 years ago
Ayke van Laethem fb17105183 nrf: Remove useless #include <errno.h>. 7 years ago
Ayke van Laethem 17769452d4 nrf/modules/machine/adc: Don't compare -1 to an unsigned number. 7 years ago
Ayke van Laethem 4111206bd5 nrf/Makefile: Refine dead-code elimination parameters. 7 years ago
Ayke van Laethem ab72b5b69c nrf/Makefile: Use C11 instead of Gnu99. 7 years ago
Ayke van Laethem a6ae950b75 nrf/Makefile: Remove -fstack-usage. 7 years ago
Ayke van Laethem 5fdebe62d3 nrf/Makefile: use "standard" GCC -fshort-enums instead of --short-enums. 7 years ago