Matthew Else
|
04a368cbed
|
Merge remote-tracking branch 'upstream/master'
|
2013-07-23 09:50:36 +01:00 |
Emilio Monti
|
27808da5ec
|
Correctly wait for powerup acknowledge
|
2013-07-22 18:17:12 +01:00 |
Toyomasa Watarai
|
796bbbeb0d
|
Fixed ARM/uARM build and compile error in DigitalOut.h
|
2013-07-20 19:46:24 +09:00 |
Matthew Else
|
c703096234
|
Clicked the wrong button, and had to revert.
|
2013-07-19 14:34:44 +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 |
Emilio Monti
|
091fe5c3d0
|
synch targets, exporters and tests
|
2013-07-17 14:11:54 +01:00 |
Emilio Monti
|
5020b9ad3b
|
Stop using the patched microlib
|
2013-07-08 17:31:04 +01:00 |
Emilio Monti
|
170b1f8f49
|
fix target name
|
2013-07-08 15:58:15 +01:00 |
jesusalvarez
|
804176b806
|
Update targets and pins for LPC43xx
|
2013-07-07 23:27:11 -04:00 |
Emilio Monti
|
6625a4b61c
|
remove temporary files
|
2013-07-04 17:34:13 +01: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 |
0xc0170
|
2b57ae9c23
|
KL25 + KL05 - no pull down, pullup for INPUT pins by default
- pull down removal
- ARMCC - debug information option
|
2013-07-03 19:39:19 +02:00 |
Emilio Monti
|
597c62e06a
|
Add the vendor name as a proper target label
|
2013-07-03 17:14:43 +01:00 |
Joe Turner
|
bd7554f6aa
|
Add debug-info option
|
2013-07-03 13:20:08 +01:00 |
0xc0170
|
9ff042699b
|
Update freedomKL05 from upstream master
|
2013-07-02 19:44:15 +02:00 |
Emilio Monti
|
df9e56f638
|
Fix option append
|
2013-07-02 17:04:40 +01:00 |
Emilio Monti
|
a19e99621f
|
Merge branch 'master' of https://github.com/mbedmicro/mbed
|
2013-07-02 16:45:35 +01:00 |
Emilio Monti
|
cd669a943f
|
Add build options
Implement "save-asm" option
|
2013-07-02 16:43:29 +01:00 |
samux
|
a7d3226554
|
pyOCD: fix CDBGPWRUPACK - CSYSPWRUPACK
|
2013-07-02 14:40:51 +01: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 |
Bogdan Marinescu
|
39f4d26896
|
Added I2C master/slave test to the list of tests
|
2013-07-01 16:29:38 +01:00 |
0xc0170
|
cd5d235e2b
|
Merge branch 'master' into freedomKL05
Conflicts:
workspace_tools/targets.py
workspace_tools/tests.py
|
2013-06-29 07:53:32 +02:00 |
emilmont
|
b464564dc1
|
Avoid including two times the same set of directories
|
2013-06-28 21:05:27 +01:00 |
0xc0170
|
5d169ce654
|
Clocks correction, ticker, tests
- systemInit - clock update (crystal 32768Hz)
- us_ticker - MCG clock input
- Kl05 testing - pin definitions for KL05 (all run in KEIL with debugger)
|
2013-06-27 23:20:47 +02: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 |
Emilio Monti
|
b1ef7a99e0
|
merge LPC43xx port from Micromint
|
2013-06-25 10:46:14 +01:00 |
Emilio Monti
|
1c98308182
|
Update default CodeWarrior paths
|
2013-06-25 10:23:28 +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 |
0xc0170
|
8a41a5ba9a
|
KL05 analog in+out, gpio irq
- AnalogIn
- AnalogOut
- GPIO irq
- target KL05 added
|
2013-06-23 18:22:46 +02:00 |
Joe Turner
|
0523687926
|
Merge branch 'cortex-m4-float-options' into STM32F4
|
2013-06-19 13:34:56 +01:00 |
Joe Turner
|
b211a33a53
|
Use correct setting for -mfpu when building for Cortex-M4 targets, and
add a setting for using hard or soft floating point.
|
2013-06-19 13:32:06 +01:00 |
Joe Turner
|
92a5e412bd
|
Merge branch 'master' into STM32F4
Conflicts:
workspace_tools/build_api.py
workspace_tools/data/support.py
workspace_tools/libraries.py
workspace_tools/paths.py
workspace_tools/toolchains.py
|
2013-06-19 13:10:44 +01:00 |
Emilio Monti
|
90b614baf8
|
Unify mbed library sources
Remove stdio retargeting reference form cmsis: keep it as a standalone
object
Avoid object files clash for sources with the same name
|
2013-06-14 17:32:15 +01:00 |
Emilio Monti
|
31ee5e5f29
|
Refactoring of the mbed SDK:
- Provide a well defined HAL and API
- Keep separated the HAL implementations for the different targets
|
2013-06-10 15:44:08 +01:00 |
Joe Turner
|
9d488c6ea7
|
Make toolchain use hard float, and remove debugging statement.
|
2013-06-05 13:07:57 +01:00 |
Emilio Monti
|
85ee266ab2
|
Add scripts to sinchronize mbed.org libraries with mbed SDK
|
2013-05-30 18:22:41 +01:00 |
Emilio Monti
|
f3acb6c8fd
|
cleanup
|
2013-05-30 10:56:18 +01:00 |
Andreas Rebert
|
2662e105c4
|
Add support for NXP LPC4088
|
2013-05-16 08:53:02 +02:00 |
Emilio Monti
|
be73e26366
|
[mbed::net] Not shutting down the socket, before closing it, is not robust in lwIP
|
2013-05-14 10:41:47 +01:00 |
Emilio Monti
|
3f96b401b0
|
Do not repeat tolchain names list
|
2013-05-13 16:14:22 +01:00 |
Emilio Monti
|
cc3dcf6c87
|
Update KL25Z uVision project template. Use an RTOS project as exporter test case.
|
2013-05-13 16:13:25 +01:00 |
Emilio Monti
|
992f34117a
|
Use two separate toolchains for CodeWarrior: one using EWL and one using newlib
|
2013-05-10 16:36:40 +01:00 |
samux
|
4292adebc1
|
[KL25Z]: spi slave and i2c slave support
|
2013-05-08 16:05:57 +01:00 |
Emilio Monti
|
0fc4d497b2
|
Fix whitespaces missed by merge tool
|
2013-04-26 17:51:31 +01:00 |
Emilio Monti
|
2f74fffc00
|
Avoid relying on environmental variables for ARMCC system include and library paths. Provide build progress notification to web IDE. Add generic MBED_MCU target.
|
2013-04-26 17:34:42 +01:00 |
Emilio Monti
|
3cba20b3cd
|
ARMCC 5.03 support: correct python indentation
|
2013-04-24 15:33:41 +01:00 |
Emilio Monti
|
a6cad7b15e
|
Prepare support for ARMCC 5.03 (mainline microlib)
|
2013-04-24 15:29:23 +01:00 |