kazu
fd497f40de
Update build_release.py
2014-06-15 09:25:00 +09:00
kazu
17f5c62b93
Update codered.py
2014-06-15 09:21:44 +09:00
kazu
3387f76cba
add 11U68 ARM CR
2014-06-15 09:12:42 +09:00
kazu
b4fb8525ea
add 11U68 ARM CR
2014-06-15 09:10:32 +09:00
0xc0170
e6038209f3
[KDS exporter] newlib-nano
2014-06-14 11:13:57 +01:00
0xc0170
dc50dad6e2
[KDS exporter] Print size, slashes corrections
2014-06-13 18:19:51 +01:00
0xc0170
60bf37ca7d
[KDS exporter] debug symbols enabled, linker paths addition, plus common flags enabled/disabled
2014-06-13 14:04:32 +01:00
dinau
131cdb529d
[LPC2368][GCC_ARM] Added export functionality
...
Other changes are,
(1) Modified link error
(2) Silent Warning
2014-06-13 20:13:14 +09:00
Przemek Wirkus
2750c36086
More improvements to switch -t (Shorter matrix of text x toolchains results)
2014-06-12 17:46:05 +01:00
Przemek Wirkus
5fade0ff20
Added switch -C to run only common tests. This is oposite option to -P which will test only peripherals
2014-06-12 16:04:05 +01:00
Przemek Wirkus
86e953d817
Not needed spaces removed from 'include files' list generators
2014-06-12 16:04:03 +01:00
0xc0170
ca8fb6c0ab
[K64F] Startup GCC ARM suffix correctionppercase
...
- uppercase assembly extension for KDS to recognize the files (bug in eclipse)
2014-06-12 15:15:16 +01:00
0xc0170
136569cf45
Freescale KDS template for launch configuration
...
- corrections in templates - include ass/c/c++
2014-06-12 15:12:12 +01:00
Bogdan Marinescu
af13906dd5
Merge branch 'juancferrer-nrf51822-gcc-arm-export'
2014-06-12 14:45:55 +01:00
Bogdan Marinescu
66d25186cd
Merge branch 'nrf51822-gcc-arm-export' of git://github.com/juancferrer/mbed into juancferrer-nrf51822-gcc-arm-export
...
Conflicts:
workspace_tools/export/gccarm.py
workspace_tools/export_test.py
workspace_tools/targets.py
2014-06-12 14:44:36 +01:00
Martin Kojtal
fb13a684ae
Merge pull request #356 from tkuyucu/master
...
[NRF] PWM issue solved when Softdevice is running
2014-06-12 14:35:39 +01:00
tkuyucu
86234528c2
Merge branch 'upstream/master'
2014-06-12 15:20:59 +02:00
tkuyucu
5cb6b71015
Increase PWM timer precision
2014-06-12 15:05:44 +02:00
tkuyucu
a384cf796e
New PWM implementation
...
The old implementation suffered when SoftDevice was under use. The new
implementation is more robust.
2014-06-12 14:52:46 +02:00
kazu
ebced1c131
Update codered.py
2014-06-12 21:04:59 +09:00
kazu
1fe1b65749
Update build_release.py
2014-06-12 21:02:32 +09:00
Bogdan Marinescu
0c93185802
Merge pull request #355 from arebert/lpc4088
...
[LPC4088] Corrected FPU setting in LPCXpresso project file
2014-06-12 10:26:01 +01:00
Andreas Rebert
5d4be89662
[LPC4088] Corrected FPU setting in LPCXpresso project file
2014-06-12 11:22:18 +02:00
Bogdan Marinescu
0b5a92fbc5
Merge pull request #352 from 0xc0170/dev_error_header_inclusion
...
Error header inclusion in the error code file - fix.
2014-06-12 10:07:36 +01:00
Bogdan Marinescu
1b287bb08e
Merge pull request #353 from neilt6/master
...
Reset device to initial state in disconnect()
2014-06-12 10:07:08 +01:00
0xc0170
d6c10d1cd2
mbed interface header inclusion in board.c
2014-06-12 09:46:24 +01:00
Juan Carlos Ferrer
cd176039df
cleanup
2014-06-11 16:55:21 -05:00
Juan Carlos Ferrer
92c5d1b578
Updates clock value
2014-06-11 16:55:11 -05:00
kazu
d9c48d3450
add 1549 GCC_CR
2014-06-12 05:33:50 +09:00
kazu
a0b12abc1b
add 1549 GCC_CR
2014-06-12 05:29:44 +09:00
Neil Thiessen
2430d649ea
Reset device to initial state in disconnect()
...
Added code to reset the device to the initial state when disconnect() is called. This prevents calls to configured() from returning true when the device has been disconnected.
2014-06-11 13:40:18 -06:00
Przemek Wirkus
74a051e5e6
cppcheck Popen usage improvements (stderr issues)
2014-06-11 17:08:35 +01:00
0xc0170
747007a369
initial version - exporters for Freescale KDS
2014-06-11 16:30:43 +01:00
Przemek Wirkus
d58d532ebc
cppcheck Linux / Windows support
2014-06-11 15:52:12 +01:00
Bogdan Marinescu
fb9ea201d4
Merge branch '0xc0170-dev_error_assert'
2014-06-11 15:51:01 +01:00
Bogdan Marinescu
c694da0543
Merge branch 'dev_error_assert' of git://github.com/0xc0170/mbed into 0xc0170-dev_error_assert
...
Conflicts:
libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC11U6X/serial_api.c
workspace_tools/toolchains/arm.py
2014-06-11 15:50:34 +01:00
Przemek Wirkus
43ef069310
cppcheck cmd call bugfixes
2014-06-11 15:26:00 +01:00
Przemek Wirkus
4c738929a4
Cppcheck command execution fixes
2014-06-11 15:07:38 +01:00
Przemek Wirkus
d05f4fc6cf
Added tmp file file list passing to cppcheck to avoid 'command line too long' errors
2014-06-11 14:47:54 +01:00
0xc0170
2e05e5cc07
Error header inclusion in the error code file - fix.
...
- weak declarations removal from code files
2014-06-11 14:23:55 +01:00
Przemek Wirkus
e535ad0ce5
Added HTML verbose (inactive) for -S switch
2014-06-11 13:15:14 +01:00
Bogdan Marinescu
42deb9ac55
Merge pull request #342 from bcostm/master
...
[NUCLEO_F401RE] Remove call to Systick + bug fixes
2014-06-11 09:42:11 +01:00
Bogdan Marinescu
0adb870369
Merge branch 'arch-pro' of git://github.com/xiongyihui/mbed
...
Conflicts:
workspace_tools/targets.py
2014-06-11 09:40:42 +01:00
Bogdan Marinescu
ff65c63a80
Merge pull request #346 from devanlai/LPC11CXX-RTR
...
Add support for remote CAN frames on LPC11CXX
2014-06-11 09:16:41 +01:00
Bogdan Marinescu
281ecee63f
Merge pull request #350 from 0xc0170/dev_k64f_enet_fix
...
[K64F] enet - IRQ handlers are in the emac (eth) layer
2014-06-11 09:16:05 +01:00
Bogdan Marinescu
37fa662c3c
Merge pull request #348 from 0xc0170/dev_k64f_gcc_fix
...
[K64F] ARM GCC startup fix - watchdog, linker correction and NVIC number of ...
2014-06-11 09:15:33 +01:00
Martin Kojtal
aba739c87a
Merge pull request #349 from tkuyucu/master
...
[NRF51822] Re-init NRF Timer if powered down
2014-06-11 08:35:04 +01:00
tkuyucu
416900bdd9
Re-init timer if powered down
...
Re-commit after reverting the last commit with the changes to error.c
2014-06-11 09:22:47 +02:00
tkuyucu
5b60c2942d
Revert "Re-init Timer if powered down"
...
This reverts commit 21a8a92e87
.
2014-06-11 09:21:24 +02:00
Przemek Wirkus
f930af5ffc
Added cppcheck support for libraries
2014-06-10 17:25:54 +01:00