315 Commits (58bed5ec14a2575fd53ca1822be80860f7e3023a)

Author SHA1 Message Date
Glenn Ruben Bakke 1571120dc2 nrf/device: Correct SPIM3 IRQ handler entry for nrf52840. 5 years ago
Damien George 2863dcdf4f nrf: Add support to activate MICROPY_PY_SYS_STDFILES. 5 years ago
roland van straten a069340c1e nrf/main: Update the way the LED is used on startup. 5 years ago
roland van straten 226399bcef nrf/led: Expose public API for LED manipulation. 5 years ago
Glenn Ruben Bakke cf383412ef nrf/flash: Update flash driver to use nrfx_nvmc driver. 6 years ago
Glenn Ruben Bakke c561ae61a1 nrf/uart: Add support for UARTE (EasyDMA). 6 years ago
Glenn Ruben Bakke 02a8c31eef nrf/temp: Move module configuration guard. 6 years ago
Glenn Ruben Bakke d2e730b727 nrf/i2c: Add support for TWIM (EasyDMA). 6 years ago
roland van straten ac112f88d0 nrf/boards: Add board definition for uBlox Nina B1 series BLE modules. 5 years ago
Jim Mussared 1f52a6f8e4 nrf/boards: Add Particle Xenon board configuration (an nRF52840). 5 years ago
Jim Mussared d36fc4682e nrf/Makefile: Add support for flashing with a Black Magic Probe. 5 years ago
Jim Mussared 353ed7705f nrf/boards/make-pins.py: Fix gen of board pins to use correct index. 5 years ago
Damien George 9e90e2528b nrf/machine/adc: Fix mapping of ADC channel to pin. 5 years ago
Damien George c7fb93b844 nrf/machine/adc: Allow to pass a Pin object in to ADC constructor. 5 years ago
Damien George b766a6971e nrf: Add ADC channel mapping to alt function table. 5 years ago
Damien George 9cad134a2f nrf/machine/adc: Add ADC.read_u16() method. 5 years ago
Damien George 1fe1ff935b nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 5 years ago
Damien George af20c2ead3 py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
Damien George 497683b315 gitignore: Put build-*/ pattern in top-level gitignore file. 5 years ago
Glenn Ruben Bakke d889def06b nrf/led: Adjust how board LEDs are defined. 6 years ago
Damien George 9cf1cbb057 nrf/mphalport: Use wfi to save power while waiting at the UART REPL. 6 years ago
Damien George 456c89f749 nrf/uart: Make UART print output something, and add write method. 6 years ago
Damien George 50d5114fcd nrf/mpconfigport.h: Enable MICROPY_KBD_EXCEPTION by default. 6 years ago
Damien George 302ffdba7f nrf/uart: Change UART driver to be non-blocking and use IRQs. 6 years ago
Glenn Ruben Bakke d80abd035e nrf/nrfx_glue: Adapt to nrfx v.1.7.1. 6 years ago
Damien George bb29bde102 nrf/machine/i2c: Update to support new C-level I2C API. 6 years ago
Damien George 7e21cf723a nrf: Change types to size_t for all uses of mp_obj_str_get_data. 6 years ago
Nguyen Hoan Hoang 9a6f6fd68d nrf/boards: Add support for BLYST Nano module based boards. 6 years ago
Damien George 0646e607b5 ports: Convert to use pyexec_file_if_exists() to execute boot/main.py. 6 years ago
Glenn Ruben Bakke 1f5d945afa nrf/Makefile: Update to match latest oofatfs version. 6 years ago
Glenn Ruben Bakke e0c6dfe90a nrf/readme: Add section about LTO. 6 years ago
Glenn Ruben Bakke 696549d2e5 nrf/bluetooth: Deprecate use of SoftDevice s140 v6.0.0. 6 years ago
Glenn Ruben Bakke a3a266a9c3 nrf/board: Migrate nrf52840 target to new BLE stack. 6 years ago
Glenn Ruben Bakke d3c1436e75 nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1. 6 years ago
Glenn Ruben Bakke 1e5e3e3d48 nrf/bluetooth: Deprecate use of SoftDevice s132 v6.0.0. 6 years ago
Glenn Ruben Bakke 5f26ef1112 nrf/board: Migrate all nrf52832 targets to new BLE stack. 6 years ago
Nguyen Hoan Hoang e8ed2dea71 nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1. 6 years ago
Damien George b5f33ac2cb ports: Update to work with new oofatfs version. 6 years ago
Stig Bjørlykke c72391c4ce nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances. 6 years ago
Stig Bjørlykke 6ca03fe8bd nrf/readme: Update make flash command when defining board. 6 years ago
Glenn Ruben Bakke ca2bb66127 nrf/bluetooth: Resolve compilation warning in ble_drv.c. 6 years ago
Glenn Ruben Bakke 0c6f5bc529 nrf/bluetooth: Improve advertisment behavior for nrf52 targets. 6 years ago
Glenn Ruben Bakke ee3a01f25c nrf/readme: Update link to nrfjprog download. 6 years ago
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