-
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
building problem #13
Comments
emilmont
pushed a commit
that referenced
this issue
Aug 2, 2013
Changed pwm test code for LPC1114 using P1_1 (CT32B1_MAT0) and P1_2 (CT32B1_MAT1). [PWM test (MBED_5) result] Initialize PWM on pin 13 with duty cycle: 0.75 Initialize PWM on pin 14 with duty cycle: 0.50 {success} {end}
SeppoTakalo
pushed a commit
that referenced
this issue
Nov 9, 2016
Updated mbec-client-c version & unit tests
geky
added a commit
to geky/mbed
that referenced
this issue
Aug 25, 2018
Implement the get_erase_value function
evedon
pushed a commit
to evedon/mbed-os
that referenced
this issue
Jul 5, 2019
remove compile warning: comparison of an unsigned value is always true
hugueskamba
pushed a commit
to hugueskamba/mbed-os
that referenced
this issue
Jul 9, 2019
remove compile warning: comparison of an unsigned value is always true
hugueskamba
pushed a commit
to hugueskamba/mbed-os
that referenced
this issue
Jul 9, 2019
remove compile warning: comparison of an unsigned value is always true
linlingao
pushed a commit
to linlingao/mbed-os
that referenced
this issue
Jul 12, 2019
Filled out more serial API functions
evedon
pushed a commit
to evedon/mbed-os
that referenced
this issue
Jul 15, 2019
remove compile warning: comparison of an unsigned value is always true
pan-
pushed a commit
to pan-/mbed
that referenced
this issue
May 29, 2020
Fix call to EventQueue::post_every.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I would like to report the problem I had during the building:
Traceback (most recent call last):
File "workspace_tools/build.py", line 14, in
from workspace_tools.targets import TARGET_NAMES, TARGET_MAP
File "/home/mario/mbed/mbed/workspace_tools/targets.py", line 176, in
LPC4330(),
NameError: name 'LPC4330' is not defined
After commenting line 176 in target.py, the building works.
Thanks
bye
The text was updated successfully, but these errors were encountered: