Project

General

Profile

Feature #514

Test arena generated handler structure

Added by Maximilian Seesslen over 2 years ago. Updated over 1 year ago.

Status:
Neu
Priority:
Normal
Start date:
04/17/2024
Due date:
% Done:

0%

Estimated time:
CS Zielversion:

Description

Test arena generated handler structure
For all features, UART must be disabled. ("No-Release"-Event is only send on nun-UART releases).
Its ok, but confusing.

Lets try some further shrink.

Arena could generate handler structure. This would make thinks much easier.
Biwak can just access handler directly. Changing bitrate on the fly would be possible.
Biwaks code is not wasted with all the features a chip has.

CANSwitch is a perfect candidate for testing this because release is quite stable.

[20250205]
Does not help. The binary size is even bigger. Current implementation already quite small.
ST mixes init data with volatile runtime data making it impossible to create a constexpr struct for some reason (compiler issue?).

constexpr volatile int i = 5;

struct S1{
   volatile int i1;
};

constexpr S1 s1{
   .i1{0},
};

History

#1

Updated by Maximilian Seesslen over 2 years ago

  • Parent task set to #502
#2

Updated by Maximilian Seesslen over 1 year ago

  • Description updated (diff)

Also available in: Atom PDF