272 Commits (7bf466a2811fcad6518441c6a2987beb590e3326)

Author SHA1 Message Date
Damien George 6e30f96b0b ports: Convert legacy uppercase macro names to lowercase. 6 years ago
Stig Bjørlykke 98f790b03a nrf/timer: Fix disabling Timer 1 when using soft PWM. 6 years ago
Stig Bjørlykke 63eae33b7b nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET. 6 years ago
Ayke van Laethem e8678cd1c9 nrf/pin: Print pull information in Pin.__str__. 6 years ago
Ayke van Laethem 2d293873a6 nrf/pin: Cleanup Pin.__str__ to print relevant information. 6 years ago
Ayke van Laethem 4e1c2fc831 nrf: Shrink "<peripheral> does not exist" error messages. 6 years ago
Ayke van Laethem 1ba962ff57 nrf/uart: Remove unused machine.UART() parameters. 6 years ago
Ayke van Laethem a293fa3d6d nrf/uart: Use formula instead of switch for baudrate calculation. 6 years ago
Damien George d5d060ead9 nrf/modmachine: Rename machine.sleep to machine.lightsleep. 6 years ago
Glenn Ruben Bakke 9e5768a6db nrf/bluetooth: Update BLE stack download script. 6 years ago
Glenn Ruben Bakke 11bc38d55f nrf/bluetooth: Set GAP_ADV_MAX_SIZE to 31 (s132/s140). 6 years ago
Ayke van Laethem e755bd4932
nrf/uart: Fix UART.writechar() to write just 1 byte. 6 years ago
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
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
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
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
Glenn Ruben Bakke 03da4e33fb nrf/bluetooth: Fixes for s132 v5 BLE stack 7 years ago
Glenn Ruben Bakke 58ec23fdf7 nrf/modules/machine/adc: Fix to make adc.c compile for nrf51 targets 7 years ago
Glenn Ruben Bakke 24258cf0b9 nrf: Return immediatly from mp_hal_delay_us if 0us is given 7 years ago