this post was submitted on 11 Aug 2024
41 points (97.7% liked)
Hardware
663 readers
181 users here now
All things related to technology hardware, with a focus on computing hardware.
Rules (Click to Expand):
-
Follow the Lemmy.world Rules - https://mastodon.world/about
-
Be kind. No bullying, harassment, racism, sexism etc. against other users.
-
No Spam, illegal content, or NSFW content.
-
Please stay on topic, adjacent topics (e.g. software) are fine if they are strongly relevant to technology hardware. Another example would be business news for hardware-focused companies.
-
Please try and post original sources when possible (as opposed to summaries).
-
If posting an archived version of the article, please include a URL link to the original article in the body of the post.
Some other hardware communities across Lemmy:
- Augmented Reality - [email protected]
- Gaming Laptops - [email protected]
- Laptops - [email protected]
- Linux Hardware - [email protected]
- Mechanical Keyboards - [email protected]
- Microcontrollers - [email protected]
- Monitors - [email protected]
- Raspberry Pi - [email protected]
- Retro Computing - [email protected]
- Single Board Computers - [email protected]
- Virtual Reality - [email protected]
Icon by "icon lauk" under CC BY 3.0
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wonder if they plan on transitioning fully to RISC-V in the future, it would be cool if that cuts the price down by $1 or so. The Pico series is the only Raspberry Pi product line that interests me these days. Love seeing the increased speeds with decreased power consumption, and the additional PIO state machines are a nice touch. Looking forward to seeing the Pico 2 W!
I believe they got a $0 license for the M0+ cores in the 2040. Don't know about the new 2350. The addition of Risc-v cores might be a flex to defend against future issues with ARM.
Going from two PIO blocks to three seems timid. Why not hundreds, like one for each gpio pin? And maybe redesign the PIO to allow more than 32 instructions? They are tiny, anyway.
Anyone know if there is any software for the Risc-v cores so far? Compilers, Micropython, etc.