*** tpb has joined #tomu | 00:00 | |
*** xkapastel has quit IRC | 00:08 | |
*** xkapastel has joined #tomu | 01:50 | |
*** pollo has quit IRC | 02:08 | |
*** pollo has joined #tomu | 02:15 | |
*** cdmatter has quit IRC | 04:02 | |
*** cdmatter has joined #tomu | 04:02 | |
* ssb realised that his Fomu PVT v1.9.1 reliably fails to enumerate at boot | 05:48 | |
ssb | when insterted after boot it always works | 05:49 |
---|---|---|
xobs | ssb: I'm almost positive that's due to it not responding to USB reset conditions. | 05:53 |
xobs | That was added to the `eptri` endpoint, but hasn't been backported to the current release. https://github.com/im-tomu/valentyusb/commit/d87c98baf08103acf5ecd3d6fabee4784ccf2f7f#diff-0691c3131ef29e16ee91ad1980f01f38 | 05:54 |
tpb | Title: merge sphinx · im-tomu/valentyusb@d87c98b · GitHub (at github.com) | 05:54 |
xobs | (It got snuck into a patch that it probably shouldn't have been in...) | 05:54 |
xobs | Basically, 1.9.1 now ignores packets for other devices. When it starts up, your machine sends a USB reset, which changes the address. | 05:55 |
xobs | Fomu ought to make its address 0 again. In the past, it simply ignored the address value, so it didn't make a difference. | 05:56 |
ssb | xobs, ah, ok, good to know it is fixed already. | 05:57 |
*** xkapastel has quit IRC | 07:03 | |
mithro | xobs: Have you seen https://github.com/keith-packard/picolibc ? | 10:08 |
tpb | Title: GitHub - keith-packard/picolibc: picolibc (formerly newlib-nano) (at github.com) | 10:08 |
xobs | mithro: I haven't! That looks really good, and from keith packard no less. | 10:09 |
mithro | xobs: I was just searching for some stuff and came across https://github.com/miyakogi/m2r/issues/46 :-P | 10:16 |
tpb | Title: mdinclude image path support · Issue #46 · miyakogi/m2r · GitHub (at github.com) | 10:16 |
mithro | xobs: Hadn't seen that way of doing markdown in sphinx before | 10:18 |
xobs | mithro: I wanted to allow bunnie to write his documentation in markdown, and he wanted to be able to include images. I'm a little surprised that sphinx also has the same issue. | 10:18 |
mithro | https://github.com/SymbiFlow/sphinxcontrib-markdown-symlinks/issues/6 | 10:19 |
xobs | I think I ran across that issue, too. | 10:19 |
mithro | xobs: acomodi will most certainly fix that issue on Monday... | 10:20 |
mithro | xobs: This looks cool :-P -> https://github.com/miyakogi/m2rdemo | 10:20 |
tpb | Title: GitHub - miyakogi/m2rdemo: M2R Demo Editor (at github.com) | 10:20 |
xobs | mithro: I switched to using `m2r` because I couldn't get `recommonmark` to work: https://github.com/readthedocs/recommonmark/issues/174 | 10:21 |
tpb | Title: Unable to get Recommonmark to Work · Issue #174 · readthedocs/recommonmark · GitHub (at github.com) | 10:21 |
mithro | xobs: We just started using this "sphinx material design theme" for the SymbiFlow documentation -> https://symbiflow.readthedocs.io/en/latest/introduction.html | 10:22 |
tpb | Title: Introduction SymbiFlow (at symbiflow.readthedocs.io) | 10:22 |
xobs | Very pretty. I like it! | 10:22 |
mithro | xobs: You can't use `include::` with recommonmark | 10:22 |
mithro | xobs: You have to use `.. toctree::` | 10:23 |
mithro | xobs: Does m2r do tables correctly? | 10:23 |
mithro | xobs: https://github.com/SymbiFlow/python-symbiflow-v2x/pull/12/files | 10:24 |
tpb | Title: docs: Adding some initial documentation. by mithro · Pull Request #12 · SymbiFlow/python-symbiflow-v2x · GitHub (at github.com) | 10:24 |
mithro | https://github.com/mithro/python-symbiflow-v2x/tree/docs/tests/clocks/dff_comb_one_clock | 10:27 |
tpb | Title: python-symbiflow-v2x/tests/clocks/dff_comb_one_clock at docs · mithro/python-symbiflow-v2x · GitHub (at github.com) | 10:27 |
mithro | xobs: I was hoping that the Sphinx rst directive would work in the github rendering | 10:30 |
mithro | but it doesn't :-( | 10:30 |
mithro | bblr lunch | 10:30 |
mithro | (I'm in Europe at OrConf) | 10:30 |
xobs | mithro: tables work in theory, but now that I try to actually show that fact, I'm finding that "md" support is still a little fuzzy in lxsocdoc. | 10:38 |
xobs | Tables work, but you can't have a header on them. Or make them aligned. | 10:41 |
*** xkapastel has joined #tomu | 10:41 | |
mithro | xobs: For recommonmark we use https://github.com/ryanfox/sphinx-markdown-tables | 11:16 |
tpb | Title: GitHub - ryanfox/sphinx-markdown-tables: A markdown table plugin for Sphinx (at github.com) | 11:16 |
xobs | mithro: handy. Looks much easier to deal with than rst tables. | 11:18 |
mithro | xobs: Are you using sphinx in a venv? | 11:20 |
xobs | mithro: no, none of the documentation mentioned a venv. What's that? | 11:21 |
mithro | https://github.com/mithro/python-symbiflow-v2x/blob/docs/docs/Makefile#L8-L9 and https://github.com/mithro/python-symbiflow-v2x/blob/docs/docs/Makefile#L23-L28 are the magic to add to your Makefile to get one | 11:22 |
tpb | Title: python-symbiflow-v2x/Makefile at docs · mithro/python-symbiflow-v2x · GitHub (at github.com) | 11:22 |
mithro | venv / virtualenv | 11:22 |
xobs | The sphinx install just says to do "pip install -U sphinx" | 11:22 |
mithro | xobs: You probably never want to do a `pip install` outside some type of env (virtualenv, pipenv, conda, etc) | 11:43 |
*** rohitksingh has quit IRC | 11:46 | |
*** xkapastel has quit IRC | 13:43 | |
*** js has quit IRC | 14:55 | |
*** js has joined #tomu | 15:41 | |
*** emeb has joined #tomu | 15:50 | |
*** js has quit IRC | 19:38 | |
*** js has joined #tomu | 21:35 | |
*** techman83 has quit IRC | 22:00 | |
*** techman83 has joined #tomu | 22:01 | |
mithro | xobs: https://mithro-python-symbiflow-v2x.readthedocs.io/en/latest/tests/clocks.html#d-flipflop-with-combinational-logic | 22:31 |
tpb | Title: Clock Examples SymbiFlow Verilog to XML (V2X) 0.0-182-g4d937a6 documentation (at mithro-python-symbiflow-v2x.readthedocs.io) | 22:31 |
*** rohitksingh has joined #tomu | 22:33 | |
*** emeb has quit IRC | 22:40 | |
CarlFK | xobs: about virtualenv - you don't have to use it, but it has slowly become a "best practice" that is kinda outside the scope of any one thing's install instructions | 22:44 |
*** kamil_r_ has joined #tomu | 22:56 | |
*** kamil_r has quit IRC | 22:56 | |
*** kamil_r__ has joined #tomu | 22:58 | |
*** kamil_r_ has quit IRC | 23:00 | |
*** kamil_r_ has joined #tomu | 23:27 | |
*** kamil_r__ has quit IRC | 23:28 | |
*** kamil_r__ has joined #tomu | 23:30 | |
*** kamil_r_ has quit IRC | 23:32 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!