Commit Graph

228 Commits

Author SHA1 Message Date
Dominik Boehi
7f584960ae Use fomu-rt with fixed linker script 2020-01-02 15:29:38 +01:00
Dominik Boehi
6192ecd432 Working Rust example with new bootloader 2020-01-02 15:29:38 +01:00
Dominik
27864a45f9 Fix timer configuration 2020-01-02 15:29:38 +01:00
Dominik
f177fad5ac Add Rust example 2020-01-02 15:29:38 +01:00
Tim Ansell
4b1dabf9f1
Merge pull request #108 from mithro/cdc-example-remove
Remove old riscv-usb-cdcacm code example.
2020-01-02 15:16:48 +01:00
Tim 'mithro' Ansell
ae7a07a1ac Remove old riscv-usb-cdcacm code example. 2020-01-02 14:07:33 +00:00
Tim Ansell
ec7b20e7f4
Merge pull request #101 from mainini/master
Add description for TinyUSB example
2020-01-02 15:04:43 +01:00
Tim Ansell
b96b679dbd
Merge pull request #106 from mithro/master
Updating ValentyUSB.
2020-01-02 13:40:41 +01:00
Tim 'mithro' Ansell
bc783dc3d9 Updating ValentyUSB. 2020-01-02 12:37:11 +00:00
Sean Cross
0aeb7f3e52
Merge pull request #105 from billpcs/patch-1
Small C code formating fix
2020-01-01 05:31:31 +02:00
Vassilis Panagiotopoulos
74e2db9072
Update main.c
add missing space
2020-01-01 03:24:52 +02:00
Pascal Mainini
d3748b75de add documentation for TinyUSB example 2019-12-30 01:32:23 +01:00
Pascal Mainini
219c7e1dae remove description for old cdcacm example 2019-12-30 01:31:23 +01:00
Pascal Mainini
053fae0060
Add description for building TinyUSB example (#1) 2019-12-30 01:13:37 +01:00
Tim Ansell
c35ed75a33
Merge pull request #90 from hinzundcode/patch-1
flash blink.dfu instead of blink.bin
2019-12-29 04:32:51 +01:00
Chris
7136ccf7a7
flash blink.dfu instead of blink.bin 2019-12-29 03:12:44 +01:00
Tim 'mithro' Ansell
f7474960fe Highlight important lines. 2019-12-29 02:31:33 +01:00
Tim 'mithro' Ansell
ab690c385a Make the logout / login clearer. 2019-12-28 17:52:16 +01:00
Tim 'mithro' Ansell
4c6cfd78e6 Fix pvt1 usage.
Fixes #83.
2019-12-28 17:18:55 +01:00
Tim 'mithro' Ansell
be9c062022 Adding PDF links. 2019-12-28 13:37:27 +01:00
Tim 'mithro' Ansell
7bef5ee43a Adding a help page. 2019-12-28 13:25:27 +01:00
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