Check out my first novel, midnight's simulacra!

recent changes

From dankwiki

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Hide bots | Show minor edits
Show new changes starting from 20:47, 19 May 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

19 May 2024

N    18:52  FreeRTOS‎‎ 2 changes history +643 [Dank‎ (2×)]
     
18:52 (cur | prev) +79 Dank talk contribs (→‎Mutexes)
N    
18:46 (cur | prev) +564 Dank talk contribs (Created page with "FreeRTOS is an open source real time operating system commonly used in embedded development. ==Task notifications== Rather than using semaphores for wakeup, task notifications are faster and less heavyweight. ==Mutexes== FreeRTOS mutexes are a special class of semaphores. Note that they cannot be taken in interrupt handlers (i.e. <tt>xSemaphoreTakeFromISR()</tt> should only be used on semaphores created using <tt>xSemaphoreCreateBinary()</tt>). Using <tt>xSemaphoreTake...")

16 May 2024

     21:09  Linux APIs‎‎ 2 changes history +363 [Dank‎ (2×)]
     
21:09 (cur | prev) +226 Dank talk contribs (→‎Processes)
     
21:08 (cur | prev) +137 Dank talk contribs (→‎File descriptors)