Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 118 - Warp variant buffered write (#123)
* Remove redundant parameter for revC * Fix syntax errors and AMG I2C address (open) * change some config parameters to primary values * Update config.h * update config.h: test bmx055, bme680, mma8451, adxl362 * resolve issues for bmx(mag and acc) and L3G * Update setup.conf * add extra codes for AT45DB-enable/add writing function of AT45DB in warpPrint() * add at45db codes * clean AT45DB and boot.c and get temporary read and write from the main memory * some changes at AT45DB * check point * checkpoing * super ugly but works? * checkpoing * primary cleaning the codes * update * latest changes * changes to glaux * latest changes * latest changes on IS25xP * checkpoint * latest changes * revise the function names * latest update : have checked the AT45DB R/W add menu in 'z' to write to flash or not * last update from hamid * check updates * added buffered write * Added append functions to all sensors * Updated printAllSensors to write raw bytes of measurements * checkpoint * works in VLPR, and can work across multipe resets. However, does not work if the battery dies. * formatted code to an extent * Reverted hard coded paths to original * Revered ARMGCC_DIR to original in setup.conf * Fixed most auto formats with boot.c * checkpoint * CSVSTREAM works correctly. Also added way of dealing with full flash. * Reverted style of devADXL36c * reverted styling (mostly) of other device files * Add connect.jlink.commands file to run make connect-warp * Fixed tabs in AMG8834.c copyright notice * Added indentation consistency between declarations across spaces in devBMX055.h * Minor bug * Minor bug fix in sensor code * Fixed WarpStatus declaration bug, where it was not declared on top of function * Moved repeated code to function in devAT45DB.c * Delete Glaux.srec --------- Co-authored-by: Hamid Toshani <[email protected]> Co-authored-by: Phillip Stanley-Marbell <[email protected]>
- Loading branch information