-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Epic] - LekaOS Coordination #19
Comments
State Machines |
WatchdogCompare between ticker & thread
Different things are to be compared:
Build size
The use of a
$ cmake --build build -t spike_mbed_watchdog_ticker_vs_thread
[2/2] Linking CXX executable spikes/mbed_watchdog_ticker_vs_thread/spike_mbed_watchdog_ticker_vs_thread
| Module | .text | .data | .bss |
|------------------------|---------------|-------------|-------------|
| [fill] | 60(+60) | 4(+4) | 32(+32) |
| [lib]/c.a | 4852(+4852) | 2108(+2108) | 89(+89) |
| [lib]/gcc.a | 760(+760) | 0(+0) | 0(+0) |
| [lib]/mbed-os-static.a | 24520(+24520) | 444(+444) | 8050(+8050) |
| [lib]/misc | 188(+188) | 4(+4) | 28(+28) |
| main.cpp.obj | 360(+360) | 0(+0) | 129(+129) |
| Subtotals | 30740(+30740) | 2560(+2560) | 8328(+8328) |
Total Static RAM memory (data + bss): 10888(+10888) bytes
Total Flash memory (text + data): 33300(+33300) bytes $ cmake --build build -t spike_mbed_watchdog_ticker_vs_thread
[2/2] Linking CXX executable spikes/mbed_watchdog_ticker_vs_thread/spike_mbed_watchdog_ticker_vs_thread
| Module | .text | .data | .bss |
|------------------------|---------------|-------------|-------------|
| [fill] | 64(+64) | 4(+4) | 28(+28) |
| [lib]/c.a | 4852(+4852) | 2108(+2108) | 89(+89) |
| [lib]/gcc.a | 760(+760) | 0(+0) | 0(+0) |
| [lib]/mbed-os-static.a | 26176(+26176) | 444(+444) | 8050(+8050) |
| [lib]/misc | 188(+188) | 4(+4) | 28(+28) |
| main.cpp.obj | 380(+380) | 0(+0) | 253(+253) |
| Subtotals | 32420(+32420) | 2560(+2560) | 8448(+8448) |
Total Static RAM memory (data + bss): 11008(+11008) bytes
Total Flash memory (text + data): 34980(+34980) bytes Simplicity of codeSee spikes/mbed_watchdog_ticker_vs_thread/main.cpp. The
Handling of
|
This epic will discuss how we should organize the inner working of LekaOS.
The text was updated successfully, but these errors were encountered: