Brad Campbell
Brad Campbell
- Shows the I2C bus - Shows that there is an USB to edison - Abstract the controller, storage, power supply - Less detail than the existing arch diagram
### Pull Request Overview Part of #3222 I thought the temperature component is somewhat simple, so this PR converts the component to (hopefully) support being used multiple times by the...
### Pull Request Overview Update these components to use _static macro, static_buf, and use new() for all configuration. ### Testing Strategy travis ### TODO or Help Wanted Any thoughts on...
### Pull Request Overview This pull request updates the fxo accelerometer component to use new static format. Also: - move buffer to component - remove imix component - update hail...
### Pull Request Overview This pull request updates the RNG component to use new static format. ### Testing Strategy travis ### TODO or Help Wanted n/a ### Documentation Updated -...
### Pull Request Overview This pull request moves buffer init to a macro for the air quality component. ### Testing Strategy travis ### TODO or Help Wanted n/a ### Documentation...
### Pull Request Overview This PR changes `static_buf!()` to now panic if the same static buffer is used multiple times. This happens if the same `static_buf!()` expansion is run multiple...
### Pull Request Overview This pull request updates the ambient light component to use new static format. ### Testing Strategy travis ### TODO or Help Wanted n/a ### Documentation Updated...
Some components will not work if used multiple times in the same board. This is counterintuitive, and there are many good reasons to be able to use the same component...
### Pull Request Overview This pull request fixes how the humidity component is used for imix. Looks like a copy-paste error. ### Testing Strategy travis ### TODO or Help Wanted...