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-23
stm32/sdram: Add SDRAM driver from OpenMV project.
Andrew Leech
2018-07-23
nrf/drivers/flash: Fix incorrect page alignment check.
Ayke van Laethem
2018-07-23
nrf: Update nrfjprog links to allow to download any version.
roland
2018-07-20
docs/library/machine: Remove conditionals in machine class index.
Damien George
2018-07-20
docs/reference/index: Remove conditional for inline asm docs.
Damien George
2018-07-20
docs/library/index: Add hint about using help('modules') for discovery.
Damien George
2018-07-20
docs/library/index: Remove all conditionals from library index.
Damien George
2018-07-20
tools/pydfu.py: Use getfullargspec instead of getargspec for newer pyusb
roland
2018-07-20
tools/dfu.py: Pad image data to 8 byte alignment to support L476.
roland
2018-07-20
travis: Add nrf port to Travis CI build.
Damien George
2018-07-20
nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.
Damien George
2018-07-20
nrf: Properly use (void) instead of () for function definitions.
Damien George
2018-07-20
nrf/Makefile: Make sure dependencies for pins_gen.c are correct.
Damien George
2018-07-20
stm32/sdcard: Use mp_hal_pin_config_alt_static to configure SD card pins
Damien George
2018-07-20
stm32: Add method for statically configuring pin alternate function.
Andrew Leech
2018-07-20
unix: Use MP_STREAM_GET_FILENO to allow uselect to poll general objects.
Damien George
2018-07-20
py/stream: Introduce MP_STREAM_GET_FILENO ioctl request.
Damien George
2018-07-20
extmod/modussl: Support polling in ussl objects by passing through ioctl
Damien George
2018-07-20
extmod/modlwip: Deregister all lwIP callbacks when closing a socket.
Damien George
2018-07-20
tests/run-tests: Improve crash reporting when running on remote targets.
Ayke van Laethem
2018-07-20
tests/run-tests: Add nrf target.
Ayke van Laethem
2018-07-20
tests: Improve feature detection for VFS.
Ayke van Laethem
2018-07-19
stm32/flashbdev: Fix bug with L4 block cache, dereferencing block size.
Peter D. Gray
2018-07-19
travis: Use build stages and parallel jobs under Travis CI.
Damien George
2018-07-19
nrf: Include $(SRC_MOD) in the build.
Ayke van Laethem
2018-07-18
nrf: Use mp_raise_ValueError instead of nlr_raise(...)
Ayke van Laethem
2018-07-18
README: Update list of ports to include esp32 and nrf.
Damien George
2018-07-18
nrf/drivers: Add license text to ticker.h and softpwm.h.
Glenn Ruben Bakke
2018-07-18
nrf: Upgrade to nrfx 1.1.0
Glenn Ruben Bakke
2018-07-18
nrf: Compile nlr objects with -fno-lto flag
Glenn Ruben Bakke
2018-07-18
nrf: Add explicit make flag for oofatfs
Glenn Ruben Bakke
2018-07-18
nrf/bluetooth: Replace BLE REPL (WebBluetooth) URL
Glenn Ruben Bakke
2018-07-18
nrf: Quick-fix on const objects with open array dimension in objtuples.
Glenn Ruben Bakke
2018-07-18
nrf/boards: Check for stack/heap size using an assert.
Ayke van Laethem
2018-07-18
nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5
Glenn Ruben Bakke
2018-07-18
nrf: Generalize feather52 target
Glenn Ruben Bakke
2018-07-18
nrf: Add support for reading output pin state
Glenn Ruben Bakke
2018-07-18
nrf: Move pyb module to boards module
Glenn Ruben Bakke
2018-07-18
nrf/nrfx_config: Move back nrf52832 to use non-EasyDMA SPI
Glenn Ruben Bakke
2018-07-18
nrf/modules/machine/spi: Move enable-guard to prevent wrong includes
Glenn Ruben Bakke
2018-07-18
nrf/boards/feather52: Move phony targets to main Makefile
Glenn Ruben Bakke
2018-07-18
nrf: Enable micro:bit FS by default
Glenn Ruben Bakke
2018-07-18
nrf/modules/uos/microbitfs: Remove unused uos_mbfs_mount.
Ayke van Laethem
2018-07-18
nrf/modules/uos/microbitfs: Fix errno defines.
Ayke van Laethem
2018-07-18
nrf/mphalport: Remove divided assembly syntax.
Ayke van Laethem
2018-07-18
nrf: Remove useless #include <errno.h>.
Ayke van Laethem
2018-07-18
nrf/modules/machine/adc: Don't compare -1 to an unsigned number.
Ayke van Laethem
2018-07-18
nrf/Makefile: Refine dead-code elimination parameters.
Ayke van Laethem
2018-07-18
nrf/Makefile: Use C11 instead of Gnu99.
Ayke van Laethem
2018-07-18
nrf/Makefile: Remove -fstack-usage.
Ayke van Laethem
[next]