Skip to content
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

Free RAM Issue #2

Open
GoogleCodeExporter opened this issue Mar 22, 2015 · 1 comment
Open

Free RAM Issue #2

GoogleCodeExporter opened this issue Mar 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

hi 
i think there is a ram problem,
and it must to be optimized!!!

original ArduCopter V2.7.1
has on init Free RAM: 1485
in the loop  Free RAM: 1061



if defines
#define HOTT_TELEMETRY
#define HOTT_TELEMETRY_SERIAL_PORT      2
were set
on init Free RAM: 830
in loop Free RAM: 414


if defines
#define HOTT_TELEMETRY
#define HOTT_TELEMETRY_SERIAL_PORT      2
#define HOTT_SIM_GPS_SENSOR
were set
on init Free RAM: 766
in loop Free RAM: 322


if defines
#define HOTT_TELEMETRY
#define HOTT_TELEMETRY_SERIAL_PORT      2
#define HOTT_SIM_GPS_SENSOR
#define HOTT_SIM_EAM_SENSOR (with new textmode implemation)
were set
on init Free RAM: 627
in loop Free RAM: 195

michi




Original issue reported on code.google.com by mamarett...@gmail.com on 10 Aug 2012 at 11:55

@GoogleCodeExporter
Copy link
Author

Solved in v0.9.3b. Still needs testing.

Original comment by majerczy...@gmail.com on 15 Aug 2012 at 6:55

  • Changed state: Started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant