- 01 Apr, 2019 6 commits
-
-
Damien George authored
-
Damien George authored
This is needed now that the accept queue can have pending connections removed asynchronously.
-
Damien George authored
-
Damien George authored
In such a case the connection is aborted by lwIP and so must be removed from the pending accept queue.
-
roland van straten authored
The break mode is configurable via the 'brk' keyword to the Timer constructor and init method. It's disabled by default.
-
Andrew Leech authored
Use uos.dupterm for REPL configuration of the main USB_VCP(0) stream on dupterm slot 1, if USB is enabled. This means dupterm can also be used to disable the boot REPL port if desired, via uos.dupterm(None, 1). For efficiency this adds a simple hook to the global uos.dupterm code to work with streams that are known to be native streams.
-
- 29 Mar, 2019 2 commits
-
-
Damien George authored
-
Boris Vinogradov authored
-
- 28 Mar, 2019 2 commits
-
-
Boris Vinogradov authored
-
spacemanspiff2007 authored
-
- 27 Mar, 2019 2 commits
-
-
Damien George authored
Single core is still supported, just by adding CONFIG_FREERTOS_UNICORE=y to a custom sdkconfig file.
-
Damien George authored
-
- 26 Mar, 2019 11 commits
-
-
Damiano Mazzella authored
Unnamed semaphores (via sem_init) are not supported on this OS. See #4465.
-
Damien George authored
-
Damien George authored
These macros are unused, and they can conflict with other entities by the same name. If needed they can be provided as static inline functions, or just functions. Fixes issue #4559.
-
Damien George authored
-
Andrew Leech authored
This allows formatting SD cards, larger flash etc which do not support the default FAT16/SFD format mode.
-
roland van straten authored
If HSI is used the calibration value must be valid. Fixes #4596.
-
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
-