Astro
|
a76214cb9d
|
eth: split into Eth and EthInner
|
2019-09-29 02:58:17 +02:00 |
Astro
|
0f6bc68d1f
|
eth: prepare link change detection
|
2019-09-29 02:30:03 +02:00 |
Astro
|
378755a0ce
|
main: bump RX_LEN/TX_LEN to 2
|
2019-09-29 01:40:38 +02:00 |
Astro
|
644cc64524
|
eth: align DescEntries
|
2019-09-29 01:39:12 +02:00 |
Astro
|
f9cc561144
|
link.x: fix __stack_start
This fixes the memory corruption problem.
|
2019-09-29 01:38:47 +02:00 |
Astro
|
06bc7ba809
|
openocd: fix PL_TAPID for both targets
Fixes Gitea issue #1
|
2019-09-28 23:53:40 +02:00 |
Astro
|
d5334cc083
|
default.nix: fix use of rustManifest
part of Gitea issue #4
|
2019-09-26 23:34:06 +02:00 |
Astro
|
20249cf2da
|
default.nix: build zc706
|
2019-09-26 17:54:37 +02:00 |
Astro
|
ace24112fa
|
Cargo.toml: use compiler_builtins release
|
2019-09-26 17:54:05 +02:00 |
Astro
|
109a203e02
|
default.nix: add a static channel-rust-nightly.toml that fits the current rustcSrc
part of Gitea issue #4
|
2019-09-26 17:17:31 +02:00 |
Astro
|
5ef0213b97
|
default.nix: update rustcSrc
rev of 2019-09-26 doesn't fit today's nightly build.
|
2019-09-26 17:14:58 +02:00 |
Astro
|
d210b2b13f
|
shell.nix: use gcc cross pkg that actually builds
|
2019-09-26 16:24:47 +02:00 |
Sebastien Bourdeauducq
|
c38b2e418e
|
shell.nix: add openocd and gdb
|
2019-08-30 16:14:23 +08:00 |
Sebastien Bourdeauducq
|
6771531255
|
README: fix openocd not finding files
|
2019-08-20 13:45:50 +08:00 |
Astro
|
4c62ce0dad
|
main: restrict eth buffers to 1 each
|
2019-08-19 02:21:36 +02:00 |
Astro
|
9c73cf130d
|
eth: wait for link
|
2019-08-19 02:21:02 +02:00 |
Astro
|
c5a7f059c2
|
linker script: fix default ocm memory regions
|
2019-08-19 02:19:48 +02:00 |
Astro
|
cc0c4e521e
|
linker script: shrink STACK_SIZE to avoid DataAborts
|
2019-08-19 01:18:12 +02:00 |
Astro
|
45ed5f6c5b
|
abort handlers: replace panic with infinite loop
|
2019-08-19 01:18:12 +02:00 |
Astro
|
d11e581862
|
main: setup smoltcp
still panics, leading to a DataAbort
|
2019-08-19 01:18:12 +02:00 |
Astro
|
3a5ed0aac6
|
eth: add smoltcp support
|
2019-08-19 01:18:12 +02:00 |
Astro
|
5603766c5d
|
eth: enable csum offloading
should prevent FCS errors
|
2019-08-19 01:12:52 +02:00 |
Astro
|
43c3f3e4a6
|
eth: fix tx_clock magnitude bug
Ethernet TX now works!
|
2019-08-18 22:52:05 +02:00 |
Astro
|
4bc1d21ae9
|
eth: rm obsolete TODO
|
2019-08-18 22:44:33 +02:00 |
Astro
|
bfb3a00a4e
|
eth: derive proper mdc_clk_div from clocks
|
2019-08-18 22:43:56 +02:00 |
Astro
|
022da2a7a7
|
default.nix: update rustcSrc
didn't fit with rust-nightly any more
|
2019-08-18 22:16:47 +02:00 |
Astro
|
b8818863c4
|
read clocks
|
2019-08-17 03:20:04 +02:00 |
Astro
|
1f9ad5ff62
|
delint
|
2019-08-11 00:56:54 +02:00 |
Astro
|
e135b27c13
|
openocd: fix PL_TAPID for both zc706 and cora-z7-10
|
2019-08-10 20:59:07 +02:00 |
Astro
|
80e808208e
|
README: update to cargo-xbuild
|
2019-08-08 18:19:47 +02:00 |
Astro
|
b7690c9702
|
fix UART_REF_CLK
started to become garbled.
|
2019-08-07 00:27:01 +02:00 |
Astro
|
66c3470afd
|
link.x: rm unneeded ALIGN(4)
|
2019-08-07 00:26:46 +02:00 |
Astro
|
d001593a36
|
rm bcmp
|
2019-08-06 22:03:23 +02:00 |
Astro
|
f0f9603657
|
define custom target, use with cargo-xbuild
requires nixpkgs master now
|
2019-08-06 22:03:04 +02:00 |
Astro
|
2db35d063f
|
define bcmp
other solution might be defining a non-linux target
|
2019-08-06 14:15:44 +02:00 |
Astro
|
dbe04de735
|
update compiler-builtins
|
2019-08-06 14:15:40 +02:00 |
Astro
|
b9c233b05b
|
compile fixes
|
2019-07-01 00:15:17 +02:00 |
Astro
|
5a8d714627
|
working openocd scripts for zc706 and cora-z7-10
|
2019-06-29 02:41:36 +02:00 |
Astro
|
d6b2321fee
|
eth: fix mio_pin setup
|
2019-06-29 00:00:22 +02:00 |
Astro
|
9ab40daca2
|
eth: setup_gem0/1_clock()
|
2019-06-25 21:50:38 +02:00 |
Astro
|
5823d90db1
|
phy: implement control, status, reset
|
2019-06-25 21:48:47 +02:00 |
Astro
|
e6827a81f3
|
eth tx: set net_ctrl.start_tx on sending
|
2019-06-25 01:46:29 +02:00 |
Astro
|
374686fd3e
|
eth tx: set last_buffer flag
|
2019-06-24 02:15:11 +02:00 |
Astro
|
ce74fe7299
|
eth: prepare tx
|
2019-06-22 01:39:44 +02:00 |
Astro
|
ec5dda4d0a
|
eth: add const MTU
|
2019-06-22 01:34:17 +02:00 |
Astro
|
6757ceb76c
|
eth rx: error handling
|
2019-06-22 01:20:18 +02:00 |
Astro
|
98947961c6
|
linker script: bump stack size to 64k
for all the network buffers
|
2019-06-22 00:48:54 +02:00 |
Astro
|
a4be03bee9
|
rx: PktRef
|
2019-06-21 01:19:04 +02:00 |
Astro
|
80f003b2c6
|
stdio: add print
|
2019-06-21 01:18:24 +02:00 |
Astro
|
e5881a14ad
|
eth rx: descriptors/buffers as refs
avoid moving these after their addresses have been written to the qbar
|
2019-06-21 00:58:18 +02:00 |