Switch to using the internal POSC clock source, hoping this will be accurate enough
Copy bug fixes in interrupt control and GPIO setup modules
Copy bug fixes in all I2C device drivers
Make I2C master code macro configurable for which I2C peripheral to use, like USB UART does
Add blocking code to block on each print statement during boot
Make platform ETC hardstrap configurable
Add PGOOD status command/add it to platform status
Add optional arguments to Host Status? and Platform Status? serial commands to only print sections of this output, since it tends to be lengthy Not doing this right now
Write a python script to plot POX sensor data in real time on a host PC. This will require duplicating the "verbosity" functionality with text color disabled, so the python script can just parse the raw value output, rather than have to deal with terminal control characters.
Add Set Pox Power serial command to simulate powering on the POX sensor to be able to measure the related supplies through telemetry without polling the sensor for data
Change LCD PWM clock source to something other than Timer 2, there is a conflict with this and heartbeat PWM. Not good.
Start making spreadsheets of peripherals in use on each firmware project, it's getting hard to keep track of what's in use and for what purpose not doing this right now
Switch to using the internal POSC clock source, hoping this will be accurate enoughCopy bug fixes in interrupt control and GPIO setup modulesCopy bug fixes in all I2C device driversMake I2C master code macro configurable for which I2C peripheral to use, like USB UART doesAdd blocking code to block on each print statement during bootMake platform ETC hardstrap configurableAdd PGOOD status command/add it to platform statusAdd optional arguments toNot doing this right nowHost Status?
andPlatform Status?
serial commands to only print sections of this output, since it tends to be lengthyWrite a python script to plot POX sensor data in real time on a host PC. This will require duplicating the "verbosity" functionality with text color disabled, so the python script can just parse the raw value output, rather than have to deal with terminal control characters.Add Set Pox Power serial command to simulate powering on the POX sensor to be able to measure the related supplies through telemetry without polling the sensor for dataChange LCD PWM clock source to something other than Timer 2, there is a conflict with this and heartbeat PWM. Not good.Start making spreadsheets of peripherals in use on each firmware project, it's getting hard to keep track of what's in use and for what purposenot doing this right now