Using the Rust standard library with the NuttX RTOS
1–10 of 28 posts
Re: Using the Rust standard library with the NuttX RTOS
#2For anyone not familiar: NuttX is notable as the RTOS used on the open-source PX4 flight controller firmware, which is ubiquitous in commercial UASs.
Re: Using the Rust standard library with the NuttX RTOS
#3Interesting. RTOS is a major embedded ecosystem component that rust currently lacks. For anyone not familiar: NuttX is notable as the RTOS used on the open-source PX4 flight controller firmware, which is ubiquitous in commercial UASs.
has a big list. The definition of what is an RTOS and how much is in software vs hardware is a blurry area.
Re: Using the Rust standard library with the NuttX RTOS
#4Re: Using the Rust standard library with the NuttX RTOS
#5Interesting. RTOS is a major embedded ecosystem component that rust currently lacks. For anyone not familiar: NuttX is notable as the RTOS used on the open-source PX4 flight controller firmware, which is ubiquitous in commercial UASs.
Re: Using the Rust standard library with the NuttX RTOS
#6Interesting. RTOS is a major embedded ecosystem component that rust currently lacks. For anyone not familiar: NuttX is notable as the RTOS used on the open-source PX4 flight controller firmware, which is ubiquitous in commercial UASs.
Re: Using the Rust standard library with the NuttX RTOS
#7Interesting. RTOS is a major embedded ecosystem component that rust currently lacks. For anyone not familiar: NuttX is notable as the RTOS used on the open-source PX4 flight controller firmware, which is ubiquitous in commercial UASs.
Re: Using the Rust standard library with the NuttX RTOS
#8Interesting. RTOS is a major embedded ecosystem component that rust currently lacks. For anyone not familiar: NuttX is notable as the RTOS used on the open-source PX4 flight controller firmware, which is ubiquitous in commercial UASs.
Re: Using the Rust standard library with the NuttX RTOS
#9Interesting. RTOS is a major embedded ecosystem component that rust currently lacks. For anyone not familiar: NuttX is notable as the RTOS used on the open-source PX4 flight controller firmware, which is ubiquitous in commercial UASs.
Re: Using the Rust standard library with the NuttX RTOS
#10And... does it have a global memory allocator (using stdlib packages that use alloc)? I can't really tell if this is an RTOS for microcontrollers or like, 32-bit ARM and don't have any background on it. And how does that interact with RTOS guarantees?