pbrier
|
9011a5453a
|
Compile network and RTOS with GCC_ARM
|
2013-08-14 22:45:55 +02:00 |
pbrier
|
c0fdbede02
|
Compile network and RTOS with GCC_ARM
|
2013-08-14 22:34:33 +02:00 |
Emilio Monti
|
0843613136
|
Add LPC11U24/301 TARGET
|
2013-08-09 17:21:03 +01:00 |
Bogdan Marinescu
|
3b465de3aa
|
Changed line endings to LF, removed non-ASCII chars from sources
|
2013-08-08 12:58:34 +03:00 |
Bogdan Marinescu
|
3f703f1bf0
|
[LPC11C24] Make code compatible with the interrupt chaining code
|
2013-08-07 15:24:30 +03:00 |
Bogdan Marinescu
|
6c05438993
|
Interrupt chaining: added documentation, fixed a synchronization issue in CallChain.
|
2013-08-07 14:46:40 +03:00 |
Bogdan Marinescu
|
d399e51bfd
|
Interrupt chaining: now working on all targets.
Tested on LPC1768, LPC11U24, KL25Z, LPC2368.
|
2013-08-07 14:43:36 +03:00 |
Bogdan Marinescu
|
43d4445074
|
Interrupt chaining: preliminary version
|
2013-08-07 14:43:26 +03:00 |
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
|
f7a2be4bed
|
Merge remote-tracking branch 'upstream/master'
|
2013-08-06 09:42:09 +01:00 |
Matthew Else
|
ef28879863
|
Merged remote tracking branch 'upstream/master'
|
2013-08-05 17:22:01 +01:00 |
0xc0170
|
e993e94886
|
Update kl25z_gcc_arm branch to latest master
|
2013-08-04 19:21:04 +02:00 |
0xc0170
|
08beebcd83
|
RAM region shifted by 0xC0 for vectors
|
2013-08-02 22:32:41 +02:00 |
0xc0170
|
0d6bec9d8c
|
LD - space reserved for vectors in RAM
|
2013-08-02 21:08:29 +02:00 |
0xc0170
|
48ee225d1f
|
vectors and flash protection area are separated
|
2013-08-02 18:01:49 +02:00 |
Emilio Monti
|
54893092c3
|
Merge pull request #17 from matthewelse/forpullrequest
LPC1114 Port Pull Request
|
2013-08-02 08:56:44 -07:00 |
0xc0170
|
afab75fd01
|
only one flash memory (FLASH)
|
2013-08-02 07:14:36 +02: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 |
0xc0170
|
33c096c9d0
|
Initial version of a ld and a startup for KL25Z ARM GCC
|
2013-07-31 10:19:18 +02:00 |
Matthew Else
|
07cddbf038
|
Merge remote-tracking branch 'upstream/master'
|
2013-07-30 12:01:49 +01:00 |
Bogdan Marinescu
|
48d41016cd
|
Added armcc support for STM32F407
|
2013-07-29 18:15:04 +03: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 |
0xc0170
|
43ace93009
|
removed KL05Z hw tests + mv KL05Z to TARGET_Freescale
|
2013-07-04 17:57:52 +02:00 |
0xc0170
|
551f06b66b
|
Merge branch 'master' into freedomKL05
Conflicts:
workspace_tools/toolchains/arm.py
|
2013-07-04 17:40:46 +02:00 |
Emilio Monti
|
597c62e06a
|
Add the vendor name as a proper target label
|
2013-07-03 17:14:43 +01:00 |
0xc0170
|
90bb8521aa
|
ADC, code indentation
- ADC resolution - 12bit, all pins definition
- code indentation
|
2013-07-02 19:34:11 +02:00 |
0xc0170
|
ed200183d0
|
RTC OSC32, systemUpdate v0.1
- RTC clock init from crystal, tested
- system update function
- startup - handler PORTB correction
|
2013-07-01 21:32:22 +02:00 |
0xc0170
|
7d3864f27b
|
Update KL05 to mbed new structure
|
2013-06-29 09:08:28 +02:00 |
Emilio Monti
|
265c5b405d
|
Move common CMSIS headers
Remove obsolete CMSIS "*.c" files
|
2013-06-28 16:12:45 +01:00 |
Joe Turner
|
3e40b905f0
|
Merge branch 'master' of git://github.com/mbedmicro/mbed into STM32F4
Conflicts:
workspace_tools/targets.py
|
2013-06-26 13:34:34 +01:00 |
jesusalvarez
|
ecd051c7a1
|
LPC43xx port from Micromint
|
2013-06-25 02:20:08 -04:00 |
Emilio Monti
|
984ba4b113
|
Refactor the build system:
* add sets of TARGET and TOOLCHAIN "labels"
|
2013-06-24 14:32:08 +01:00 |