index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-07-18
nrf: Update main.c to init relevant board drivers, if enabled.
Glenn Ruben Bakke
2018-07-18
nrf/modules/music: Remove init of softpwm/ticker upon music module load.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Update to work with new ticker code.
Glenn Ruben Bakke
2018-07-18
nrf/drivers/ticker: Rework ticker functions for microbit display/music.
Glenn Ruben Bakke
2018-07-18
nrf/drivers/softpwm: Rename init function to softpwm_init0.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Include modmicrobit.h in board_modules.h.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add modmicrobit.h to expose module init function.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Attempt to get working display/images without FP.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add framework updates to build micro:bit modules.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Update board modules from C++ to C-code.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Rename display/image files from .cpp to .c ext.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add copy of microbit font type from microbit-dal.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add copy of microbit display and image files.
Glenn Ruben Bakke
2018-07-18
nrf: Option to enable Ctrl-C in NUS console.
Ayke van Laethem
2018-07-18
nrf: Remove default FROZEN_MPY_DIR.
Ayke van Laethem
2018-07-18
nrf: Update usage of mp_obj_new_str by removing last parameter.
Glenn Ruben Bakke
2018-07-18
nrf/drivers/bluetooth: Start advertising after disconnect.
Ayke van Laethem
2018-07-18
nrf/main: Add ampy support.
Ayke van Laethem
2018-07-18
nrf: Use micropython libm to save flash
Glenn Ruben Bakke
2018-07-18
nrf/main: Run boot.py and main.py on startup.
Ayke van Laethem
2018-07-18
nrf/modules/uos/microbitfs: Make OSError numeric.
Ayke van Laethem
2018-07-18
nrf/drivers/bluetooth/ble_drv: Don't handle non-events.
Ayke van Laethem
2018-07-18
nrf: Add micro:bit filesystem.
Ayke
2018-07-18
nrf/boards: Update linker scripts.
Ayke van Laethem
2018-07-18
nrf/hal/hal_nvmc: Fix non-SD code.
Ayke van Laethem
2018-07-18
nrf/hal/nvmc: Remove pre-compiler error thrown in nvmc.h, if on nrf52.
Glenn Ruben Bakke
2018-07-18
nrf: Disable FAT/VFS by default.
Ayke van Laethem
2018-07-18
nrf: Implement NVMC HAL.
Ayke van Laethem
2018-07-18
nrf/boards/arduino_primo: Add missing hal_rng config used by random mod.
Glenn Ruben Bakke
2018-07-18
nrf: Enable Link-time optimizations
Ayke van Laethem
2018-07-18
nrf: Add compile switch to disable VFS.
Ayke van Laethem
2018-07-18
nrf: Use --gc-sections to reduce code size
Ayke van Laethem
2018-07-18
nrf: Add WT51822-S4AT board.
Ayke van Laethem
2018-07-18
nrf: Update Makefile and README.md after moving port to new directory
Glenn Ruben Bakke
2018-07-18
nrf: Align help.c builtin help text to use correct type.
Glenn Ruben Bakke
2018-07-18
lib/utils: Expose pyb_set_repl_info function public
Glenn Ruben Bakke
2018-07-18
nrf: Add new port to Nordic nRF5x MCUs.
Daniel Tralamazza
2018-07-18
docs/library/machine: Remove conditional docs for rng function.
Damien George
2018-07-18
docs/library/machine: Remove conditional docs for wake_reason function.
Damien George
2018-07-18
docs/library/machine.UART: Remove conditional docs for wipy port.
Damien George
2018-07-18
docs/library/pyb.DAC: Fix typo in markup to balance quotes.
Damien George
2018-07-18
docs/library: Remove "only" directive from all pyb module docs.
Damien George
2018-07-18
esp32/modnetwork: Add network.(W)LAN.ifconfig('dhcp') support.
Eric Poulsen
2018-07-18
stm32/mphalport: Make mp_hal_stdin_rx_chr/stdout_tx_strn weakly linked.
Peter D. Gray
2018-07-17
stm32/timer: Add tick_hz arg to Timer constructor and init method.
Damien George
2018-07-17
stm32/timer: Use enum for indexing keyword arg in pyb_timer_init_helper.
Damien George
2018-07-17
esp8266,esp32: Implement high-res timers using new tick_hz argument.
Nicko van Someren
2018-07-16
esp32/modesp32: Use MP_ROM_QSTR and MP_ROM_PTR in const locals dict.
Damien George
2018-07-16
esp32/modesp32: Add raw temperature reading to esp32 module.
Jérôme Poulin
2018-07-14
py/runtime: Use mp_obj_new_int_from_ll when return int is not small.
Damien George
[prev]
[next]