forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LTD mergeup] Merge commit '2b6ebc0876fead29611560c1c211be49c8d6ff7b'…
… into ltd-17.06 Summary ------- Another small set of changes, including minor but important fixes for net and ARM (Cortex-M0). Upstream Changes ---------------- Net: - 2b6ebc0 net: tcp: Timeout memory allocations - bd7d1bd net: http: Avoid unnecessary net_pkt error print - c9e6ef5 net: http: Use random source port when connecting - 985d6c3 net: tcp: Limit number of segment retransmissions - 39e37ab net: ipv6: Skip unknown options in NA message Samples: - 3616ec1 samples: net: http_client: Increase the number of buffers - bad6e28 samples: net: dtls_client: Fix Coverity warning - 7d13261 samples: net: zperf: Fix llvm compiler warnings - 7a972c0 samples: mqtt_publisher: Try connecting a few times before giving up ARM: - 19dbcff arm: fix k_oops on armv6 with interrupts locked - a2156fe arm: implement __svc on Cortex M0 - 1084165 arch: arm: Fix compile error on ARMv6-M SoCs with TICKLESS_KERNEL Boards: - 5b4867b bbc_microbit: fix 'make debugserver' - 70b2a57 quark_d2000_crb: increase default stack size Drivers: - 7075008 drivers: timer: Fix nRF RTC timer _timer_cycle_get_32 - cced7fd api/spi: Change transceive functions signature X86: - b330e0e Revert "x86: call gen_idt with $ZEPHYR_BASE too" Bluetooth: - 67faa3f Bluetooth: L2CAP: Remove redundant checks for chan->ops - 7ac7578 Bluetooth: SDP: Fix possible out of bound memory access - a3cba8b Bluetooth: shell: Add controller's ticker shell module Signed-off-by: Ricardo Salveti <[email protected]>
- Loading branch information
Showing
29 changed files
with
534 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
PYOCD_TARGET = nrf51 | ||
FLASH_SCRIPT=pyocd.sh | ||
|
||
DEBUG_SCRIPT=pyocd.sh | ||
export PYOCD_TARGET FLASH_SCRIPT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.