You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This beta release adds string,, string@, and string! for conveniently compiling string constants and reading and writing strings without the constraints of traditional counted strings, updates endof, endcase, and endcasestr on the RP2350, STM32F407, STM32F411, and STM32F746 for all branches at the ends of of ... endof blocks to point to the end of the case ... endcase/endcasestr block (the RP2040 and STM32L476 are not so updated due to the platforms' limitations), adds task-deadline! and task-deadline@ in the task module to allow finer control over the deadline scheduler, and tunes zeptoIP to take advantage of the deadline scheduler.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This beta release adds
string,
,string@
, andstring!
for conveniently compiling string constants and reading and writing strings without the constraints of traditional counted strings, updatesendof
,endcase
, andendcasestr
on the RP2350, STM32F407, STM32F411, and STM32F746 for all branches at the ends ofof
...endof
blocks to point to the end of thecase
...endcase
/endcasestr
block (the RP2040 and STM32L476 are not so updated due to the platforms' limitations), addstask-deadline!
andtask-deadline@
in thetask
module to allow finer control over the deadline scheduler, and tunes zeptoIP to take advantage of the deadline scheduler.This discussion was created from the release Beta release 1.9.0-beta.3.
Beta Was this translation helpful? Give feedback.
All reactions