533 Commits (789f8f1c4be6b5f5a3b6194e85664e83fa20e7fe)

Author SHA1 Message Date
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
Ayke van Laethem 7418795fdf nrf: Disable FAT/VFS by default. 7 years ago
Ayke van Laethem cc158f98fe nrf: Implement NVMC HAL. 7 years ago
Glenn Ruben Bakke 0487e23842 nrf/boards/arduino_primo: Add missing hal_rng config used by random mod. 7 years ago
Ayke van Laethem 4838b398af nrf: Enable Link-time optimizations 7 years ago
Ayke van Laethem 4e083819f3 nrf: Add compile switch to disable VFS. 7 years ago
Ayke van Laethem 38afc6553c nrf: Use --gc-sections to reduce code size 7 years ago
Ayke van Laethem a1116771b0 nrf: Add WT51822-S4AT board. 7 years ago
Glenn Ruben Bakke 51a679752a nrf: Update Makefile and README.md after moving port to new directory 7 years ago
Glenn Ruben Bakke 9e7cda8890 nrf: Align help.c builtin help text to use correct type. 7 years ago
Daniel Tralamazza e22b943508 nrf: Add new port to Nordic nRF5x MCUs. 8 years ago
Eric Poulsen 419eb86074 esp32/modnetwork: Add network.(W)LAN.ifconfig('dhcp') support. 6 years ago
Peter D. Gray 0d58f6ba5e stm32/mphalport: Make mp_hal_stdin_rx_chr/stdout_tx_strn weakly linked. 6 years ago
Damien George 46091b8a95 stm32/timer: Add tick_hz arg to Timer constructor and init method. 6 years ago
Damien George 821b59d439 stm32/timer: Use enum for indexing keyword arg in pyb_timer_init_helper. 6 years ago
Nicko van Someren c3c914f4dd esp8266,esp32: Implement high-res timers using new tick_hz argument. 6 years ago
Damien George a3ba5f127e esp32/modesp32: Use MP_ROM_QSTR and MP_ROM_PTR in const locals dict. 6 years ago
Jérôme Poulin 4f5b435d9b esp32/modesp32: Add raw temperature reading to esp32 module. 6 years ago
Peter D. Gray 2a3979bcb3 stm32/fatfs_port: Fix bug when MICROPY_HW_ENABLE_RTC not enabled. 6 years ago
Mitchell Currie 385fa51806 esp32: Implement WLAN.status() return codes. 6 years ago
Damien George 3ab2f3fb2b unix/modos: Convert dir-type to stat-type for file type in ilistdir. 6 years ago
Damien George 9c8141f07e esp32/modnetwork: Add support for bssid parameter in WLAN.connect(). 6 years ago
Damien George e1ae9939ac stm32: Support compiling with object representation D. 6 years ago
Damien George 3503f9626a stm32: Access dict map directly instead of using helper function. 6 years ago
Damien George fb8fc597cf cc3200/mods: Access dict map directly instead of using helper func. 6 years ago
stijn 106e594580 windows: Make printing of debugging info work out of the box. 6 years ago
Nicko van Someren 14ab81e87a esp32: Reduce latency for handling of scheduled Python callbacks. 6 years ago