zirk.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
Literature, philosophy, film, music, culture, politics, history, architecture: join the circus of the arts and humanities! For readers, writers, academics or anyone wanting to follow the conversation.

Administered by:

Server stats:

723
active users

#rtos

1 post1 participant0 posts today

#rtos notes

RM is easy. Rate monotonic. Highest frequency task, highest priority.

EDF is challenging. Earliest Deadline First, otherwise known as what I always do in academia.

LLF is really hard since you need to know remaining task time. Least Laxity First, or irl Least Likely to Fucking work

Unraveling the Mystery of the Missing Commit Hash in Apache NuttX: A Deep Dive into RTOS Debugging

An elusive bug in the Apache NuttX RTOS has revealed deeper issues with static variables and the uname command. Join us as we dissect the intricacies of this embedded system and uncover the lessons le...

news.lavx.hu/article/unravelin

Hi @lupyuen !
I've been following you for a while and I am impressed by your work on Apache NuttX.

Currently I'm trying to get a LoRa project done - with a module that combines Raspberry's RP2040 ("Pico") micro controller and the popular Semtech SX1262 LoRa chip. RAKWireless offers this as the RAK11300 LPWAN module.

Now that I'm hooked with the NuttX project, I'm considering using it for this project.

To make it work, proper "sleep" support is required. Do you know if / how well sleep mode or dormant mode are supported on the RP2040 with NuttX? How can I find out online?

#nuttx#rtos#lora