removed baselibc from air quality sensor tutorial
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/003ca196 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/003ca196 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/003ca196 Branch: refs/heads/develop Commit: 003ca196175bbdd8a62e1bbb28ff458ccc0e3476 Parents: 0cc52b7 Author: aditihilbert <[email protected]> Authored: Tue Jan 31 22:48:50 2017 -0800 Committer: aditihilbert <[email protected]> Committed: Tue Jan 31 22:48:50 2017 -0800 ---------------------------------------------------------------------- docs/os/tutorials/air_quality_sensor.md | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/003ca196/docs/os/tutorials/air_quality_sensor.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/air_quality_sensor.md b/docs/os/tutorials/air_quality_sensor.md index 941bed3..fcca460 100644 --- a/docs/os/tutorials/air_quality_sensor.md +++ b/docs/os/tutorials/air_quality_sensor.md @@ -161,7 +161,6 @@ Then you modify the apps/air_quality/pkg.yml for air_quality in order to change You'll need to add the `@apache-mynewt-core/` path to all the package dependencies, since the app no longer resides within the apache-mynewt-core repository. -The Arduino Primo board has a limited amount of memory, so you must also switch your libc to be baselibc, instead of the standard one. ```no-highlight [user@IsMyLaptop:~/src/air_quality]$ cat apps/air_quality/pkg.yml @@ -335,7 +334,6 @@ pkg.deps: - "@apache-mynewt-core/sys/config" - "@apache-mynewt-core/sys/log/full" - "@apache-mynewt-core/sys/stats/full" - - "@apache-mynewt-core/libs/baselibc" - libs/my_drivers/senseair ```
