Toyomasa Watarai
|
0c0b51f663
|
Fixed pwm_api bug
Corrected pwm_timer_map table for LPC1114
|
2013-08-07 16:24:58 +09:00 |
Matthew Else
|
4401516f14
|
Removed unnecessary core_cm* files, as they are now shared in cmsis
|
2013-08-06 15:06:28 +01:00 |
Matthew Else
|
ef28879863
|
Merged remote tracking branch 'upstream/master'
|
2013-08-05 17:22:01 +01:00 |
Emilio Monti
|
54893092c3
|
Merge pull request #17 from matthewelse/forpullrequest
LPC1114 Port Pull Request
|
2013-08-02 08:56:44 -07:00 |
Matthew Else
|
789f81b1ea
|
Removed extra core_* files that are no longer needed. Makes Emilio more happy.
|
2013-08-01 22:54:52 +01:00 |
Matthew Else
|
07cddbf038
|
Merge remote-tracking branch 'upstream/master'
|
2013-07-30 12:01:49 +01:00 |
Bogdan Marinescu
|
5655d2fc2a
|
Fix for the previous "change vector table relocation check" commit.
|
2013-07-29 18:13:38 +03:00 |
Bogdan Marinescu
|
14409cd7fd
|
Change the check for vector table relocation
Allows the user to specify his own VTOR location.
Fixes PRMBED-1065.
|
2013-07-29 18:13:37 +03:00 |
Matthew Else
|
200b263dcd
|
Added basic stuff necessary to compile for LPC11C24 target.
|
2013-07-27 18:12:35 +01:00 |
ytsuboi
|
a9f0d9a3f7
|
[LPC1114]: uARM fixed
Tested with only "[ 32] MBED_11: Ticker"
|
2013-07-27 02:06:12 +09:00 |
Toyomasa Watarai
|
1781d58249
|
Merge branch 'master' of https://github.com/matthewelse/mbed
|
2013-07-22 15:13:13 +09:00 |
Toyomasa Watarai
|
b172cd866c
|
More fix for uARM build to avoid link error
|
2013-07-22 15:12:42 +09:00 |
ytsuboi
|
ca31bda530
|
Removed printf debug lines
|
2013-07-22 14:55:19 +09:00 |
Toyomasa Watarai
|
b4de4503a8
|
Fixed uARM build
Added EXPORT directive for stack/heap.
|
2013-07-22 10:29:20 +09:00 |
Matthew Else
|
84a76cd8d8
|
Added a load of debug lines
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...
|
2013-07-19 16:56:49 +01:00 |
Matthew Else
|
9097bf7f55
|
A bit more debugging
Also removed a random shortcut link that didn't need to be there
|
2013-07-19 15:32:29 +01:00 |
Matthew Else
|
a9bb4aa5cb
|
Lots of changes, fixing build bugs and renaming
Files renamed to fit with the new style folder structure
|
2013-07-19 13:59:50 +01:00 |
Matthew Else
|
18c291b7ce
|
Added ytsuboi's modifications for using the 1114
|
2013-07-19 11:24:51 +01:00 |
Bogdan Marinescu
|
dd70336886
|
[LPC11U24] Take advantage of the full 8K of RAM
The linker command scripts/startup files used only 4K of RAM on this target.
|
2013-07-17 15:29:40 +03:00 |
Bogdan Marinescu
|
7d5e9dac70
|
[LPC1347] Added support for the ARM toolchain.
|
2013-07-17 15:25:18 +03:00 |
samuel.mokrani@arm.com
|
6b7f4b998e
|
[LPC1347]: first implementation of PWMOut (not tested)
|
2013-07-17 15:17:09 +03:00 |
Bogdan Marinescu
|
721082257c
|
Preliminary support for LPC13XX
Works only with GCC_ARM for now.
|
2013-07-17 14:57:02 +03:00 |
Emilio Monti
|
597c62e06a
|
Add the vendor name as a proper target label
|
2013-07-03 17:14:43 +01:00 |