Page 1 of 1
Code breaking change to stm module
Posted: Sat Nov 26, 2016 8:41 am
by pythoncoder
This will only affect people using stm to access GPIO registers. The value stm.GPIO_BSRRL has been renamed stm.GPIO_BSRR, presumably to conform with the manual.
Re: Code breaking change to stm module
Posted: Mon Nov 28, 2016 4:11 am
by Damien
This was an unintended breaking-change. The constants stm.GPIO_BSRRL and stm.GPIO_BSRRH have been added back to the module (for F4 MCUs only). Although these constants will stick around, it's recommended to use just GPIO_BSRR, to conform with the datasheet of the microcontroller.