-
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
Added LPC810 support #54
Conversation
Hi, How did you test this? I'm unable to compile even the basic test because the flash overflows. |
You need armcc and uARM.
I'm not tested with basic test, yet. Because, I think I need to change a lot of part of test codes. |
Thanks, I modified an example meanwhile and I was able to compile it too. By the way, I refactored the code for LPC810/LPC812, the changes are on master. If you have some time, would you please try to compile your code again with the latest master version and check if it still works? Thanks, |
Great. OK, so I will try your refactored codes in this few days. I was not sure this LPC810 support is acceptable or not. So, not tested well and not maintained these days. But, I could confirm this is acceptable, so I will process the remains. Thanks, |
… from a1982c1..e125164 e125164 Check secure session pointer in timer callback (ARMmbed#61) f49e596 Update unit tests (ARMmbed#59) 6a5634a Support for multiple virtual services (ARMmbed#58) 7fe6b98 Remove yotta files (ARMmbed#57) 5c5c8fe Fix socket send return value overflow (ARMmbed#56) 0870d05 Update unit test stubs to match latest socket api (ARMmbed#55) e687be8 Merge pull request ARMmbed#54 from ARMmbed/warn_fixes b8fe613 updated unittests 8640d05 Compilation warnings fixed eea83e5 Flag out entropy source addition (ARMmbed#53) 7d72eb4 Fix unittests (ARMmbed#52) 4a6991e Avoid referencing ns_msghdr_t::flags git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service git-subtree-split: e125164
…8c23..af5f59cd2 af5f59cd2 Add CMakeLists.txt to support PAL Tools (#61) 24e16e766 Fix header documentation (#58) 23ea8f51c Update README.md (#57) 99aaa6eef Provide environment-agnostic configuration macros. (#54) da9eb9f3a Merge pull request #53 from ARMmbed/max_trace_level 0a51dcae8 Flash size can be limited by defining MBED_TRACE_MAX_LEVEL git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-trace git-subtree-split: af5f59cd2cbac4064875be0c339da114d88fd5e1
Whitelist: fix not updating size of array
add support for SD card holder on HEXIWEAR base board.
Added SPI DMA code
Add Eddystone API to change default device name
Update reference to the ST shield library
No description provided.