0.10.0 will be released into the master branch Tuesday or Wednesday next week, including the new HAL so that we can finally access (and test) I2C/SPI/ADC/etc. on our board before signing off on the PCB(s).
Once 0.10.0 is release the following changes will need to be made:
[ ] Redo custom BSPs based on the BSP code from mynewt-core
[ ] Redo the blinky, bleuart and throughput examples to be based on the latest mynewt-core code
[ ] Update our libs to use the new config system (which replaces 'Features' I believe)
[ ] Crush any other issues caused by breaking changes in 0.10.0 which should be the release API
Once this builds, the following actions need to be taken:
[ ] Test I2C on the Mynewt Feather board (add an i2c scanner to shell)
[ ] Test SPI on the Mynewt Feather board
[ ] Test ADC on the Mynewt Feather board (add an adc command to shell)
[ ] Test PWM on the Mynewt Feather board (add a pwm command to shell)
0.10.0 will be released into the
master
branch Tuesday or Wednesday next week, including the new HAL so that we can finally access (and test) I2C/SPI/ADC/etc. on our board before signing off on the PCB(s).Once 0.10.0 is release the following changes will need to be made:
Once this builds, the following actions need to be taken:
i2c
scanner to shell)adc
command to shell)pwm
command to shell)