Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

FreeRTOS

65 views
Skip to first unread message

Jan Konopski

unread,
Apr 30, 2025, 7:38:38 PMApr 30
to Blockly
Hi, I am a high school student who had a class on programming and cyber security.
I became very interested in the subject and decided that I will make my first more serious project, unfortunately, its complexity requires the use of FreeRTOS, so I come to ask if anyone here has tried to program in this language using Blockly, or will be able to help me with uploading libraries to make this possible.

Thank you in advance for your help, and have a nice day

Translated with DeepL.com (free version)

kai

unread,
May 2, 2025, 4:57:32 PMMay 2
to blo...@googlegroups.com
I can make a program for this language!
Feel free to ask questions

--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/blockly/e8e1aeb2-ecaa-4737-917b-ba7e6716cf8an%40googlegroups.com.

Jan Konopski

unread,
May 2, 2025, 5:13:28 PMMay 2
to Blockly
Are you able to do something like this or have you already had a chance to program in FreeRTOS using blockly?
Do you know where I can find ready-made repositories/libraries?
Is it difficult to create this myself without experience?

Maribeth Moffatt

unread,
May 7, 2025, 7:28:26 PMMay 7
to Blockly
Hello,

Are you wanting to program using FreeRTOS and hoping there is a ready-made blocks-based editor available so that you can use blocks instead of C to program? In that case, unfortunately, the answer is no, I'm not aware of any blocks-based editor for FreeRTOS.

Or are you wanting to create a blocks-based editor for FreeRTOS that other people can use to program with blocks? While this is theoretically possible, it is likely to be quite challenging. Since FreeRTOS uses C, you would need to create custom blocks that generate C code. This is not a trivial undertaking and I'm not aware of any other projects that have written a C generator for Blockly. Blockly was designed to teach simpler coding fundamentals and lacks some features you might want for C such as static types and scoped variables. If you'd like to learn more about what this would take, you should start with our codelabs, specifically the Getting Started and Code Generators codelabs. Creating a new generator from scratch will also probably involve some amount of reading the existing generators to understand how they work, as the written documentation can be somewhat sparse on details.

Best,
Maribeth

Reply all
Reply to author
Forward
0 new messages