9406 Commits (375bc31f4b61d8214b42b4f07c349e8d59304d24)
 

Author SHA1 Message Date
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
Glenn Ruben Bakke 5601fc9397 nrf/boards/microbit: Move microbit target to custom linker script. 7 years ago
Glenn Ruben Bakke 67b57bebec nrf: Update main.c to init relevant board drivers, if enabled. 7 years ago
Glenn Ruben Bakke f8ae6b7bfc nrf/modules/music: Remove init of softpwm/ticker upon music module load. 7 years ago
Glenn Ruben Bakke 789f8f1c4b nrf/boards/microbit: Update to work with new ticker code. 7 years ago
Glenn Ruben Bakke 91fcde73d2 nrf/drivers/ticker: Rework ticker functions for microbit display/music. 7 years ago
Glenn Ruben Bakke 7c74b7da48 nrf/drivers/softpwm: Rename init function to softpwm_init0. 7 years ago
Glenn Ruben Bakke d76982e382 nrf/boards/microbit: Include modmicrobit.h in board_modules.h. 7 years ago
Glenn Ruben Bakke 0b504575e2 nrf/boards/microbit: Add modmicrobit.h to expose module init function. 7 years ago
Glenn Ruben Bakke 1b241be310 nrf/boards/microbit: Attempt to get working display/images without FP. 7 years ago
Glenn Ruben Bakke 9e090a8783 nrf/boards/microbit: Add framework updates to build micro:bit modules. 7 years ago
Glenn Ruben Bakke fbc45bd3f3 nrf/boards/microbit: Update board modules from C++ to C-code. 7 years ago
Glenn Ruben Bakke f3386cfc50 nrf/boards/microbit: Rename display/image files from .cpp to .c ext. 7 years ago
Glenn Ruben Bakke 98ad4107ef nrf/boards/microbit: Add copy of microbit font type from microbit-dal. 7 years ago
Glenn Ruben Bakke 7a2e136049 nrf/boards/microbit: Add copy of microbit display and image files. 7 years ago
Ayke van Laethem a248db6916 nrf: Option to enable Ctrl-C in NUS console. 7 years ago
Ayke van Laethem 03b8429c0c nrf: Remove default FROZEN_MPY_DIR. 7 years ago
Glenn Ruben Bakke b493de75f3 nrf: Update usage of mp_obj_new_str by removing last parameter. 7 years ago
Ayke van Laethem fc5d89e29d nrf/drivers/bluetooth: Start advertising after disconnect. 7 years ago
Ayke van Laethem 2561bcf0c0 nrf/main: Add ampy support. 7 years ago
Glenn Ruben Bakke 2b32333f90 nrf: Use micropython libm to save flash 7 years ago
Ayke van Laethem d9fb8c2585 nrf/main: Run boot.py and main.py on startup. 7 years ago
Ayke van Laethem 66e39d6a4e nrf/modules/uos/microbitfs: Make OSError numeric. 7 years ago
Ayke van Laethem 8482daced2 nrf/drivers/bluetooth/ble_drv: Don't handle non-events. 7 years ago
Ayke f7facf73f1 nrf: Add micro:bit filesystem. 7 years ago
Ayke van Laethem fcc1568546 nrf/boards: Update linker scripts. 7 years ago
Ayke van Laethem 83f38a99a9 nrf/hal/hal_nvmc: Fix non-SD code. 7 years ago
Glenn Ruben Bakke a2b4c93e85 nrf/hal/nvmc: Remove pre-compiler error thrown in nvmc.h, if on nrf52. 7 years ago