mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
doc: Describe other PCB-K0402WS-V3.0 devices
I recently brought a "Ztyuav Z-QWYT0402", the insides looked identical to the existing supported "Hisource Hi-K0402WS". Both of them have the "PCB-K0402-V3.0" silkscreen. I flashed the vanilla image and it seems to work great. I changed the documentation to be more inclusive of other devices (including adding a picture of mine). I suspect more devices might fall into this "PCB-K0402-V3.0" bucket, for example the "YuanLey YS25-0402" with the vlan switch also looks suspiciously identical from the outside. I also added some details I noticed while flashing mine: teardown, flash padding, how the selector switch actually works.
This commit is contained in:
@@ -536,9 +536,9 @@ __code const struct machine machine = {
|
||||
|
||||
void machine_custom_init(void) { }
|
||||
|
||||
#elif defined MACHINE_HI_K0402WS
|
||||
#elif defined(MACHINE_PCB_K0402WS_V3) || defined(MACHINE_HI_K0402WS) // Sold as a variety of devices, see doc/
|
||||
__code const struct machine machine = {
|
||||
.machine_name = "HiSource HI-K0402WS",
|
||||
.machine_name = "PCB-K0402WS-V3.0",
|
||||
.isRTL8373 = 0,
|
||||
.min_port = 3,
|
||||
.max_port = 8,
|
||||
|
||||
Reference in New Issue
Block a user