[GitHub] [mynewt-nimble] jimmo opened a new pull request #998: nimble/porting: Make os_mbuf/os_mpool work on 64-bit.

2021-07-07 Thread GitBox


jimmo opened a new pull request #998:
URL: https://github.com/apache/mynewt-nimble/pull/998


   We're using NimBLE in 
[MicroPython](https://github.com/micropython/micropython) and do much of our 
testing on (64-bit) Linux. @dpgeorge
   
   Similar to #96 (@turon). Please see commit messages for details.
   
   @KKopyscinski / @sjanc should I try and get this fixed in mynewt-core 
instead?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[mynewt-documentation] branch master updated: native_install: Update link to toolchain for Windows

2021-07-07 Thread utzig
This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-documentation.git


The following commit(s) were added to refs/heads/master by this push:
 new 9d44d22  native_install: Update link to toolchain for Windows
9d44d22 is described below

commit 9d44d22b14bcb14380f59c810df24b28ad68c446
Author: Magdalena Kasenberg 
AuthorDate: Wed Jul 7 12:01:04 2021 +0200

native_install: Update link to toolchain for Windows

This fixes error that occurred on Windows at newt create-image command:
Error: arm-none-eabi-objcopy
[..]pache-mynewt-nimble/apps/bttester/bttester.hex 64-bit address
0x4b4fa3c000 out of range for Intel Hex file
---
 docs/get_started/native_install/cross_tools.rst | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/get_started/native_install/cross_tools.rst 
b/docs/get_started/native_install/cross_tools.rst
index 0cf1686..c0adc4d 100644
--- a/docs/get_started/native_install/cross_tools.rst
+++ b/docs/get_started/native_install/cross_tools.rst
@@ -64,9 +64,9 @@ 
https://launchpad.net/~team-gcc-arm-embedded/+archive/ubuntu/ppa.
 Installing the ARM Toolchain for Windows
 ~
 
-#.  Download and run the `installer 
`__
+#.  Download and run the `installer 
`__
 to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\8 
2018-q4-major**.
+destination folder: **C:\\Program Files (x86)\\GNU Arm Embedded 
Toolchain\\10 2020-q4-major**.
 
 **Notes:**
 
@@ -84,9 +84,9 @@ Installing the ARM Toolchain for Windows
 .. code-block:: console
 
 $ which arm-none-eabi-gcc
-/c/Program Files (x86)/GNU Tools ARM Embedded/8 
2018-q4-major/bin/arm-none-eabi-gcc
-$which arm-none-eabi-gdb
-/c/Program Files (x86)/GNU Tools ARM Embedded/8 
2018-q4-major/bin/arm-none-eabi-gdb
+/c/Program Files (x86)/GNU Arm Embedded Toolchain/10 
2020-q4-major/bin/arm-none-eabi-gcc
+$ which arm-none-eabi-gdb
+/c/Program Files (x86)/GNU Arm Embedded Toolchain/10 
2020-q4-major/bin/arm-none-eabi-gdb
 
 Installing the Debuggers