Markus Koch markus
markus pushed to sw at electronics/ttl-fpga 2019-09-22 19:10:14 +02:00
f27c728472 sw: Implement bodgefix for schematic rev 03L
30c83a658f sw: Fix fpga_cell_lut34_lut_get_out_mux
Compare 2 commits »
markus commented on issue electronics/ttl-fpga#12 2019-09-22 18:20:04 +02:00
LUT output-muxing pin-swap

Updated schematic to include bodge-fix in commit 4424d762f795f9c86a4c5bc972bd4f7345903f07.

markus pushed to master at electronics/ttl-fpga 2019-09-22 18:19:13 +02:00
4424d762f7 kicad: Update kicad_pcb schematic to include bodge-fixes
markus commented on issue electronics/ttl-fpga#12 2019-09-22 17:58:34 +02:00
LUT output-muxing pin-swap

The only real solution is to Cut U7 pin 12 (B), connect to 13 (A) for the upper LUT, and then modify LUT-2 to use a_async. This should give us true full flexibility. But this is more than just shorting two pins, so for the current rev I'll go with the following:

markus commented on issue electronics/ttl-fpga#12 2019-09-22 17:57:05 +02:00
LUT output-muxing pin-swap

Another idea: Cut U7 pin 12 (B), connect to 13 (A). Cut U10 pin 13 (A), connect to 12 (B).

markus pushed to sw at electronics/ttl-fpga 2019-09-13 08:08:14 +02:00
0a493bdd2a Remove unnecessary debug output
a072dbfe8a Fix unnecessary semicolon warnings in bit set / unset macros
a2abccfc5d Fix output MUX selection logic
7abcead6a9 des: Fix data type of drive_sel
Compare 4 commits »
markus closed issue electronics/ttl-fpga#15 2019-09-13 08:08:13 +02:00
Output MUX selection only allows first pair
markus opened issue electronics/ttl-fpga#15 2019-09-13 05:55:22 +02:00
Output MUX selection only allows first pair
markus pushed to master at markus/yacos 2019-07-28 12:34:41 +02:00
333e4fc03e Move API to own object
markus synced and deleted reference master at markus/linux-fsia6b from mirror 2019-07-27 00:16:31 +02:00
markus pushed to master at markus/yacos 2019-07-26 21:58:26 +02:00
f075b6c83f Disable selection on cart
markus pushed to master at markus/yacos 2019-07-26 21:55:07 +02:00
40aba2eb44 Display retrieved comment only as placeholder
markus pushed to master at markus/yacos 2019-07-26 21:45:38 +02:00
0cae59aeb1 Fix wrong cast
da2ebe85dd Remove properties button
d2790f7f7e Make comment field editable
Compare 3 commits »
markus pushed to master at markus/yacos 2019-07-26 21:08:25 +02:00
a56bb9073a Add option to remove items from cart
markus pushed to master at markus/yacos 2019-07-26 20:47:14 +02:00
70fdfa7709 Add handler for invalid tags
markus pushed to master at markus/yacos 2019-07-26 20:37:49 +02:00
51f7fc0394 Add image support
0527614795 Add build-directory to gitignore
Compare 2 commits »
markus pushed to master at markus/yacos 2019-07-24 21:53:36 +02:00
cba57167c2 Add order confirmation page to glade
markus pushed to master at markus/yacos 2019-07-24 21:42:52 +02:00
8f78917c6b Add TODO comment
markus pushed to master at markus/yacos 2019-07-24 21:35:37 +02:00
9f80c90d49 Move gitignore
markus pushed to master at markus/yacos 2019-07-24 21:34:55 +02:00
e3feae34b9 Implement basic token authentication