Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jw3/cell-stats
https://github.com/jw3/cell-stats
conan iot particle
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jw3/cell-stats
- Owner: jw3
- Created: 2021-01-01T21:08:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T13:14:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T20:17:28.214Z (2 months ago)
- Topics: conan, iot, particle
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cellular signal statistics
===log and accumulate cellular signal stats
- particle boron
- featherwing oled
- conan particle### conan
`VERSION_STRING=1.4.2 PLATFORM=boron conan install . -if cmake-build-debug -s compiler.version=5.3 -s os=Particle -s os.board=boron -s arch=nRF52840 -s compiler.libcxx=libstdc++11`
### cmake
`cmake -DCMAKE_C_COMPILER=arm-none-eabi-gcc -DCMAKE_CXX_COMPILER=arm-none-eabi-g++ `
### clion
just set the toolchain to `arm-none-eabi`