named-data-iot / ndn-iot-package-over-nordic-sdk

NDN IoT Package for Nordic nRF58240 and Android Phone
6 stars 0 forks source link

Merging ndn-iot-package-over-nordic-sdk-gcc with this repo #7

Open peurpdapeurp opened 5 years ago

peurpdapeurp commented 5 years ago

Me and Tianyuan decided that it would be better to have a single repo, with multiple options for compiling each example, as opposed to having two separate repos.

I will be merging the adaptation folder and other gcc related things from the other repo (https://github.com/named-data-iot/ndn-iot-package-over-nordic-sdk-gcc) with this one.

I will not push until I can actually get the project to compile; I am currently in the process of configuring the Segger Embedded Studio based BLE example (https://github.com/gujianxiao/ndn-lite-application-for-nRF52840-BLE_version) to use the adaptation folder from the gcc based repository, and fixing dependency and linking issues.

peurpdapeurp commented 5 years ago

The gcc repo has been merged for the most part; the main thing that needs to be done now is to port the gcc examples to Segger Embedded Studio, and port the Segger Embedded Studio examples to gcc.