193 Commits (92c83bd16b55daf81157100243ded6d7d0e56538)

Author SHA1 Message Date
Zoltán Vörös c5cc64175b ports: Add lib/libm/roundf.c to bare-metal Makefile's. 5 years ago
Damien George feb2577585 all: Remove spaces between nested paren and inside function arg paren. 5 years ago
Damien George ad9a0ec8ab all: Convert exceptions to use mp_raise_XXX helpers in remaining places. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 3f39d18c2b all: Add *FORMAT-OFF* in various places. 5 years ago
Damien George ac8383a95d nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG. 5 years ago
Damien George 6ad3bb1e12 nrf: Remove custom "random" module and use extmod version instead. 5 years ago
cccc 4f3e5ea934 nrf/drivers/bluetooth: Fix variable initialisation error with older gcc. 5 years ago
Damien George ad7213d3c3 py: Add mp_raise_msg_varg helper and use it where appropriate. 5 years ago
Damien George 97eca38c4f py: Add mp_raise_type helper macro and use it where appropriate. 5 years ago
Damien George 580fd636c0 nrf/drivers: Use mp_raise_msg where appropriate, and shorten exc msgs. 5 years ago
caochaowu 61f64c78a6 nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script. 5 years ago
Memiks 4ab4bf3ec6 ports: Modify mp_hal_pin_write macro so it can be used as a function. 5 years ago
Tim Gates 007a704d82 nrf/examples: Fix typo in mountsd.py, wireing -> wiring. 5 years ago
Yonatan Goldschmidt b2e4a57289 nrf/main: Remove unnecessary repl_info(0) call. 5 years ago
Yonatan Goldschmidt 61d2b40ad5 lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it. 5 years ago
David Lechner e79424d672 ports: Allow overriding CROSS_COMPILE in a custom makefile. 5 years ago
Daniel Mizyrycki 2df6a0436d nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board. 5 years ago
Andrej Krejcir 210d053286 nrf/main: Execute boot.py/main.py frozen modules without a file system. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George c13f9f209d all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 5 years ago
Damien George 9aabb6c01b extmod: Factor out block-device struct to make independent of fatfs. 5 years ago
Damien George d2384efa80 py: Automatically provide weak links from "foo" to "ufoo" module name. 5 years ago
Damien George d7a9388fe0 ports: Add new make target "submodules" which inits required modules. 5 years ago
Glenn Ruben Bakke 98c2eabaff nrf/boards: Add nrf9160 pca10090 board. 5 years ago
Glenn Ruben Bakke 82fe6b0526 nrf: Add nrf9160 base support. 5 years ago
Glenn Ruben Bakke 01a3110e36 nrf/boards: Add support for pca10059. 5 years ago
Glenn Ruben Bakke 60b0b69f20 nrf: Add tinyusb support for nrf52840. 5 years ago
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