-
Notifications
You must be signed in to change notification settings - Fork 3k
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
STM32VL-Discovery port #217
Comments
Hi dinau, Yes, it is OK to send the pull request. Thank you for your contribution! Best, |
bridadan
pushed a commit
that referenced
this issue
Jun 21, 2016
Add socket event coalescing to reduce cpu usage in lazy implementations
yossi2le
pushed a commit
to yossi2le/mbed-os
that referenced
this issue
Jan 2, 2019
* change mbed os tag to mbed-os 5.8.4 and add new features to mbedignore * Update update-client-hub to UC-R1.3.2-RC01 Which include the following improvements * Use constant time binary compare function (IOTUC-308) (ARMmbed#217) * More robust update storage implementation (ARMmbed#221)
pan-
pushed a commit
to pan-/mbed
that referenced
this issue
May 29, 2020
Updating mbed-os to mbed-os-5.11.4
ccli8
pushed a commit
to ccli8/mbed-os
that referenced
this issue
Aug 13, 2024
Protection against using python version older than python3+
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I've ported mbed-sdk to STM32VL-Discovery board.
This port is basically derived from NUCLEO_F103RB port
and ported only with GCC_ARM toolchain at the momemt.
The target name is 'DISCO_F100RB'.
The statement at this moment is as follows,
I've checked working well,
(1) Simple 'ticker' program 'MBED_11: Ticker' is ok.
(2) RTX OS sample 'RTOS_1: Basic' is ok.
(3) printf() function outputs to UART port is ok.
PA2: UART TX
PA3: UART RX
(4) MBED_5: PWM
PWM port is PB3 and PB4.
Period 20msec, duty 75% and 50% are ok.
NUCLEO_F103RB(STM32F103RB) and STM32VL-Discovery(STM32F100RB) have
very similar peripheral architecture,
so probably some other peripheral test will be pass.
Build method:
(1) Build mbed library with RTX OS
python workspace_tools/build.py -m DISCO_F100RB -t GCC_ARM -r
(2) Generate test project (i.e.)
python workspace_tools/project.py -m DISCO_F100RB -i gcc_arm -p 39
(3) Build test project
Unzip
build/export/MBED_11_gcc_arm_DISCO_F100RB.zip
and execute command line 'make'.
May I send pull request of this implimentation ?
dinau
The text was updated successfully, but these errors were encountered: