and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 13 Aug, 2019 1 commit
  2. 09 Aug, 2019 1 commit
  3. 05 Aug, 2019 1 commit
    • Atul Srivastava's avatar
      Merged in atul_testing (pull request #1) · 2425e26f
      Atul Srivastava authored
      FW_Validation Initial Commit
      
      * added a test comment
      
      * sending serial to i2c function
      
      * some added functionality, and sending packets back to computer (basic version)
      
      * Identifying COM Ports and in the middle of associating arduino selects with COM Ports. BUG FOUND: NEED an end delim
      
      * added functionality with the DAC
      
      * Skeleton of API Complete, needs more added functionality and debugging
      
      * preparing for first pull request
      
      * pull request
      
      * Pull Request Ready
      
      * Made changes on pull request
      
      * added gitignore
      
      * Some fixes to initialization, still working on efficiency
      
      * Init fixed, need to work on class/external functions
      
      * updates based on pull request comments
      
      * ported code onto teensy
      
      * changed 8 bit addresses to 7 bit addresses
      
      * small fix
      
      * removed extra files not needed
      
      * forgot to commit changes from while back still on branch
      
      * deleted gen thermistor tables and added how to doc
      
      * added fw_verification documentation for easy pickup of task
      
      * added teensy base in fw_verication branch
      
      * dac class
      
      * dac class
      
      * dac class
      
      * updates
      
      * packet class, not working yet
      
      * trying to get threading to work
      
      * working on threading and better packet sending
      
      * makefile changes for TeensyThreads
      
      * functional state machine for parsing, iteration 1
      
      * beginning of OO state machine
      
      * state machine working using transfer function structure
      
      * updates, serial machine working with c++ style function pointers
      
      * added cell addrs to Dac, figuring out how to encorporate cell writing in SM
      
      * pullup problem solved
      
      * pullup problem solved and tested
      
      * DUBUGGING I2c PROBLEM
      
      * fixed software bug that was causing i2c to not work
      
      * python scripting working setting cell/module voltages
      
      * deleted gitignore in dac
      
      * merge fixes
      
      * updates
      
      * removed dac dir
      
      * cleaned up Dac class
      
      * moved classes inside app
      
      * fixed includes after moving files
      
      * cleaned up packet class
      
      * removed public address array in Packet
      
      * cleaned up Transition, moved files to lib
      
      * minor
      
      * changed transition funcs to vector list instead of including num of transitions in constructor
      
      * salt and pepper on SerialParserSM
      
      * updated some thing in the StateMachine
      
      * has-a instead of is-a
      
      * cleaned up StateMachine more
      
      * renamed SerialParserSM to SerialControl
      
      * cleaned up SerialControl
      
      * cleaned up main
      
      * removed Transition cpp
      
      * added some debug prints in main
      
      * changed reserve to resize in StateMachine
      
      * changed SM to correct names in SerialControl
      
      * added LTC class, made input as cell number rather than cell address
      
      * s&p
      
      * moved some stuff around
      
      * error in state machine fix, plus debug disabled
      
      * tested the new cell sim boards
      
      * remove dac.py
      
      * changed assert.h include to cassert from stdlib
      Approved-by: default avatarAtul Srivastava <atul@romeopower.com>
      Approved-by: default avatarJenkins [RPFW-BUILD] <jenkins@romeopower.com>
      Approved-by: default avatarAjay Srivastava <ajay@romeopower.com>
      Approved-by: default avatarAniruddha Patel <aniruddha@romeopower.com>
      2425e26f
  4. 11 Jul, 2019 2 commits
  5. 10 Jul, 2019 2 commits
  6. 06 Jun, 2018 2 commits