Commit Graph

32 Commits (f6282f33ffd1c07a2e6e18bde43764525d54dd49)

Author SHA1 Message Date
Astro f6282f33ff gdb with `cargo run` 2019-03-19 17:16:45 +01:00
Astro 7d50391af0 nix: build with fetchcargo 2019-03-18 23:09:54 +01:00
Astro 3f6bb05001 setup clocks to 168 mhz, adjust TIMER_RATE to 20
systick must elapse more often at higher clock.
2019-03-18 22:04:34 +01:00
Astro 58ac89b66e LICENSE: add GPL-3 2019-03-18 21:47:18 +01:00
Astro 19a1609238 doc 2019-03-18 21:41:51 +01:00
Astro 7423f23969 timer: lower TIMER_RATE to 10 Hz
1 Hz would be sufficient for the current OUTPUT_INTERVAL but that seems
too low for the hardware.
2019-03-18 21:41:18 +01:00
Astro 3770fe743a deny compiler warnings 2019-03-18 21:40:03 +01:00
Astro 987f881ffa main: remove unused compiler feature `never_type` 2019-03-18 21:39:34 +01:00
Astro 9ec32ca0a2 main: fix wfi, revise leds, unreachable end 2019-03-18 21:18:20 +01:00
Astro 9af94e7616 server.poll(): doc, clean-up, pass smoltcp errors 2019-03-18 21:17:02 +01:00
Astro 38b7e1b871 adc_input: make synchronous and simplify 2019-03-18 20:56:29 +01:00
Astro 1832bd5884 net, server: put tcp storage on stack 2019-03-18 20:02:57 +01:00
Astro 912bc2db24 shell.nix: explicitly build gdb for targetPlatform arm-none-eabihf
required for gdb 8.1.1 from nixos 18.09.
2019-03-18 01:47:09 +01:00
Astro 2b65b1daf1 Cargo.toml: reduce unneeded smoltcp features 2019-03-15 14:19:50 +01:00
Astro c7c9f7e0ad move gdb dependency from default.nix to shell.nix 2019-03-15 14:18:43 +01:00
Astro e6125581fd main: repurpose led activity, obtain fresh time 2019-03-14 22:07:52 +01:00
Astro 384b537555 net: maintain NET_PENDING flag 2019-03-14 22:02:25 +01:00
Astro 689f33304d main: lower watchdog timeout to 1s 2019-03-14 22:01:01 +01:00
Astro 1f80b456f3 add nucleo-f429zi board leds 2019-03-14 20:55:42 +01:00
Astro edc440cceb Cargo.lock: update 2019-03-14 20:24:38 +01:00
Astro 348928ba41 Cargo.toml: point stm32f4xx-hal+stm32-eth dependencies to git 2019-03-14 20:23:57 +01:00
Astro c1b0e54550 use semihosting with a feature-flag 2019-03-14 19:58:41 +01:00
Astro 7ce7ff2a6d add timer with systick 2019-03-14 18:22:33 +01:00
Astro eac7c8232f main: revise clock rates
systick seemed to be running too slow
2019-03-14 18:11:15 +01:00
Astro 5db38b3f27 memory.x: fix RAM2 region, place stack in CCMRAM 2019-03-12 22:52:52 +01:00
Astro c7c5a733f9 add net+server modules 2019-03-12 22:52:39 +01:00
Astro d4e8a131ca Cargo.toml: add release flags 2019-03-11 18:25:13 +01:00
Astro 03b2bbb6d1 Cargo.toml: add repository link 2019-03-11 18:24:57 +01:00
Astro 03af97ef5e Add adc_input 2019-03-11 18:24:49 +01:00
Astro 3dc0ca1db7 Add .gdbinit 2019-03-07 23:20:38 +01:00
Astro 092ea7f824 nix: add openocd flashing 2019-03-07 18:24:21 +01:00
Astro 51ee455fe7 create nix build infrastructure 2019-03-07 16:27:33 +01:00