Commit Graph

207 Commits

Author SHA1 Message Date
Tim 'mithro' Ansell
4b3d0f8985 Converting note about USB keys. 2019-12-28 00:46:58 +01:00
Tim 'mithro' Ansell
ba5aab2e24 Add example output of git clone command. 2019-12-28 00:46:38 +01:00
Tim 'mithro' Ansell
8780ee699d Removing the old workshop. 2019-12-28 00:16:11 +01:00
Tim 'mithro' Ansell
dd09d11bfa Add session types until autodetect improves. 2019-12-28 00:07:07 +01:00
Sean Cross
f4205d9151 micropython: fix foboot-v2 compatibility on Windows
Windows communicates with EP1.  Previously, we were ignoring this
endpoint.

This wasn't an issue on Linux, since it doesn't talk to EP1.  However,
this resulted in a lockup when using Micropython on Windows with
Foboot-2.

This version fixes this by correctly responding to EP1 requests.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-28 05:57:05 +08:00
Tim 'mithro' Ansell
989d11a277 Fixing the missing drivers section. 2019-12-27 21:54:29 +01:00
Tim 'mithro' Ansell
7bc86cd802 Fixing the missing Python session output. 2019-12-27 21:54:29 +01:00
Sean Cross
e685c0e501 micropython-dfu: experimental v2.0 support
Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-28 04:20:46 +08:00
Tim 'mithro' Ansell
6ca11d5a98 Change order of requirements.
Plus add note about getting hardware.
2019-12-27 21:09:44 +01:00
Tim 'mithro' Ansell
3f7077cb12 Fix the Windows sessions. 2019-12-27 20:57:01 +01:00
Tim Ansell
401b8886f8
Merge pull request #80 from mithro/master
Improving the updating section.
2019-12-27 20:56:30 +01:00
Tim 'mithro' Ansell
15735aec1f Improving the updating section.
* Move the bootloader updating text into it's own file.
 * Add example session to the bootloader updating.
 * Fill out the requirements section a little more.
2019-12-27 20:06:26 +01:00
Tim 'mithro' Ansell
2196622249 Change to tip from note. 2019-12-27 19:23:06 +01:00
Tim Ansell
1bec91825e
Merge pull request #79 from xobs/master
requirements: update requirements to v2.0.3
2019-12-27 19:22:49 +01:00
Sean Cross
0d4112fa98 requirements: update requirements to v2.0.3
Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-28 02:04:36 +08:00
Tim 'mithro' Ansell
492becc6b7 Fixing note in renode file. 2019-12-27 17:14:16 +01:00
Tim 'mithro' Ansell
de24d0ab9e Change the old workshop to be at workshop-old.fomu.im 2019-12-27 16:59:16 +01:00
Tim Ansell
35bf1ffd3f
Merge pull request #73 from mithro/master
Converting the workshop to use Sphinx
2019-12-27 11:52:33 +01:00
Tim 'mithro' Ansell
1cfacbed01 Pull actual lines from the header file. 2019-12-26 23:40:34 +01:00
Tim 'mithro' Ansell
fb78159fd3 Fix patch syntax highlighting type. 2019-12-26 23:40:16 +01:00
Tim 'mithro' Ansell
3109771386 Make sessions formatted nicely.
Plus they only copy the input lines, not the output + prompt lines.
Fixes the `click to copy` output.
2019-12-26 23:19:36 +01:00
Tim 'mithro' Ansell
091ed8ec87 Which to symbiflow material theme. 2019-12-26 11:57:16 +01:00
Tim 'mithro' Ansell
c9546e0eff Working on things. 2019-12-26 11:44:55 +01:00
Tim 'mithro' Ansell
ace98172e7 Playing with the look a little. 2019-12-26 11:26:20 +01:00
Tim 'mithro' Ansell
6b6e9e5238 More splitting apart. 2019-12-26 00:17:21 +01:00
Tim 'mithro' Ansell
80258dc84b Adding conda env to .gitignore. 2019-12-26 00:10:52 +01:00
Tim 'mithro' Ansell
b142f23235 Splitting into multiple files. 2019-12-26 00:10:01 +01:00
Tim 'mithro' Ansell
e1915b5645 Improving table and few other things. 2019-12-25 23:36:51 +01:00
Tim 'mithro' Ansell
166deb88c0 Adding prompt value. 2019-12-25 21:20:32 +01:00
Tim 'mithro' Ansell
b279ce24ff Adding readthedocs config. 2019-12-25 21:20:27 +01:00
Tim 'mithro' Ansell
831bb15f63 Adding sphinx version. 2019-12-25 21:20:27 +01:00
Tim Ansell
567b59ee1e
Merge pull request #70 from mithro/master
Improving hardware differentiation section
2019-12-25 19:06:44 +01:00
Tim 'mithro' Ansell
050aee4cc4 Fix text color.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-12-25 19:01:14 +01:00
Tim 'mithro' Ansell
ec5e41709f Adding annotated parts diagram of Fomu hardware.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-12-25 19:00:43 +01:00
Tim 'mithro' Ansell
294a99abda Making the hacker verse PVT distinction clearer.
* Adding PVT images.
 * Converting to a table.
 * Putting required hardware first in the requirements section.
 * Move EVT support into a note.
 * Start using `FOMU_REV` flag.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2019-12-25 18:35:14 +01:00
Sean Cross
7f16658435 makefiles: fix build under cygwin/msys2 on windows
This forces SHELL to be cmd.exe under these platforms.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-14 03:44:11 +08:00
Sean Cross
3538ebf81a verilog-blink: fix when building under cygwin
When building under cygwin, we are building under windows, however the
SHELL is not cmd.exe.  As a result, our replacement commands such as
`copy` don't work.

Add an additional check to see if `sh.exe` is usable, and if it is don't
replace the functions.

This fixes the build when using a posix-ish environment under Windows,
such as cygwin or msys2.

This fixes issue #69.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-14 03:14:13 +08:00
Sean Cross
980948ae6a verilog-blink: remove duplicate dfu target
Signed-off-by: Sean Cross <sean@xobs.io>
2019-12-14 03:14:04 +08:00
Michael Gielda
8e000c8328
README: Add info on precompiled binaries
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 08:55:29 -08:00
Michael Gielda
5ec1c5b3df
Renode fomu workshop (#67)
README: Add Renode section of tutorial

Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 08:35:04 -08:00
Sean Cross
d8cf8fd231
Merge pull request #66 from antmicro/review
Minor review of current state of tutorial, before adding Renode
2019-12-12 08:17:26 -08:00
Michael Gielda
5d3296c60f README: fix bold in explanation of HDL
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:33:59 -08:00
Michael Gielda
a02b3b3784 README: delete leftover leading whitespace
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:33:20 -08:00
Michael Gielda
9b46e6135c README: refer in text to preceding image
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:32:47 -08:00
Michael Gielda
fa3dc7764a README: fix broken image caption
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:32:10 -08:00
Michael Gielda
7481bd9e8f README: say SPI flash instead of SPI
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:31:27 -08:00
Michael Gielda
161ff3f645 README: some clarification what RISC-V softcore we mean
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:30:31 -08:00
Michael Gielda
d40c4927ed README: explain modules mean MicroPython modules
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:28:50 -08:00
Michael Gielda
6de3ecdcdc README: format one paragraph more consistently
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:08:00 -08:00
Michael Gielda
370bb5f1de README: explain what MicroPython is, with link
Signed-off-by: Michael Gielda <mgielda@antmicro.com>
2019-12-12 04:07:22 -08:00