Astro
|
95d66438d2
|
main: use sensible WATCHDOG_INTERVAL
|
2020-03-11 23:17:34 +01:00 |
Astro
|
297e38e1cc
|
main: ignore warnings for now
|
2020-03-11 23:17:17 +01:00 |
Astro
|
99f7f2b548
|
Pins::setup, replace adc_input with ad7172
|
2020-03-11 23:16:48 +01:00 |
Astro
|
71c1f8441c
|
more dependency updates
|
2020-03-11 23:12:08 +01:00 |
Astro
|
60a9c72bf0
|
led: remove
|
2020-03-09 23:58:46 +01:00 |
Astro
|
2f50071afa
|
switch to stm32f427, setup eth pins
|
2020-03-09 00:36:19 +01:00 |
Astro
|
72b44b4b22
|
update dependency stm32f4xx-hal to 0.7
|
2020-03-09 00:07:56 +01:00 |
Astro
|
573d5ed6c8
|
update rust and smoltcp
|
2020-03-08 23:49:56 +01:00 |
Sebastien Bourdeauducq
|
c969ad627a
|
add cargosha256.nix
|
2019-11-01 10:10:08 +08:00 |
Sebastien Bourdeauducq
|
94465abfba
|
update r0 and cortex-m-rt
|
2019-08-08 18:30:00 +08:00 |
Sebastien Bourdeauducq
|
27d5684782
|
rename to thermostat
|
2019-06-01 10:14:32 +08:00 |
Sebastien Bourdeauducq
|
59ad66ace4
|
remove nix files (will be implemented in nix-scripts) and README (outdated)
|
2019-05-31 17:35:47 +08:00 |
Astro
|
91c27d2499
|
nix/fetchcargo: fix touch
|
2019-05-10 00:09:17 +02:00 |
Astro
|
05f85dba77
|
nix/fetchcargo: fix touch
|
2019-05-09 23:18:00 +02:00 |
Astro
|
8ab5a8dafc
|
nix/fetchcargo: stub a src/main.rs for the -cargo src
|
2019-05-09 21:20:13 +02:00 |
Astro
|
ddebb88c70
|
nix/channel-rust-nightly.toml: update to 2019-05-09 from 2019-04-18
|
2019-05-09 21:04:55 +02:00 |
Astro
|
d7c7d70632
|
nix: update sha256
|
2019-05-09 21:04:18 +02:00 |
Astro
|
792ed1fdf0
|
nix: remove git sources for dependencies that are stable now
|
2019-05-09 21:03:50 +02:00 |
Astro
|
155a67c056
|
nix: custom build phase
buildRustPackage runs
`cargo build --target ${stdenv.hostPlatform.config}` which is wrong. how
did this ever work with nixos 19.03?
|
2019-05-09 21:00:45 +02:00 |
Astro
|
c420dcad9e
|
nix/fetchcargo: restrict src to just Cargo.{toml,lock}
should result in less -vendor pkgs in the nix store
|
2019-05-09 20:58:57 +02:00 |
Astro
|
3d844977ef
|
nix: openocd.src = openocd
|
2019-05-09 20:58:11 +02:00 |
Astro
|
2583de36a8
|
bump dependencies to now stable versions
|
2019-05-09 20:56:25 +02:00 |
Astro
|
e6395eaf9d
|
clippy delint
|
2019-04-27 15:25:27 +02:00 |
Astro
|
70236a2060
|
rust edition 2018 delint
|
2019-04-27 15:23:50 +02:00 |
Astro
|
fdcbeae74f
|
nix/channel-rust-nightly.toml: update to 2019-04-18 from 2019-04-02
|
2019-04-18 18:07:09 +02:00 |
Sebastien Bourdeauducq
|
a426c5aad7
|
use NixOS 19.03 multiarch gdb instead of custom build
|
2019-04-12 17:14:38 +08:00 |
Astro
|
4a334465da
|
default.nix: replace $BIN with ${firmwareBinary}
|
2019-04-05 23:13:49 +02:00 |
Astro
|
cbfe3a177b
|
default.nix, nix/openocd: replace shell script with makeWrapper
|
2019-04-05 23:10:16 +02:00 |
Astro
|
462c5e2668
|
nix/channel-rust-nightly.toml: update to 2019-04-02 from 2019-03-24
|
2019-04-02 16:40:27 +02:00 |
Astro
|
acb2709783
|
Cargo.toml: simplify 'panic-abort' dependency
|
2019-03-25 17:06:40 +01:00 |
Astro
|
5abcfae432
|
nix/adc2tcp: move duplicate sha256 into one variable
|
2019-03-25 01:33:45 +01:00 |
Astro
|
db9b50f9c6
|
nix/channel-rust-nightly.toml: update to 2019-03-24 from 2019-03-19
|
2019-03-24 20:25:52 +01:00 |
Astro
|
985fe03be5
|
nix: move hydra-build-products to adc2tcp-dist derivation
This should improve reachability of the binary file in the Hydra web
interface.
|
2019-03-24 18:44:36 +01:00 |
Sebastien Bourdeauducq
|
6ae87db7e1
|
commit missing file
|
2019-03-22 22:35:38 +08:00 |
Sebastien Bourdeauducq
|
3e418a5932
|
fix gdb.nix invokation
|
2019-03-22 22:29:56 +08:00 |
Sebastien Bourdeauducq
|
7d98fd416c
|
cleanup + build gdb on hydra
|
2019-03-22 20:34:32 +08:00 |
Astro
|
cc35c81e55
|
Cargo.lock: update
|
2019-03-22 12:59:11 +01:00 |
Sebastien Bourdeauducq
|
27e011ccb6
|
fix cargo hashes
|
2019-03-22 17:07:10 +08:00 |
Sebastien Bourdeauducq
|
4ce1baeb3c
|
release.nix: make top-level nix-expression palatable to Hydra
|
2019-03-22 16:54:53 +08:00 |
Astro
|
7413d3d012
|
add README
|
2019-03-21 17:56:06 +01:00 |
Astro
|
2d758af9e4
|
add feature "generate-hwaddr" to generate indivudal MAC addrs from device electronic signature
|
2019-03-21 17:41:33 +01:00 |
Astro
|
22e7a77d80
|
Cargo.lock: update
|
2019-03-21 17:41:03 +01:00 |
Astro
|
3928005bbf
|
release.nix: runCommand
|
2019-03-19 23:09:56 +01:00 |
Astro
|
faab0d4546
|
release.nix: callPackage
|
2019-03-19 22:42:13 +01:00 |
Astro
|
a5cf3c28da
|
nix: fetch rustManifest explicitly by default
|
2019-03-19 22:24:02 +01:00 |
Astro
|
bd42bc9129
|
parameterize the rustManifest file
|
2019-03-19 22:12:28 +01:00 |
Astro
|
6466a8deeb
|
release.nix: use pkgs.lib.hydraJob
|
2019-03-19 21:47:31 +01:00 |
Astro
|
3fa7f7811e
|
release.nix: turn into attrset (Hydra jobset)
|
2019-03-19 21:36:25 +01:00 |
Astro
|
b115ee1afc
|
shell.nix: rm obsolete parameter
|
2019-03-19 21:31:46 +01:00 |
Astro
|
b385e96bc8
|
nix: bundle a rust nightly channel manifest for Hydra restrict-eval being always-on
|
2019-03-19 21:26:15 +01:00 |