-
Notifications
You must be signed in to change notification settings - Fork 3k
Introduction of new platform LPC2460 MCU #1118
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
Conversation
…_CR toolchain as not compatible
Conflicts: libraries/USBDevice/USBDevice/USBEndpoints.h workspace_tools/export_test.py
I accepted the contributor-agreement with login "logost". |
Hello, will this board be available? I don't have it to test the actual implementation. |
@@ -254,6 +254,13 @@ def __init__(self): | |||
self.extra_labels = ['NXP', 'LPC23XX'] | |||
self.supported_toolchains = ["ARM", "GCC_ARM", "GCC_CR"] | |||
|
|||
class LPC2460(LPCTarget): |
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.
Is LPC2460 the name of the platform or only the MCU?
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 MCU, of course. I did everything by analogy with LPC2368(similar MCU). Do I need to do some renaming?
I tested on end-user device based on MCU LPC2460 (http://chainwayits.en.alibaba.com/product/1999064255-220811371/vehicle_driving_data_recorder_with_GPS_tracker_for_fleet_management.html). |
Introduction of new platform LPC2460 MCU
I added support of new target platform LPC2460 (ARM7TDMI-S based 32-bit RISC Microcontroller with Thumb extensions, 98KB RAM, CPU clock up to 72 MHz)
Only GCC ARM toolchain is supported.
This Pull Request contains two parts:
Solution has been tested on some proprietary board (not on an evaluation board).