Skip to content

Commit

Permalink
feature/new-atat (#16)
Browse files Browse the repository at this point in the history
* Fix logging feature gating, upgrade to new bytes based ATAT, and stabilise ingressing larger amounts of data

* Safety commit

* Formatting

* Formatting

* Formatting

* Formatting

* Cleanup unused code, and correctly handle udp socket close URC

* Fmt

* Implement Dns trait

* Use toupleVariants with borrowed data in commands

* Clippy complexity and formatting

* Fix UDP

* Use online embedded-nal

* Add new socket set, and debug memory location issue

* Externalize socket set memory, and fix ring buffer dequeue wrapping

* Formatting

* Remove unused mqttrs patch

* Temporarily skip compiling linux examples, as it points to local resources

* Temporarily skip compiling linux examples, as it points to local resources
  • Loading branch information
MathiasKoch committed Jun 26, 2020
1 parent 3f67578 commit 3c527f2
Show file tree
Hide file tree
Showing 92 changed files with 3,711 additions and 3,143 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -24,17 +24,17 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --target thumbv7m-none-eabi
# - name: Ensure that examples compile on ARMv7
args: -p ublox-cellular-rs --target thumbv7m-none-eabi --all-features
# - name: Ensure that examples compile on x86_64
# uses: actions-rs/cargo@v1
# with:
# command: build
# args: --examples --target thumbv7m-none-eabi
# - name: Run tests
# uses: actions-rs/cargo@v1
# with:
# command: test
# args: --tests --all-features
# args: --exclude ublox-cellular-rs --workspace --target x86_64-unknown-linux-gnu
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --tests --all-features

clippy:
name: Run clippy
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -5,5 +5,5 @@
target/
*.o
.vscode
**/secrets
cmds
**/*secrets*
**/Cargo.lock

0 comments on commit 3c527f2

Please sign in to comment.