-
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
LPC43xx port from Micromint #7
Conversation
Hi Jesus, 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, Sure. Will apply the changes and update later. I am busy with another I did a fetch and merge with the upstream repository earlier today Regards, -----Original Message-----
|
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, |
Hi Jesus, I guess with time I will learn to keep a more tidy git network graph: Thank you again for your contribution. Regards, |
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
Synd with master (12 March 2015)
Fixed pin definition for K82F
Increment erased block count in erase loop
NUCLEO_H743ZI: add FLASH feature
Fix nrf section iter ARMCC compiler macro check
Remove references to ssize_t in the code
Fix ARMCC build
Remove references to ssize_t in the code
Rename the events library to the equeue library
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:
Regards,
Jesus Alvarez