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
path:
root
/
ports
/
zephyr
Age
Commit message (
Expand
)
Author
2021-04-09
py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes.
Damien George
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-02-17
zephyr/modusocket: Fix parameter in calls to net_context_get_XXX().
PTH
2021-02-17
zephyr/boards: Add support for the nucleo_h743zi board.
PTH
2021-02-16
zephyr: Build MicroPython as a cmake target.
Maureen Helm
2021-02-16
zephyr: Remove unused build files.
Maureen Helm
2021-02-16
zephyr: Disable frozen source modules.
Maureen Helm
2021-02-16
zephyr: Update to zephyr v2.5.0.
Maureen Helm
2021-02-01
zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t.
Damien George
2021-01-23
zephyr: Add basic UART functionality to machine module.
Yonatan Schachter
2020-12-07
zephyr: Guard I2C code with appropriate ifdef config.
Jonathan Bruchim
2020-12-07
zephyr: Replace broken shell_net_iface() with more general shell_exec().
Maureen Helm
2020-11-23
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
Damien George
2020-10-01
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
Damien George
2020-10-01
ports: Add SoftI2C and SoftSPI to machine module where appropriate.
Damien George
2020-10-01
extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.
Damien George
2020-10-01
extmod/machine_i2c: Rename type to SoftI2C and add custom print method.
Damien George
2020-09-30
zephyr: Update build instructions to v2.4.0.
Maureen Helm
2020-09-30
zephyr: Const-ify struct device instance pointers.
Maureen Helm
2020-09-30
zephyr: Replace zephyr integer types with C99 types.
Maureen Helm
2020-09-04
lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method.
Damien George
2020-08-28
zephyr/README: Update required Zephyr version and mention new features.
Damien George
2020-08-22
py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.
Damien George
2020-08-21
zephyr: Include storage/flash_map.h unconditionally.
Maureen Helm
2020-06-30
zephyr/make-minimal: Disable FAT and LFS2 options to make it build.
Damien George
2020-06-30
zephyr: Implement machine.Pin.irq() for setting callbacks on pin change.
Damien George
2020-06-12
zephyr: Use cmake find_package to locate zephyr.
Maureen Helm
2020-06-12
zephyr: Increase minimum required cmake version to 3.13.1.
Maureen Helm
2020-06-12
zephyr: Convert DT_FLASH_AREA usages to new dts macros.
Maureen Helm
2020-06-12
zephyr: Update to new zephyr timeout API.
Maureen Helm
2020-06-12
zephyr: Update for refactored zephyr device structures.
Maureen Helm
2020-06-12
zephyr: Fix floating point configuration.
Maureen Helm
2020-06-12
zephyr: Fix and rename stacks_analyze function in zephyr module.
Maureen Helm
2020-05-05
zephyr: Use zephyr build system to merge configurations.
Maureen Helm
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-25
zephyr: Update machine.Pin class to use new zephyr gpio api.
Maureen Helm
2020-03-11
zephyr: Execute main.py file if it exists.
Maureen Helm
2020-03-11
zephyr: Enable usb mass storage class on mimxrt1050_evk.
Maureen Helm
2020-03-11
zephyr: Mount a file system during init.
Maureen Helm
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-07
zephyr: Enable littlefs.
Maureen Helm
2020-02-07
zephyr: Implement block device protocol via zephyr flash map api.
Maureen Helm
2020-02-07
zephyr: Enable fatfs.
Maureen Helm
2020-02-07
zephyr: Enable virtual file system and uos module.
Maureen Helm
2020-02-07
zephyr: Implement block device protocol via zephyr disk access api.
Maureen Helm
2020-02-04
zephyr: Remove reference to syscall_macros_h_target.
Maureen Helm
2020-02-04
zephyr: Replace deprecated time conversion macro.
Maureen Helm
2020-02-04
zephyr: Update include paths for Zephyr v2.0.
Maureen Helm
2019-10-29
zephyr/main: Use mp_stack API instead of local pointer for stack top.
Kamil Klimek
[next]