- 15 Mar, 2019 4 commits
-
-
Glenn Ruben Bakke authored
Updating download script to fetch the new SoftDevice, and adding corresponding linker script for the BLE stack.
-
Glenn Ruben Bakke authored
Removing linker script for nrf52832 s132 v6.0.0 as all target boards now points to the new v6.1.1. Also, removing the entry from the download_ble_stack.sh script.
-
Glenn Ruben Bakke authored
This patch moves all the nrf52832 target boards to use the new SoftDevice s132 v6.1.1 instead of the legacy v6.0.0.
-
Nguyen Hoan Hoang authored
Updating download script to fetch the new SoftDevice, and adding corresponding linker script for the BLE stack.
-
- 14 Mar, 2019 8 commits
-
-
roland van straten authored
All STM32 with a UART7 also have a UART8 and vice versa, but this change improves readability and allows for them to be independent in the future.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 13 Mar, 2019 10 commits
-
-
Damien George authored
-
Damien George authored
As already mentioned in the docs, not all constants may be available on all ports, so this is optional to implement.
-
Damien George authored
-
Damien George authored
Previously specifying None as the pull value would leave the pull up/down state unchanged. This change makes it so -1 leaves the state unchanged and None makes the pin float, as per the docs.
-
Wolf Vollprecht authored
-
Rami Ali authored
In this port JavaScript is the underlying "machine" and MicroPython is transmuted into JavaScript by Emscripten. MicroPython can then run under Node.js or in the browser.
-
Wolf Vollprecht authored
-
Martin Fischer authored
-
johnthagen authored
-
johnthagen authored
-
- 12 Mar, 2019 8 commits
-
-
Damien George authored
-
Maureen Helm authored
Adds a new board configuration for the frdm_kw41z board, including support for the fxos8700 accelerometer/magnetometer/die temperature sensor.
-
Maureen Helm authored
Adds the fxos8700 accelerometer/magnetometer/die temperature sensor to the frdm_k64f board configuration.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Prompted by code size analysis, after arduino_101 build overflowing ROM.
-
Paul Sokolovsky authored
I.e. on-die temperature sensor. Upstream made more fine-grained channels for different kinds of temperature.
-
Paul Sokolovsky authored
Underlying k_call_stacks_analyze() was gone in Zephyr, reimplement using k_thread_foreach().
-
Damien George authored
The system provided one is in ROM and is more accurate.
-
- 11 Mar, 2019 1 commit
-
-
Damien George authored
Functions in these files may be needed when certain features are enabled (eg dual core mode), even if the linker does not give a warning or error about unresolved symbols.
-
- 08 Mar, 2019 9 commits
-
-
Petr Kracík authored
-
Petr Kracík authored
-
Andrew Leech authored
The override #define's should go in the board's mpconfigboard.h file.
-
Andrew Leech authored
The default speed of the QSPI interface is 72Mhz whereas the standard AF pin speed (high) is only rated to 50Mhz, so increase speed to very-high.
-
Andrew Leech authored
-
Andrew Leech authored
How to use this feature is documented in docs/develop/cmodules.rst.
-
Ayke van Laethem authored
This system makes it a lot easier to include external libraries as static, native modules in MicroPython. Simply pass USER_C_MODULES (like FROZEN_MPY_DIR) as a make parameter.
-
Andrew Leech authored
During make, makemoduledefs.py parses the current builds c files for MP_REGISTER_MODULE(module_name, obj_module, enabled_define) These are used to generate a header with the required entries for "mp_rom_map_elem_t mp_builtin_module_table[]" in py/objmodule.c
-
Damien George authored
-