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

Remove SPI and Wire architecture warnings #48

Closed
microbuilder opened this issue Apr 19, 2017 · 1 comment
Closed

Remove SPI and Wire architecture warnings #48

microbuilder opened this issue Apr 19, 2017 · 1 comment
Milestone

Comments

@microbuilder
Copy link
Contributor

This is purely cosmetic but slipped past us in the 0.6.0 update. For 0.6.1, the following warnings need to be removed when compiling:

WARNING: library Wire claims to run on [Adafruit_nRF52_Arduino] architecture(s) and may be incompatible with your current board which runs on [nrf52] architecture(s).
WARNING: library SPI claims to run on [Adafruit_nRF52_Arduino] architecture(s) and may be incompatible with your current board which runs on [nrf52] architecture(s).
Sketch uses 51792 bytes (30%) of program storage space. Maximum is 167936 bytes.

Also, SRAM usage should be added to the output since this is often more critical than flash on a large chip like this.

@microbuilder microbuilder added this to the 0.6.1 milestone Apr 19, 2017
@hathach hathach added this to TODO in Next Release Apr 20, 2017
@hathach hathach modified the milestones: 0.7.0, 0.6.1 Jun 22, 2017
@hathach hathach moved this from TODO to In Progress in Next Release Jun 22, 2017
@hathach hathach moved this from In Progress to TODO in Next Release Jun 22, 2017
@hathach hathach moved this from TODO to In Progress in Next Release Jun 29, 2017
@hathach
Copy link
Member

hathach commented Jun 30, 2017

SRAM usage is added in the next release

hathach added a commit that referenced this issue Jun 30, 2017
@hathach hathach closed this as completed Jun 30, 2017
@hathach hathach moved this from In Progress to Done in Next Release Jun 30, 2017
@hathach hathach modified the milestones: 0.6.5, 0.7.0 Jul 6, 2017
@hathach hathach removed this from Done in Next Release Jul 18, 2017
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

2 participants