- 26 Mar, 2019 5 commits
-
-
rhubarbdog authored
-
Romain Goyet authored
-
Andrew Leech authored
This means the schedule operates on a first-in, first-executed manner rather than the current last-in, first executed.
-
Maureen Helm authored
Adds support for hardware i2c to the zephyr port. Similar to other ports such as stm32 and nrf, we only implement the i2c protocol functions (readfrom and writeto) and defer memory operations (readfrom_mem, readfrom_mem_into, and writeto_mem) to the software i2c implementation. This may need to change in the future because zephyr is considering deprecating its i2c_transfer function in favor of i2c_write_read; in this case we would probably want to implement the memory operations directly using i2c_write_read. Tested with the accelerometer on frdm_k64f and bbc_microbit boards.
-
Damien George authored
For gpio_hold_en() to work properly (not draw additional current) pull up/down must be disabled when hold is enabled. This patch makes sure this is the case by reworking the pull constants to be a bit mask.
-
- 19 Mar, 2019 2 commits
-
-
Glenn Ruben Bakke authored
Adding section about on how to disable use of the linker flag -flto, by setting the LTO=0 argument to Make. Also, added a note on recommended toolchains to use that works well with LTO enabled.
-
Damien George authored
In 1808b2e8 it was replaced by MICROPY_VFS and related code.
-
- 18 Mar, 2019 1 commit
-
-
Dave Hylands authored
This allows boards that need USE_MBOOT to be built properly whether or not USE_MBOOT=1 is specified when building mboot.
-
- 15 Mar, 2019 6 commits
-
-
Glenn Ruben Bakke authored
Removing linker script for nrf52840 s140 v6.0.0 as pca10056 target board 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 pca10056/nrf52840 target board to use the new SoftDevice s140 v6.1.1 instead of the legacy v6.0.0.
-
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.
-