@marble Goes for both switch ASICs and PHYs. KSZ8081RNA is my go-to 100BASE-TX PHY.
23n27@dgc.social
Posts
-
Can anyone recommend a good (whatever that is in your metric) Ethernet PHY or managed switch IC that I can attach to an ARM SoC running Linux? -
Can anyone recommend a good (whatever that is in your metric) Ethernet PHY or managed switch IC that I can attach to an ARM SoC running Linux?@marble The ex-Micrel stuff (KSZ*) from Microchip is generally decent. In particular buying the parts and getting datasheets is easy.
Depends on which features you need though.
-
Sometimes, you simply need Bluetooth HIGH Energy📡@stacksmashing Would be appropriate if the transceiver was a Silabs Mighty Gecko
-
Warum gibt mir `find .@qsx Ich verstehe das so dass der Trick bei dem Beispiel
find . -path ./src/emacs -prune -o -print
ist, dass -o short-circuited und das explizite -print das implizite -print über die gesamte Expression deaktiviert. Das führt dazu dass -print nur passiert wenn -prune false ist.
Analog in deinem Fall scheint
find . -path ./.git -prune -o \( -type f -a -executable -a -print \)
das Richtige zu tun.
-
Time to port Doom!@G33KatWork I like how everybody has their own little JLink breakout board
(This one is a descendant of one by @jana)