Decawave / mynewt-dw1000-core

[DEPRECATED] Use https://github.com/Decawave/uwb-core for new designs.
Apache License 2.0
57 stars 34 forks source link

The split linker script wrong #1

Closed ronios1989 closed 5 years ago

ronios1989 commented 5 years ago

In the hw/bsp/dwm1001/bsp.yml file: bsp.part2linkerscript: "hw/bsp/dwm1001/split-nrf52-thingy.ld" --> split-nrf52.ld

If use the mynewt splitty, can't open split-nrf52-thingy.ld, it's may be split-nrf52.ld in this floder. If this one is not right, can copy the mynewt-core/hw/bsp/nrf52dk/split-nrf52dk.ld file.

pkettle commented 5 years ago

Hi Ronios, Thanks for this, I believe the bsp.yml should read as you indicate. I will merge your changes. Regards Paul bsp.part2linkerscript: "hw/bsp/dwm1001/split-nrf52.ld"