Release 1.9.0 is available

Information on the latest releases
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Release 1.9.0 is available

Post by fpiSTM »

stas2z
Posts: 131
Joined: Mon Feb 24, 2020 8:17 pm
Answers: 8

Re: Release 1.9.0 is available

Post by stas2z »

Oh, uve decided to release 1.9 without f4 hal update?
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Release 1.9.0 is available

Post 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.
stas2z
Posts: 131
Joined: Mon Feb 24, 2020 8:17 pm
Answers: 8

Re: Release 1.9.0 is available

Post by stas2z »

ok, no problem for me)
User avatar
NasTor
Posts: 9
Joined: Sat Dec 21, 2019 7:17 am

Re: Release 1.9.0 is available

Post by NasTor »

Thank you very much. i really appreciate your effort and time !!!!
User avatar
Bakisha
Posts: 139
Joined: Fri Dec 20, 2019 6:50 pm
Answers: 5
Contact:

Re: Release 1.9.0 is available

Post 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.
jmcSciences
Posts: 5
Joined: Mon May 18, 2020 11:42 am

Re: Release 1.9.0 is available

Post 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
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Release 1.9.0 is available

Post by fpiSTM »

User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Release 1.9.0 is available

Post 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.
.rpv
Posts: 43
Joined: Wed Dec 18, 2019 10:19 pm

Re: Release 1.9.0 is available

Post by .rpv »

Awesome, thanks :D
Post Reply

Return to “Builds and Announcements”