Page 1 of 2

Release 1.9.0 is available

Posted: Fri May 15, 2020 4:47 pm
by fpiSTM

Re: Release 1.9.0 is available

Posted: Fri May 15, 2020 4:51 pm
by stas2z
Oh, uve decided to release 1.9 without f4 hal update?

Re: Release 1.9.0 is available

Posted: Fri May 15, 2020 5:25 pm
by fpiSTM
Yes, this bring a dependency with USB middleware so too risky and I would like to release. This release was waited since 2 month so now I could update the F4 and F7 and USB middleware without too much risk.

Re: Release 1.9.0 is available

Posted: Fri May 15, 2020 5:47 pm
by stas2z
ok, no problem for me)

Re: Release 1.9.0 is available

Posted: Fri May 15, 2020 6:25 pm
by NasTor
Thank you very much. i really appreciate your effort and time !!!!

Re: Release 1.9.0 is available

Posted: Fri May 15, 2020 9:15 pm
by Bakisha
Thanks. My collections of cheep-o-boards is now fully supported :-) Time to update my sketches.
Just a few quick question, for clarification :
- For STM32F401CC and STM32F411CE, "BlackPill" versions is with 25Mhz crystal, and "generic" is with 8Mhz crystal?
- About interrupts

Code: Select all

void irq_handler(HardwareTimer*) {
need to be

Code: Select all

void irq_handler(void) {  
No other changes in code? As, for old sketches, not newer one with new features.

Re: Release 1.9.0 is available

Posted: Mon May 18, 2020 11:54 am
by jmcSciences
Thank you for releasing the 1.9.0.
I have noticed that HardwareTimer API has changed.

As we may have developped some libraries based on the previous API, is there a preproc #define that identify the platform version (e.g. "1.9.0") so that it will support both releases ?
One may work with the 1.8.0 release instead of the 1.9.0...

Thanks for your hard work

Re: Release 1.9.0 is available

Posted: Mon May 18, 2020 12:07 pm
by fpiSTM

Re: Release 1.9.0 is available

Posted: Mon May 18, 2020 12:12 pm
by fpiSTM
Bakisha wrote: Fri May 15, 2020 9:15 pm - For STM32F401CC and STM32F411CE, "BlackPill" versions is with 25Mhz crystal, and "generic" is with 8Mhz crystal?
Yes
Bakisha wrote: Fri May 15, 2020 9:15 pm - About interrupts

Code: Select all

void irq_handler(HardwareTimer*) {
need to be

Code: Select all

void irq_handler(void) {  
No other changes in code? As, for old sketches, not newer one with new features.
Corect, no other API change.

Re: Release 1.9.0 is available

Posted: Tue May 19, 2020 12:48 am
by .rpv
Awesome, thanks :D