-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 131: Add BNO055, RF430CL331H, update BME680, IS25xp (#132)
- Add BNO055 and RF430CL331H source and header files and related code in boot.s and warp.h - Add function to get state of BME680 - Add functions to push and release IS25xp from a deep power-down state - Logic to push all components to sleep mode and wakeup modes --- have tested on Glaux revD and revE * Decrease the stack_size in Cmakelist for Warp * Set minimum sensors in config.h * Uncommented error checks in IS25xP, , compiled Glaux and Warp, tested BME680 with and without FLASH on Glaux. * Remove the extra warpPrint in WARP_BUILD_ENABLE_DEVBNO055 (boot.c) * Reviewed code conventions for all sensors. Improve code style and whitespace improvements --------- Co-authored-by: Orestis Kaparounakis <[email protected]>
- Loading branch information
Showing
40 changed files
with
1,426 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
JLINKPATH = <full path to JLink binary> | ||
ARMGCC_DIR = /usr/ | ||
ARMGCC_DIR = /usr/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.