Commit Graph

61 Commits (5f3d674e244874b8d29eb4d521ac0e03183d0569)

Author SHA1 Message Date
Astro 5f3d674e24 add gpio abstraction 2019-07-30 18:25:35 +02:00
Astro e4478c3efd timer setup 2019-07-30 17:02:05 +02:00
Astro 2ac3485b30 dismantle ionpak, drive PWMs at fixed rate 2019-07-30 15:35:56 +02:00
whitequark 517e531589 Update for Rust 1.32, and upgrade dependencies. 2019-02-06 09:19:28 +00:00
whitequark 89104a551c Update for latest nightly. 2018-08-28 19:57:17 +00:00
whitequark 941f602a20 Use the crc crate. 2018-03-27 10:16:11 +00:00
whitequark 5a5596f7a2 Fix signature of panic_fmt even further. 2018-03-27 08:55:35 +00:00
whitequark dce70f352a Fix signature of panic_fmt. 2018-03-27 08:41:23 +00:00
whitequark f067d0fee9 Fix DMA writing to dangling pointers in ethmac. 2018-03-26 12:35:28 +00:00
whitequark 83629cac49 Update smoltcp. 2018-03-26 11:37:14 +00:00
whitequark 8491394a50 Update to newer smoltcp.
This also fixes a bug where RX descriptors would be first advanced
and then released.
2018-01-26 13:07:43 +00:00
Sebastien Bourdeauducq 916e940780 update smoltcp 2017-09-05 17:26:23 +08:00
Sebastien Bourdeauducq 9c64304cf2 support resetting settings using pushbutton 2017-08-08 12:19:05 +08:00
Sebastien Bourdeauducq 5c1cacbd38 support setting IP address via web interface 2017-08-08 11:05:09 +08:00
Sebastien Bourdeauducq 1a06b524d2 implement support for HTTP GET arguments 2017-08-08 11:04:38 +08:00
Sebastien Bourdeauducq e5ea9a3918 add config module 2017-08-07 23:57:29 +08:00
Sebastien Bourdeauducq 3059720430 configure Ethernet LED 2017-08-07 16:36:21 +08:00
Sebastien Bourdeauducq d812932732 cleanup and integrate EEPROM driver 2017-08-07 16:13:29 +08:00
Sebastien Bourdeauducq dcd2a57aa4 get_time_ms: ADC sampling takes NSH+12 cycles and not NSH 2017-08-07 11:25:39 +08:00
Sebastien Bourdeauducq 5ef86b4516 detect invalid programmed MAC address 2017-08-07 11:18:19 +08:00
Alexander Shafir 115211c143 fix ethmac initialization 2017-08-07 11:18:00 +08:00
Sebastien Bourdeauducq 93d0401b71 report measurements on HTTP page 2017-08-07 10:42:43 +08:00
Sebastien Bourdeauducq e676cb59bf work around ADC sample rate snafu 2017-08-06 19:53:16 +08:00
Sebastien Bourdeauducq f156c7c6d1 print panic messages on UART 2017-08-06 19:52:11 +08:00
Sebastien Bourdeauducq d18712d1be flashed MAC address doesn't work 2017-08-06 19:12:10 +08:00
Sebastien Bourdeauducq 68eb1cdbba start ADC after initialization, to avoid FIFO overflows 2017-08-06 19:06:47 +08:00
Sebastien Bourdeauducq 98b17fc574 update dependencies 2017-08-06 12:59:30 +08:00
Sebastien Bourdeauducq 1da96a2a4d convert ADC interrupt count to milliseconds 2017-08-06 11:37:24 +08:00
Sebastien Bourdeauducq 8247c8f5a5 refactor ethmac 2017-08-06 02:18:33 +08:00
Sebastien Bourdeauducq 648b4da9da integrate ethmac/smoltcp (timestamp missing), add HTTP server 2017-08-05 15:51:54 +08:00
Sebastien Bourdeauducq 98f116e226 compile ethmac driver 2017-08-02 00:33:33 +08:00
Sebastien Bourdeauducq 914dc7f6c8 increase clock frequency, enable FPU correctly 2017-06-12 19:22:23 +08:00
Sebastien Bourdeauducq 5f19c2fdf5 clean up gauge parameters 2017-06-08 21:50:39 +08:00
Sebastien Bourdeauducq 0094a73336 add more pictures 2017-06-07 15:06:50 +08:00
Sebastien Bourdeauducq 5e13d30cc1 add parameters for chinese ion gauges 2017-05-17 00:06:36 +08:00
Sebastien Bourdeauducq ad447cd5f9 use PID for FV, print all debug messages 2017-05-12 11:07:35 +08:00
Sebastien Bourdeauducq 44d95973ca add electrometer, introduce *Status objects 2017-05-11 23:15:01 +08:00
Sebastien Bourdeauducq c676102b33 handle protection, print current/voltage values 2017-05-11 14:55:00 +08:00
Sebastien Bourdeauducq 8975f8c240 compute emission current, filament voltage and bias voltage 2017-05-10 00:10:52 +08:00
Sebastien Bourdeauducq f993e65fca fix elapsed counter 2017-05-09 19:08:16 +08:00
Sebastien Bourdeauducq caec6f1a3b compute FV and FBV 2017-05-09 19:07:59 +08:00
Sebastien Bourdeauducq e4f513d444 reorganize 2017-05-09 15:58:06 +08:00
whitequark 8a49dfc980 Add UART debug port. 2017-05-09 05:16:00 +00:00
Sebastien Bourdeauducq 9fdce3ac4c speed up ADC 2017-05-08 23:47:05 +08:00
Sebastien Bourdeauducq 252b8eeb28 put ADC in continuous sample mode 2017-05-08 23:24:23 +08:00
Sebastien Bourdeauducq ecadb7c996 some PID tuning 2017-05-08 23:22:42 +08:00
whitequark b07cd31572 Raise ADC clock to 32 MHz (maximum). 2017-05-08 13:28:25 +00:00
Sebastien Bourdeauducq 592aee4735 update dependencies 2017-05-08 10:08:16 +08:00
whitequark ba37d13dae Enable FPU. 2017-05-07 17:32:53 +00:00
whitequark 3b7eb8bd9a Make ADC actually work. 2017-05-07 16:59:03 +00:00