50ea2f360c
Merge branch 'master' into rj/visibility-cleanup
...
* master: (34 commits)
miniconf: update example usage
apps: spi isrs are spi errors
pounder/timestamp: docs updatew
pll: update tests and benches
pll: merge advance into update (like rpll)
pll: add advance()
pounder_timestamper: use input capture prescaler
Revert "Revert "pounder timestmper: don't use DMA""
miniconf: add some checks, simplify
miniconf.py: make retain an option
refactor flatten_closures
clippy recursion
fix a few clippy lints on files that are touched
Revert "pounder timestmper: don't use DMA"
pounder timestmper: don't use DMA
lockin: dma fence
lockin: port to fast double buffered DMA
dma: implement overflow checking
pounder: clippy
pounder: add comment on channel enum
...
2021-06-04 11:59:54 +02:00
3b73783635
clippy recursion
2021-06-01 17:45:14 +02:00
18b6e99b10
fix a few clippy lints on files that are touched
2021-06-01 17:32:06 +02:00
c5a2704c41
dma: implement overflow checking
2021-06-01 13:11:16 +02:00
8ccc2f2275
Merge branch 'master' into rj/visibility-cleanup
...
* master:
adapt to new heapless/serde-json-core after const-generics
Bump serde-json-core from 0.3.0 to 0.4.0
build(deps): bump heapless from 0.6.1 to 0.7.1
setup: cleanup
itcm: add some comments, make it safe
build(deps): bump ndarray from 0.15.1 to 0.15.2
Updating dependencies
Updating the embedded-nal
deps: add rationales for git dependencies
itcm: implement in rust and execute during setup()
remove duplicate linker option
gha: install gcc
fmt
dependencies: align with master
bump cortex-m-rt to 0.6.13+git
memory.x: remove comment about old cortex-m-rt
enable itcm/dtcm explicitly
load process into itcm
2021-05-28 21:50:53 +02:00
b8da9961b8
adapt to new heapless/serde-json-core after const-generics
2021-05-28 18:34:25 +02:00
f10bce709f
Updating the embedded-nal
2021-05-27 13:42:52 +02:00
bf92f6209a
Merge branch 'master' into rj/visibility-cleanup
...
* master:
Removing spurious settings updates
2021-05-26 16:04:18 +02:00
23a93e9135
Removing spurious settings updates
2021-05-26 13:05:54 +02:00
e58e7f179e
clean up item visibility
...
* There isn't much API that would only be used accross modules within
stabilizer/dsp but should not be pub beyond stabilizer/dsp.
* Therefore it's easier to let the definition determine visibility and
the mod.rs/lib.rs determine location in the namesapce.
* Blanket use pub items in mod and lib.
2021-05-17 13:01:45 +02:00
fcda2d5bd1
Addressing review feedback
2021-05-10 10:57:50 +02:00
60b1b112b1
Renaming AdcSample -> AdcCode
2021-05-07 14:11:25 +02:00
b73a4d9e59
Adding adc/dac code conversion utilities
2021-05-07 13:50:34 +02:00
7b76b1f14c
Updating after review
2021-05-07 13:02:14 +02:00
eeee5af296
Updating dependencies
2021-05-06 16:32:57 +02:00
03adb72aab
Fixing clippy
2021-05-06 16:23:41 +02:00
949ea9c1b3
Fixing build, formatting
2021-05-06 12:35:04 +02:00
4cbc826f00
Adding documentation
2021-05-06 12:33:07 +02:00
e9c3e24863
Merge branch 'master' into feature/telemetry
2021-05-05 17:47:34 +02:00
740e41d7cb
Renaming files
2021-05-05 16:50:51 +02:00
0c6935587e
Adding updated telemetry implementation
2021-05-05 16:46:53 +02:00
8144b3acf2
Updating constructors
2021-05-05 16:16:54 +02:00
4a656eedd2
Adding refactor for telemetry
2021-05-05 15:39:33 +02:00
e6180de147
Fixing style
2021-05-05 14:38:43 +02:00
f9b1b8df13
Adding comment about subscription failures
2021-05-05 14:33:34 +02:00
4888f18f88
Adding rework to network module
2021-05-04 19:52:41 +02:00
5767973548
Merge branch 'feature/mqtt-rework' into feature/telemetry
2021-05-04 18:19:38 +02:00
1f8f63018a
Cleaning up API
2021-05-04 13:50:17 +02:00
5c4ba78dd1
Refactoring MQTT architecture
2021-05-04 13:13:44 +02:00
b35250efbf
Fixing ADC/voltage conversion functions
2021-04-29 17:39:19 +02:00
e746e2a12c
Adding WIP telemetry
2021-04-29 15:55:36 +02:00
f49ba30e2d
Merge branch 'feature/mqtt-rework' into feature/telemetry
2021-04-29 12:26:46 +02:00
7ddf2271f3
Refactoring net module
2021-04-29 11:54:16 +02:00
aad026161f
Refactoring to support DHCP
2021-04-29 11:28:35 +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
afcf058590
Refactoring telemetry to support binaries
2021-04-20 14:12:47 +02:00
065221e89f
Merge branch 'master' into rs/issue-276/unique-identifiers
2021-04-19 15:52:29 +02:00
1a08634dcb
Renaming interface to avoid confusion
2021-04-19 12:17:41 +02:00
033420b934
Adding custom identifier prefix calculations
2021-04-13 15:38:30 +02:00
5e448f284b
Updating net module
2021-03-24 13:48:34 +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