Commit Graph

55 Commits

Author SHA1 Message Date
Tim Ansell
fedf3ca51b
Merge pull request #24 from mintar/patch-1
README: Fix link
2019-08-22 15:16:52 +02:00
Tim Ansell
f5cb9e8763
Merge pull request #22 from sanderdh/master
Add different error message for udev permission issue.
2019-08-22 14:23:57 +02:00
Tim Ansell
778a995a13
Merge pull request #23 from webhat/blink-dfu
Added DFU to Blink Makefile
2019-08-22 14:23:10 +02:00
Daniël W. Crompton
c0d43cbfba Added DFU to Blink Makefile 2019-08-22 14:18:16 +02:00
sanderdh
c06d3b5d4d Add different error message for udev permission issue. 2019-08-22 14:01:47 +02:00
Martin Günther
2ae7137d96
README: Fix link
The link was not clickable before (because it was invalid markdown).
2019-08-22 11:56:29 +02:00
Tim 'mithro' Ansell
207e89374e Merge pull request #20 from rats-god/master 2019-08-22 00:32:58 +02:00
phoebe
420d1ca2f6 osx device name change: /dev/usbserial -> /dev/usbmodem
Different versions of osx use different names.
2019-08-22 00:25:44 +02:00
Tim Ansell
bb27533e23
Merge pull request #19 from ain101/master
Add udev set up instructions
2019-08-22 00:22:35 +02:00
Tim 'mithro' Ansell
b0425afec8 Update to litex with https:// for llvm module. 2019-08-21 22:00:55 +02:00
Tim 'mithro' Ansell
c2bb0d059a Update to litex with https:// for minvera. 2019-08-21 21:55:16 +02:00
Frederik Wenigwieser
eb28e620f9 Improving udev information. 2019-08-21 21:50:19 +02:00
Sean Cross
d0c96b2a00 Set theme jekyll-theme-slate 2019-08-21 21:39:27 +02:00
Sean Cross
41a71314d7 CNAME: add cname file
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-21 21:34:14 +02:00
Sean Cross
ea1f507d8c
README: Linkify python and dfu-util 2019-08-21 10:09:41 +02:00
Sean Cross
c393359cdf
README: Make links clickable for software section 2019-08-21 10:06:40 +02:00
Sean Cross
8247c0de96
README: Add a note about LUTs
Indicate that they're n-input, and note the difference between FPGA families.
2019-08-21 09:59:49 +02:00
Sean Cross
1ce00d2fcc
README: Add a note about foboot version
Hacker boards and EVT units must have a bootloader installed, for example.
2019-08-21 09:52:47 +02:00
Sean Cross
5ef37b5018
README: Add required hardware section
Add a section describing required hardware.
2019-08-21 09:47:53 +02:00
Sean Cross
65ccad81b5 workshop: specify "board" as part of litex build
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-20 17:45:51 +08:00
Sean Cross
cf41a9f618 litex: make litex files device-independent
We now require a --board argument.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-20 17:44:53 +08:00
Sean Cross
8bb60b95fc litex: update valentyusb to fix set_address bug
Previous versions of the debug bridge didn't properly set the address,
and so didn't work on hubs.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-20 17:37:45 +08:00
Sean Cross
cbee11cd6c readme: fix github link
Fixes #10

Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-20 08:23:01 +08:00
Sean Cross
ff74f5fdc5 img: change dpi
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 22:43:00 +08:00
Sean Cross
bcd982b9d3 Revert "img: use absolute urls"
This reverts commit 62be0e2db5.
2019-08-19 22:40:20 +08:00
Sean Cross
62be0e2db5 img: use absolute urls
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 22:37:12 +08:00
Sean Cross
b289138ae9 first complete draft
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 22:24:17 +08:00
Sean Cross
67490d4582 riscv-blink: add a note about magic flag
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 21:32:50 +08:00
Sean Cross
c310d197f2 litex: use hacker platform
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 20:41:06 +08:00
Sean Cross
b718bb2304 micropython-fomu: add new version of micropython
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 20:40:43 +08:00
Sean Cross
87257cb701 workshop: adding content
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 20:40:21 +08:00
Sean Cross
f5cc2b1188 reference: add pvt and evt[3] files
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 18:33:50 +08:00
Sean Cross
5eb7beb590 reference: add hacker and evt boards
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 18:33:50 +08:00
Sean Cross
28d992de2e litex: fix typo in lxbuildenv
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 18:33:50 +08:00
Sean Cross
f7825ddbf1 litex: specify all required dependencies
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 18:33:50 +08:00
Sean Cross
beaba58d0c lxbuildenv: make git optional and prefix all messages
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 18:33:50 +08:00
Sean Cross
0b03ab343a workshop: initial commit
Signed-off-by: Sean Cross <sean@xobs.io>
2019-08-19 18:29:38 +08:00
Sean Cross
b642686b23 litex: re-enable git support
If this is being checked out from the repo, users will want git
support so that it will recursively clone.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-22 22:32:37 -07:00
Sean Cross
e8f157d740 micropython-fomu: update with machine object
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-22 17:24:08 -07:00
Sean Cross
64b382ac72 README: add README and reference files
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-21 09:33:04 -07:00
Sean Cross
0538b13a5f litex: workshop_rgb: add rgb version of workshop
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-20 08:37:14 -07:00
Sean Cross
f57ed22b01 litex: workshop: skip git check
Users might not have git installed, so this saves some time.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-20 08:36:50 -07:00
Sean Cross
797cb9349b litex: litex_boards: sync with latest version
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-20 08:35:25 -07:00
Sean Cross
87e50896ef lxbuildenv: check for git, and support skipping submodules
Check for git now, since it's mostly required.

Also add a configuration option, which allows us to skip the
submodule check.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-20 08:31:48 -07:00
Sean Cross
2d9474c4a6 litex: workshop: add some useful defines
These aren't used right now, but they'll come in handy for examples.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 19:37:45 -07:00
Sean Cross
9b0463108f verilog-blink: add verilog version of blink example
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 18:04:42 -07:00
Sean Cross
af89bcc7f3 gitignore: organize and comment on files
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 18:01:06 -07:00
Sean Cross
01913005cf riscv-usb-cdcacm: add example project
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 14:50:37 -07:00
Sean Cross
95b138b984 riscv-blink: make ledd registers global
Make these registers global so that we can access them from anywhere.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 14:41:54 -07:00
Sean Cross
36b2794f94 riscv-blink: add example
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-19 14:34:13 -07:00