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

LPC1114 Port Pull Request #17

Merged
merged 71 commits into from
Aug 2, 2013
Merged

LPC1114 Port Pull Request #17

merged 71 commits into from
Aug 2, 2013

Conversation

matthewelse
Copy link
Contributor

No description provided.

matthewelse and others added 30 commits July 19, 2013 11:24
Using ytsuboi's updates to the sdk, but with a brand new fork of the sdk
from mbedmicro/mbed
Files renamed to fit with the new style folder structure
It is a really pointless file, I may as well delete it.
In between the last two commits, I added debugging lines using serial to
try and locate the line of code that was causing the issues with GPIO.
However, didn't get anywhere with this because the gpio_write function
is defined in a header file, rather than in an implementation file, so
the printf function can't go there. As a result, it's just refactoring.
Also removed a random shortcut link that didn't need to be there
Basically this outputs a load of stuff to the serial port. I'm just
using this to get an idea of where the error lies within the code...
just succeed in build process. not yet tested.
Clean-up GPIO stuff, but it shoud be same behavior as before.
Added EXPORT directive for stack/heap.
Corrected base address of GPIO port register
@@ -73,7 +73,7 @@ def test_export(toolchain, target, expected_error=None):
setup_test_user_prj()

for toolchain, target in [
('uvision', 'LPC1768'), ('uvision', 'LPC11U24'), ('uvision', 'KL25Z'), ('uvision', 'LPC1347'),
('uvision', 'LPC1768'), ('uvision', 'LPC11U24'), ('uvision', 'KL25Z'), ('uvision', 'LPC1114'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you delete LPC1347 from thist list?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I tried export_test.py, the LPC1347 didn't work, as there are no template files.

@bogdanm
Copy link
Contributor

bogdanm commented Aug 2, 2013

Hello ytsuboi, toyowata,

Before we merge this pull request, could you please accept the mbed contributor's agreement here:

https://mbed.org/contributor_agreement/

Thanks a lot for your help. Also, awesome work on the port! :)

Best,
Bogdan

emilmont added a commit that referenced this pull request Aug 2, 2013
@emilmont emilmont merged commit 5489309 into ARMmbed:master Aug 2, 2013
SeppoTakalo pushed a commit that referenced this pull request Nov 9, 2016
API for changing DTLS handshake message timeouts.
kegilbert pushed a commit to kegilbert/mbed-os that referenced this pull request May 1, 2017
pan- pushed a commit to pan-/mbed that referenced this pull request Feb 23, 2018
@DBS06 DBS06 mentioned this pull request Jul 5, 2018
geky added a commit to geky/mbed that referenced this pull request Aug 25, 2018
Add checks for '.' and '..' in readdir tests
geky added a commit to geky/mbed that referenced this pull request Aug 25, 2018
Implement the get_erase_size API (based on address)
evedon pushed a commit to evedon/mbed-os that referenced this pull request Jul 5, 2019
linlingao added a commit to linlingao/mbed-os that referenced this pull request Jul 12, 2019
Add dbghdr section to linker map to attempt to bypass external flash …
evedon pushed a commit to evedon/mbed-os that referenced this pull request Jul 15, 2019
pan- pushed a commit to pan-/mbed that referenced this pull request May 29, 2020
Bring useful examples from oob-oct15 branch
0xc0170 pushed a commit that referenced this pull request Oct 28, 2020
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.

5 participants