|
b8da9961b8
|
adapt to new heapless/serde-json-core after const-generics
|
2021-05-28 18:34:25 +02:00 |
|
|
d493867c76
|
Merge remote-tracking branch 'origin/dependabot/cargo/serde-json-core-0.4.0' into rj/const-gen
* origin/dependabot/cargo/serde-json-core-0.4.0:
Bump serde-json-core from 0.3.0 to 0.4.0
|
2021-05-28 18:24:58 +02:00 |
|
dependabot[bot]
|
440e542eae
|
Bump serde-json-core from 0.3.0 to 0.4.0
Bumps [serde-json-core](https://github.com/rust-embedded-community/serde-json-core) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/rust-embedded-community/serde-json-core/releases)
- [Changelog](https://github.com/rust-embedded-community/serde-json-core/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-embedded-community/serde-json-core/compare/v0.3.0...v0.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-28 14:40:51 +00:00 |
|
dependabot[bot]
|
e9e98678c1
|
build(deps): bump heapless from 0.6.1 to 0.7.1
Bumps [heapless](https://github.com/japaric/heapless) from 0.6.1 to 0.7.1.
- [Release notes](https://github.com/japaric/heapless/releases)
- [Changelog](https://github.com/japaric/heapless/blob/master/CHANGELOG.md)
- [Commits](https://github.com/japaric/heapless/compare/v0.6.1...v0.7.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-28 14:40:46 +00:00 |
|
|
441c81d135
|
Merge branch 'master' into rj/itcm
|
2021-05-27 18:22:22 +02:00 |
|
|
fc2801ecbb
|
Updating dependencies
|
2021-05-27 17:15:31 +02:00 |
|
|
f10bce709f
|
Updating the embedded-nal
|
2021-05-27 13:42:52 +02:00 |
|
|
b3c7a450f5
|
deps: adjust mcp23017 git after merging
|
2021-05-17 09:29:43 +02:00 |
|
|
75a38dfba9
|
deps: add rationales for git dependencies
|
2021-05-14 17:36:47 +02:00 |
|
|
4d5f1ab5e9
|
itcm: implement in rust and execute during setup()
|
2021-05-14 17:23:38 +02:00 |
|
|
bd8b3cd6f3
|
Merge remote-tracking branch 'origin/master' into rj/itcm
* origin/master:
deps: fix rtt-logger->rtt-target, cleanup, bump cortex-m
build(deps): bump embedded-hal from 0.2.4 to 0.2.5
Bump rtt-target from 0.2.2 to 0.3.1
Bump serde from 1.0.125 to 1.0.126
remove unused dependencies
remove unused dependencies
|
2021-05-14 08:18:33 +02:00 |
|
|
b9cee6345a
|
deps: fix rtt-logger->rtt-target, cleanup, bump cortex-m
|
2021-05-14 07:16:47 +02:00 |
|
dependabot[bot]
|
012c4fe375
|
build(deps): bump embedded-hal from 0.2.4 to 0.2.5
Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Changelog](https://github.com/rust-embedded/embedded-hal/blob/v0.2.5/CHANGELOG.md)
- [Commits](https://github.com/rust-embedded/embedded-hal/compare/v0.2.4...v0.2.5)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-13 17:15:34 +00:00 |
|
dependabot[bot]
|
d8469cac92
|
Bump rtt-target from 0.2.2 to 0.3.1
Bumps [rtt-target](https://github.com/mvirkkunen/rtt-target) from 0.2.2 to 0.3.1.
- [Release notes](https://github.com/mvirkkunen/rtt-target/releases)
- [Commits](https://github.com/mvirkkunen/rtt-target/compare/v0.2.2...v0.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-13 16:53:07 +00:00 |
|
|
5d37963ec2
|
Merge remote-tracking branch 'origin/master' into rj/log
* origin/master:
remove unused dependencies
remove unused dependencies
|
2021-05-13 18:27:11 +02:00 |
|
|
8eef23da6b
|
Merge branch 'rj/log' into rj/itcm
* rj/log:
refine panic handler and add some logging info
hitl: kill probe-run cleanly
set target-cpu=cortex-m7, MSRV 1.52.0, use probe-run
README: document lockin, cleanup instructions, use probe-run
CHANGELOG: update
README: streamline docs a bit, add probe-run
update hitl script
remove rtt feature
use rtt logging
dsp/lowpass,lockin: const generics
|
2021-05-13 15:20:20 +02:00 |
|
|
401e1b0681
|
remove rtt feature
|
2021-05-13 11:14:03 +02:00 |
|
|
5b616a2874
|
use rtt logging
|
2021-05-13 10:55:43 +02:00 |
|
|
31332d220e
|
remove unused dependencies
|
2021-05-12 12:59:58 +02:00 |
|
|
66184ca089
|
Merge remote-tracking branch 'origin/master' into rj/itcm
* origin/master: (34 commits)
Simplifying unit conversions
Cleaning up conversion + comments
Addressing review feedback
Update src/hardware/dac.rs
Renaming AdcSample -> AdcCode
Updating float conversion
Adding adc/dac code conversion utilities
Simplifying settings lock
Updating after review
Updating delay
Fixing merge
Formatting
Updating dependencies
Fixing clippy
Finalizing merge
Merging lockin app functions
Fixing system timer
Fixing build, formatting
Adding documentation
Renaming files
...
|
2021-05-10 17:00:57 +02:00 |
|
|
bd491cf584
|
Merge branch 'master' into rj/itcm
|
2021-05-10 12:09:01 +02:00 |
|
|
eeee5af296
|
Updating dependencies
|
2021-05-06 16:32:57 +02:00 |
|
|
8144b3acf2
|
Updating constructors
|
2021-05-05 16:16:54 +02:00 |
|
|
06b328ff52
|
Adding WIP updates for telemetry
|
2021-05-05 14:42:17 +02:00 |
|
|
f0c50d9678
|
Merge branch 'master' into rj/itcm
* master: (70 commits)
Updating JSON syntax
Updating trigger
Adding bors timeout
dual-iir: add some mqtt parameter docs
changelog: spelling
update lock
let bors handle hitl
prepare v0.5.0 release
Updating code after review
Adding comment, reverting change
Adding sleep to HITL run
Updating ping deadline
Reverting unintended change
Updating dependency revision
Renaming interface to avoid confusion
dual-iir: use InputPin re-export, rename digital_input
Updating dependency
dual-iir: add enable_hold, force_hold
fix bench
hardware: add digital input support
...
|
2021-04-29 17:28:58 +02:00 |
|
|
23bdd816a7
|
dependencies: align with master
|
2021-04-29 16:45:30 +02:00 |
|
|
9e66054d21
|
bump cortex-m-rt to 0.6.13+git
|
2021-04-29 16:45:30 +02:00 |
|
|
fa1f501f0b
|
Updating dependencies
|
2021-04-29 12:58:04 +02:00 |
|
|
aad026161f
|
Refactoring to support DHCP
|
2021-04-29 11:28:35 +02:00 |
|
|
01349a39b3
|
Merge branch 'master' into feature/mqtt-rework
|
2021-04-29 11:07:00 +02:00 |
|
|
0922cc42af
|
Adding new miniconf implementation
|
2021-04-28 21:03:38 +02:00 |
|
|
f38e3b9608
|
Simplifying MQTT handling
|
2021-04-22 15:57:24 +02:00 |
|
|
36cc423f70
|
Refactoring MQTT to support telemetry
|
2021-04-22 15:16:33 +02:00 |
|
|
770a468177
|
prepare v0.5.0 release
* update changelog
* bump version
|
2021-04-21 14:45:12 +02:00 |
|
|
b2285d1ba2
|
Updating dependency revision
|
2021-04-19 15:55:02 +02:00 |
|
|
1b4d31dbd9
|
Updating NAL to support TCP port randomization
|
2021-04-08 15:28:11 +02:00 |
|
|
c24eb17d1e
|
Using main branch commit
|
2021-04-08 14:02:56 +02:00 |
|
|
164fd5969d
|
Updating smoltcp-nal
|
2021-04-08 13:56:57 +02:00 |
|
|
d0c1bef55f
|
Updating dependencies
|
2021-04-08 13:37:24 +02:00 |
|
|
885cc1fb27
|
Merge branch 'master' into feature/phy-reset
|
2021-04-08 13:35:59 +02:00 |
|
|
46902b39b4
|
dependencies: update, move hashes to Cargo.toml
cargo update -p doesn't work well if the hashes are only on .lock
|
2021-04-07 16:44:39 +02:00 |
|
|
1ca8aa98b0
|
hal 0.9.0
|
2021-04-07 16:35:57 +02:00 |
|
|
14bae09935
|
load process into itcm
needs newer fixed cortex-m-rt 0.6.13+unreleased
relevant? https://reviews.llvm.org/D81986
|
2021-03-29 17:34:17 +02:00 |
|
|
769945d7a2
|
Adding patch comment
|
2021-03-25 09:26:36 +01:00 |
|
|
4b9954761e
|
Updating smoltcp dependency
|
2021-03-25 09:24:58 +01:00 |
|
|
9459152f6f
|
Updating dependencies
|
2021-03-24 13:40:17 +01:00 |
|
|
a717630c53
|
Adding prototype PHY reset detection
|
2021-03-17 20:16:39 +01:00 |
|
dependabot[bot]
|
1b328a3d28
|
build(deps): bump heapless from 0.5.6 to 0.6.1
Bumps [heapless](https://github.com/japaric/heapless) from 0.5.6 to 0.6.1.
- [Release notes](https://github.com/japaric/heapless/releases)
- [Changelog](https://github.com/japaric/heapless/blob/master/CHANGELOG.md)
- [Commits](https://github.com/japaric/heapless/compare/v0.5.6...v0.6.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-17 15:28:50 +00:00 |
|
|
0577a99bbe
|
Updating dependencies
|
2021-03-17 15:55:30 +01:00 |
|
|
8c616cebec
|
Adding unstaged changes
|
2021-03-15 12:30:18 +01:00 |
|