-
Notifications
You must be signed in to change notification settings - Fork 46
Sync with pebble main branch #144
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is pretty difficult to effectively review a 4,000 line PR, could you split this into multiple PRs where the commits have messages that clearly define what is being added/changed (ie, most of them should probably mention sifli
as a commit message prefix.
I also think you may not want to name your board after the HW platform, in the same way snowy
is not called stm32f4
and asterix
is not called nrf52
.
It'd also be great to understand as context what boards/devices you're intending to use this for, if you can share this.
Signed-off-by: Gerard Marull-Paretas <[email protected]>
Signed-off-by: Gerard Marull-Paretas <[email protected]>
Signed-off-by: Gerard Marull-Paretas <[email protected]>
Signed-off-by: Gerard Marull-Paretas <[email protected]>
Signed-off-by: Gerard Marull-Paretas <[email protected]>
So that CI is happy when doing changes. Signed-off-by: Gerard Marull-Paretas <[email protected]>
Signed-off-by: Gerard Marull-Paretas <[email protected]>
Signed-off-by: Gerard Marull-Paretas <[email protected]>
Signed-off-by: Gerard Marull-Paretas <[email protected]>
So CI is happy. Signed-off-by: Gerard Marull-Paretas <[email protected]>
So CI is happy. Signed-off-by: Gerard Marull-Paretas <[email protected]>
Putting memcpy into RAM for execution Turn off interrupt execution when erasing flash.
1) flash write source buffer should not be in the same flash 2) remove wdt enable code as it's for debug purpose
No description provided.