collapseos/blk
Virgil Dupras 1a6a549857 Make the SPI Relay protocol support multiple devices
Working on programming AVR chips exposes a glaring omission in my
first design of the SPI Relay: not allowing multiple devices make
this task hard. I constantly have to unplug my SD card before, plug
the AVR chip holder, then play a bit, then unplug the AVR holder,
then replug the SD card...

My prototype for a SPI relay design is built, but I haven't tested
it yet. I need to adapt the code first, which is what I do here.

When the prototype is tested, I'll update the SDC recipe with a new
schema.
2020-09-17 09:48:55 -04:00
..
000
001
100
101
102
105
106
107
108
109
110
111
112
120
121
122
123
124
125
126
127
128
129
130
131
150
152
153
154
155 blkunpack: don't include trailing empty lines 2020-06-23 06:52:34 -04:00
157
158
200
201
202
203 z80a: add BIN( parameter 2020-04-27 15:11:38 -04:00
204
205
206
208
209
212
213
215
216
217
218
219
220
222
223
224
226
228
230
232
234
236
238
240
242
243
246
247
249
260
261
262
263
264
265
270
280
281
282
283
284
286
287
288
289
290
291
292
293
294
295
297
298
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
322
323
324
325
326
327
328
329
331
332
333 z80a: make mnemonic names more uniform across assemblers 2020-06-27 22:01:56 -04:00
334
335
350
351 Move Cross-compiled core from B390 to B350 2020-05-15 22:44:49 -04:00
352
353
354
355
357
358 core: make parse and format words a bit tighter 2020-08-30 20:15:55 -04:00
360
362
363
364
365 blkunpack: don't include trailing empty lines 2020-06-23 06:52:34 -04:00
366
367
369
370
371
372
373
374
376
377
378
380
381
382
383
384 Move Cross-compiled core from B390 to B350 2020-05-15 22:44:49 -04:00
385
387
388
389
390
391
392
393
394
395
396
397
398
399
400
410
411
412 ps2: add shift support 2020-05-20 20:31:56 -04:00
413
414
420
423 Move SD Card subsystem outside of RC2014 recipe and add protocols 2020-08-16 14:30:33 -04:00
424
425
426
427
428 Move SD Card subsystem outside of RC2014 recipe and add protocols 2020-08-16 14:30:33 -04:00
429
430
431
432
433
434
435
490
492
493
494
495
496
497
499
500
502
503
520
521
522
523
524
530
531
532
533
534
535
536
537
538
539
540
541
550 blkunpack: don't include trailing empty lines 2020-06-23 06:52:34 -04:00
551
552
553
554
555
556
557
558
559
560
564
565
566
567
568
569
570
580
581
582
583
584
585
586
587
588
589
590
592
593
595
596 Make the SPI Relay protocol support multiple devices 2020-09-17 09:48:55 -04:00
599
620
622
623
624
625
626
627
628
630
631
632
633
634
635
636
637
640
641
650
651
652
655
656
657
660
661
662
663
664
665
666
667
668
669
670
671
672
690
691
692
693
730
750
751
752
753
754
755
756
757
758
760
761 pcat: properly handle IMMED flag in _find 2020-06-21 13:09:51 -04:00
762
763
800
801
805
806
807
808
809
810 Extract (n) code from stable ABI 2020-07-05 14:16:24 -04:00
811
812
813
814
815
816
817
818
819
820 pcat: move drivers and xcomp to blkfs 2020-06-22 14:21:25 -04:00
830
832
834
836 pcat: move drivers and xcomp to blkfs 2020-06-22 14:21:25 -04:00
837
838
840
842