-
Notifications
You must be signed in to change notification settings - Fork 1k
[New Variant] #648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @mayurharge |
I am trying to add STM32L433CBT6 series board, |
There is lot of change since 1.5.0 in the variant folder. So, firstly update to the latest core version as the wiki is aligned with the last release. |
Okay will try this
…On Thu, 12 Sep, 2019, 7:34 PM Frederic Pillon, ***@***.***> wrote:
There is lot of change since 1.5.0 in the variant folder. So, firstly
update to the latest core version as the wiki is aligned with the last
release.
That's probably solved your issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#648?email_source=notifications&email_token=AKDWW63UZC5D6GVTSDATFGLQJJD73A5CNFSM4IWDHXN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6SABKY#issuecomment-530841771>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKDWW63TEWLGUNTWK5TBXQTQJJD73ANCNFSM4IWDHXNQ>
.
|
Thankx again for the help, updating core solved my problem |
Hello,
I have followed add new variant steps as suggested in #633 .
I am getting these errors
error: 'TIM_HandleTypeDef' does not name a type
TIM_HandleTypeDef handle;
stm32/timer.h:188:25: error: variable or field 'timer_enable_clock' declared void
void timer_enable_clock(TIM_HandleTypeDef *htim);
stm32/timer.h:188:25: error: 'TIM_HandleTypeDef' was not declared in this scope
stm32/timer.h:188:44: error: 'htim' was not declared in this scope
void timer_enable_clock(TIM_HandleTypeDef *htim);
stm32/timer.h:189:26: error: variable or field 'timer_disable_clock' declared void
void timer_disable_clock(TIM_HandleTypeDef *htim);
here I am attaching my new Board file
boards.txt
and variant files
KIOT_L433xx.zip
please help to solve this issue and let me know where I went wrong
The text was updated successfully, but these errors were encountered: