Uncategorized

Git

It’s free and open source. Maybe by exploring the features, beauty could be understood. I always trust the official documentation – so trying out official tutorial page from git would be a good idea. But git or github? I think github = git + cloud hosting. https://docs.github.com/en/get-started/quickstart Creating new repository is easy. Branching can also …

Git Read More »

FreeRTOS

General  The below statement doesn’t make sense to me. (Taken from the official documentation https://www.freertos.org/implementation/a00012.html) The ‘__attribute__ ( ( signal ) )’ directive on the function prototype informs the compiler that the function is an ISR and results in two important changes in the compiler output. The ‘signal’ attribute ensures that every processor register that gets modified …

FreeRTOS Read More »