Skip to content
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

LPC43xx port from Micromint #7

Merged
merged 1 commit into from
Jun 25, 2013
Merged

LPC43xx port from Micromint #7

merged 1 commit into from
Jun 25, 2013

Conversation

micromint
Copy link
Contributor

This is an mbed port to the LPC43xx tested with the Micromint Bambino 200. Some details are available in the README file

mbed/libraries/mbed/vendor/NXP/LPC43XX/README.txt

This port is still in development. Besides bug fixes there are two major changes planned for the next few weeks:

  1. Support for Ethernet, USB and microSD filesystems when the Bambino 200E is shipping.
  2. Use the mbed SDK with the slave M0 core.We can build mbed M0 binaries (using an external project file) but some changes are required in the startup so they can be started from the master M4 core.

Regards,
Jesus Alvarez

@emilmont
Copy link
Contributor

Hi Jesus,
thank you very much for this contribution.

Unfortunately, this pull request cannot be merged by github because the affected files and directories were moved.

Would you mind to reapply this changeset on top of the latest revision?

Thanks,
Emilio

@micromint
Copy link
Contributor Author

Emilio,

Sure. Will apply the changes and update later. I am busy with another
issue at the moment but will do so by tomorrow morning at the latest.

I did a fetch and merge with the upstream repository earlier today
before pushing the update, but the new rev was posted some time in
between. My timing was just not good.

Regards,
Jesus Alvarez

-----Original Message-----
From: Emilio Monti [email protected]
Sent: Monday, June 24, 2013 4:39:57 PM
To: mbedmicro/mbed [email protected]
Cc: jesusalvarez [email protected]
Subject: Re: [mbed] LPC43xx port from Micromint (#7)

Hi Jesus,
thank you very much for this contribution.

Unfortunately, this pull request cannot be merged by github because
the affected files and directories were moved.

Would you mind to reapply this changeset on top of the latest revision?

Thanks,
Emilio


Reply to this email directly or view it on GitHub
#7 (comment).

@micromint
Copy link
Contributor Author

Hi, Emilio,

I updated my repository to the latest version and applied the changes

My port does not use Code Warrior but to build without errors I had to update the Code Warrior path variables in workspace_tools/toolchains/gcc.py to match those in workspace_tools/settings.py (GCC_CW_PATH, EWL_LIB_PATH)

Regards,
Jesus Alvarez

@emilmont emilmont merged commit ecd051c into ARMmbed:master Jun 25, 2013
@emilmont
Copy link
Contributor

Hi Jesus,
I fixed the Code Warrior paths issue, thank you for reporting it.
Doing so I created a conflict in "workspace_tools/toolchains/gcc.py", I merged it manually on the command line.

I guess with time I will learn to keep a more tidy git network graph:
https://github.com/mbedmicro/mbed/network

Thank you again for your contribution.

Regards,
Emilio

PrzemekWirkus added a commit that referenced this pull request Feb 19, 2015
1. Removed globaly initialized data inside class test() function
2. Removed global variables initialization dependency. Any cause some Python
   implementations and configurations to fail in runtime
3. Added info about Echo port #7 rationale.
4. Testsed with K64F and network tests:

Test summary:
+--------+--------+---------+----------------------------+--------------------+
| Result | Target | Test ID | Test Description           | Elapsed Time (sec) |
+--------+--------+---------+----------------------------+--------------------+
| OK     | K64F   | NET_1   | TCP client hello world     |        3.26        |
| OK     | K64F   | NET_13  | TCP client echo loop       |        2.05        |
| OK     | K64F   | NET_2   | NIST Internet Time Service |        3.43        |
| OK     | K64F   | NET_3   | TCP echo server            |        1.54        |
| OK     | K64F   | NET_4   | TCP echo client            |        1.54        |
| OK     | K64F   | NET_5   | UDP echo server            |        1.46        |
| OK     | K64F   | NET_6   | UDP echo client            |        1.6         |
| OK     | K64F   | NET_7   | HTTP client hello world    |        3.4         |
| OK     | K64F   | NET_8   | NTP client                 |        2.39        |
+--------+--------+---------+----------------------------+--------------------+
Result: 9 OK

Completed in 122.18 sec
PrzemekWirkus added a commit that referenced this pull request Mar 13, 2015
Synd with master (12 March 2015)
@mbed-bot mbed-bot mentioned this pull request Jun 11, 2015
SeppoTakalo pushed a commit that referenced this pull request Nov 9, 2016
pan- referenced this pull request in pan-/mbed Jan 18, 2018
Palsm cordio and Nordic implementation
geky added a commit to geky/mbed that referenced this pull request Aug 25, 2018
geky added a commit to geky/mbed that referenced this pull request Aug 25, 2018
Increment erased block count in erase loop
bcostm pushed a commit to bcostm/mbed-os that referenced this pull request Sep 14, 2018
cmonr pushed a commit that referenced this pull request Jan 4, 2019
elm3 pushed a commit that referenced this pull request Feb 1, 2019
Fix nrf section iter ARMCC compiler macro check
hugueskamba referenced this pull request in hugueskamba/mbed-os Jul 3, 2019
evedon pushed a commit to evedon/mbed-os that referenced this pull request Jul 5, 2019
Remove references to ssize_t in the code
linlingao added a commit to linlingao/mbed-os that referenced this pull request Jul 12, 2019
evedon pushed a commit to evedon/mbed-os that referenced this pull request Jul 15, 2019
Remove references to ssize_t in the code
geky added a commit to geky/mbed that referenced this pull request Aug 4, 2019
Rename the events library to the equeue library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants