Show newer

Star64 SBC is now supported by Apache RTOS! Let's review how we created the first release of NuttX for Star64

lupyuen.codeberg.page/articles

Show thread

"Researchers at Nanyang Technological University (NTU) found that people who have watched repeated Immersive Videos of others consuming Candy, subsequently have a significantly decreased craving for it" (AR / VR)

mothership.sg/2023/08/candy-pr

"Researchers at the Nanyang Technological University (NTU) in Singapore have devised a micrometer-thin Battery that can power Smart Contact Lenses and be charged with Tears"

interestingengineering.com/inn

LS Biopath is seeking someone familiar with RTOS, and ILI9341 LCD to help their Engineers (San Francisco Bay Area). Please contact Rusmin Kudinar for details. Thanks!

LinkedIn: linkedin.com/in/rusmin-kudinar

"Researchers find Asian Americans to have significantly higher exposure to 'Toxic Forever' Chemicals" (PFAS)

phys.org/news/2023-08-asian-am

@lupyuen besides gcc-arm-embedded, one can also utilize Nixpkgs' cross compilation support for fetching the toolchains. This is a shell.nix for playing around NuttX on BL602:

(import <nixpkgs> {
crossSystem = {
config = "riscv32-none-elf";
libc = "newlib";
gcc.arch = "rv32imafc";
gcc.abi = "ilp32f";
};
}).callPackage (
{ mkShell, kconfig-frontends }:
mkShell {
nativeBuildInputs = [ kconfig-frontends ];
buildInputs = [ ];
}
) { }

@lupyuen

sounds like paid advertisent for oil companies tbh ...

Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.