-
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
LPC1114 Port Pull Request #17
Conversation
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.
This reverts commit 6bfb704.
This reverts commit da602b4.
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
Fixes one of Emilio's problems :D
Also keeps the GCC_ARM_PATH in keeping with the rest of the code, rather than looking out of place.
Removed an extra indent.
To stop github pointing it out to me that I've missed a new line :O the horror!
…114 support, which does work.
…into forpullrequest
Added this so it is consistent with the notebook page.
@@ -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'), |
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.
Why did you delete LPC1347 from thist list?
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.
When I tried export_test.py, the LPC1347 didn't work, as there are no template files.
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, |
API for changing DTLS handshake message timeouts.
Add MAC address set function
Add checks for '.' and '..' in readdir tests
Implement the get_erase_size API (based on address)
Add Jenkins file
Add dbghdr section to linker map to attempt to bypass external flash …
Add Jenkins file
Bring useful examples from oob-oct15 branch
CMake: Add support for NUCLEO_F303K8
No description provided.