forked from physical-computation/Warp-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 118 (physical-computation#127)
* Added README.md and fixed bug in boot.c * Made adding number of config errors easier * Made structure of bitfield easier to parse * minor style changes * checkpoint * part way to unifying flash * moved to general flash read * at45db write set to general flash write * Added device headers to glaux target in Makefile. * all changes made, without testing. Compiles * checkpoint * checkpoint * checkpoint * checkpoint * read and write work * 10s test works * Updated instructions in src/boot/ksdk1.1.0/README.md * works? but the RTC does not seem to work * Use an enum for bitfield * Added saving of hour, min and sec from RV8803C7 * reverted setup.conf and jlink command scripts to master * Added flag to control metadata, and removed from printing * Changed sleep time to 3600 * Added extra quiet mode and removed gWarpWriteToFlash * Build works when flash is disabled * Updated menudelay in writeallsensorstoflash and printallsensors to use kWarpPowerModeVLPS mode * Use 0 time delay in Warp variant writeAllSensorsToFlash when boot to CSV_STREAM
- Loading branch information
Showing
13 changed files
with
1,336 additions
and
884 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,3 +1,2 @@ | ||
JLINKPATH = <full path to JLink binary> | ||
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
Oops, something went wrong.