9533 Commits (f7d6108d1ad83f26598e73d3b163f3de411c902b)
 

Author SHA1 Message Date
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
Glenn Ruben Bakke 63c748bfcc nrf/spi: Allow for external use of new and transfer function. 7 years ago
Glenn Ruben Bakke 434bd568fe nrf/adc: Allow for external use of new and value read function. 7 years ago
Glenn Ruben Bakke 3209a13bf5 nrf/modules: Align method to resolve pin object 7 years ago
Glenn Ruben Bakke 0f7da42c75 nrf/modules/random: Rename port config for RNG 7 years ago
Glenn Ruben Bakke f4382a2885 nrf/boards/wt51822_s4at: Fixes after nrfx and Pin IRQ introduction 7 years ago
Glenn Ruben Bakke 72aacef02e nrf/boards: Remove unused defines from board config headers 7 years ago
Ayke van Laethem 65f8d9a643 nrf/gccollect: Use the SP register instead of MSP. 7 years ago
Ayke van Laethem 013c23712c nrf/drivers/bluetooth/ble_drv: Increase max transfers in progress. 7 years ago
Glenn Ruben Bakke 67fd67f549 nrf/modules/machine/spi: SPIM (EasyDMA) backend for nrf52x 7 years ago
Glenn Ruben Bakke 6e8a605500 nrf/modules/machine/pin: Add support for IRQ on Pin's 7 years ago
Glenn Ruben Bakke 864f671744 nrf: Remove port member from Pin object 7 years ago
Ayke van Laethem 2de65dda22 nrf: Make linker scripts more modular. 7 years ago
Ayke van Laethem 375bc31f4b nrf: Enable -g flag by default. 7 years ago
Ayke van Laethem 1949719e1d nrf/Makefile: Fix .PHONY target. 7 years ago
Ayke van Laethem 57ca1ecf01 nrf: Fix NUS console when using boot.py or main.py. 7 years ago
glennrub 002f7d1ad7 nrf: Replace custom-HAL with nrfx-HAL 7 years ago
Glenn Ruben Bakke 62931398d7 nrf/boards/microbit/modules: Initialize variable in microbit_sleep. 7 years ago
Ayke van Laethem 3cdecf90e6 nrf: Make LTO configurable via Makefile flag. 7 years ago
Glenn Ruben Bakke c486127378 nrf: Improve include of boardmodules.mk 7 years ago
Ayke van Laethem 4231d4311f nrf: Fix stack size in ld script and enable MICROPY_STACK_CHECK. 7 years ago
Ayke van Laethem 987381dfa0 nrf: Make machine.UART optional. 7 years ago
Glenn Ruben Bakke f679ee2092 nrf/drivers/ble_drv: Fixing sd_ble_enable bug for SD s132 v.2.0.1 7 years ago
Ayke van Laethem f907139fab nrf/boards/common.ld: Avoid overflowing the .text region. 7 years ago
Ayke van Laethem 4c011e66b4 nrf/modules/machine/pin: Disable pin debug by default. 7 years ago
Ayke van Laethem 1b988f1e7d nrf/mpconfigport: Reduce GC stack size for nrf51. 7 years ago
kaasasolut c1cd7e5155 nrf: Only search for frozen files if FROZEN_MPY_DIR is set 7 years ago
Glenn Ruben Bakke 725267df09 nrf: Change PYB prefix to MPY 7 years ago
glennrub f8f14bf0c7 nrf: Add support for s132 v5.0.0 bluetooth stack (#139) 7 years ago
Glenn Ruben Bakke 95bd20522a nrf/drivers/bluetooth: Reset evt_len to size of static buffer each iter. 7 years ago
Glenn Ruben Bakke c8fd71612b nrf/boards/microbit: Enable music, display, image, microbit module. 7 years ago
Glenn Ruben Bakke f5ed40116f nrf: Add if-def around inclusion of nrf_sdm.h in main. 7 years ago
Glenn Ruben Bakke 6062d46170 nrf: Change board module header from board_modules.h to boardmodules.h. 7 years ago
Glenn Ruben Bakke 0d7976deb2 nrf/boards/microbit: Update docs on top level tick low pri callback. 7 years ago
Glenn Ruben Bakke 1128aacb69 nrf/boards/microbit: Add temperature back to microbit module. 7 years ago
Glenn Ruben Bakke b6d01a7dd1 nrf/boards/microbit/modules: Fix tabbing in modmicrobit.c. 7 years ago