To watch what happens inside #NuttX's SPI Driver for #BL602 ... Turn on SPI Debug Logging
https://github.com/lupyuen/incubator-nuttx/blob/spi_test/arch/risc-v/src/bl602/bl602_spi.c
Rockchip RK3588 benchmarks show up on Geekbench
https://www.cnx-software.com/2021/12/01/rockchip-rk3588-benchmarks-show-up-on-geekbench/
Here's how we configure the #NuttX SPI Interface
https://github.com/lupyuen/incubator-nuttx/blob/spi_test/drivers/rf/spi_test_driver.c#L95-L117
"WTF is Wrong with #OpenSource Communities?" (Diversity)
https://blog.container-solutions.com/wtf-is-wrong-with-open-source-communities
"FBI document shows what data can be obtained from encrypted messaging apps"
https://therecord.media/fbi-document-shows-what-data-can-be-obtained-from-encrypted-messaging-apps/
In the write() operation for our #NuttX SPI Test Driver, we 1️⃣ Lock the SPI Bus 2️⃣ Config the SPI Interface 3️⃣ Select the SPI Device 4️⃣ Transfer SPI Data 5️⃣ Deselect and Unlock
https://github.com/lupyuen/incubator-nuttx/blob/spi_test/drivers/rf/spi_test_driver.c#L182-L239
Every #NuttX Device Driver defines the File Operations for the device ... Here are the open(), close(), read(), write() and ioctl() operations for our SPI Test Driver
https://github.com/lupyuen/incubator-nuttx/blob/spi_test/drivers/rf/spi_test_driver.c#L80-L89
"Windows Games on the #PineBook Pro with BOX86 and Wine"
This appears when we run our #NuttX SPI Test App ... Let's study our SPI Test Driver
https://github.com/lupyuen/incubator-nuttx-apps/blob/spi_test/examples/spi_test/spi_test_main.c
Running Octoprint On A #PinePhone Turns Out To Be Pretty Easy
https://hackaday.com/2021/11/30/running-octoprint-on-a-pinephone-turns-out-to-be-pretty-easy/
Online IT certification exams hacked: "[the hacker] gained control of the participant’s laptop and attempted the exam"
"MIPS design and verification teams transition to #RISCV"
https://www.imperas.com/articles/mips-selects-imperas-reference-models-risc-v-processor-verification
@lupyuen -- If I'm understanding this code correctly, then it is very clean and straight forward. Good job!!! 👍
Back to our #NuttX SPI Test App ... Here's how we open the SPI Test Driver and write data
https://github.com/lupyuen/incubator-nuttx-apps/blob/spi_test/examples/spi_test/spi_test_main.c
From software engineer to CEO ... Meet the new CEO of Twitter
https://www.cnn.com/2021/11/30/tech/parag-agrawal-profile/index.html
Hubris #RustLang Embedded OS for Arm Cortex-M
Twitter bans sharing photos, video of people without their consent
"What are your favorite Comp Sci YouTube channels?"
IoT Techie and Educator / Apache NuttX PMC