Masao Hamanaka
|
a210914f42
|
Fixed some function's bugs
Fixed some bugs and modified mmu setting.
Fixed functions as below
- analog in
- i2c
- interruptin
|
2014-11-18 13:54:39 +09:00 |
Sissors
|
4a7fde6fa0
|
[USBDevice] Fix K20D50M name
Since it was initially K20D5M the name is still wrong in USBDevice. This
should fix it.
|
2014-11-17 18:08:37 +01:00 |
Przemek Wirkus
|
2ab22b1dbe
|
Host test plugins: removed shutil.copy() dependency and added re module import - note this plugin is still unstable so change is just cosmetic
|
2014-11-17 16:07:18 +00:00 |
Przemek Wirkus
|
7e11ffd173
|
Fixed traceback from host_test_plugin - formating issue with integer
|
2014-11-17 15:45:10 +00:00 |
Przemek Wirkus
|
0e51149ecf
|
tcpclient test: cheanged the way we ask server for file content (we will now ask for full path, not relative one) so we avoid 'File moved' HTTP 301 return code.
|
2014-11-17 10:38:18 +00:00 |
bcostm
|
ff85a88b7b
|
[NUCLEO_F4] Add PeripheralPins.c/h file
Move all pinouts into these 2 files.
|
2014-11-17 10:01:44 +01:00 |
kshoji
|
3dcb6a5b25
|
nRF51822 - Add support for Serial 31250 baud (for Legacy MIDI)
|
2014-11-17 12:56:40 +09:00 |
ohagendorf
|
67379da300
|
[NUCLEO_F302R8] exporters for gcc_arm and coide
Adding a missing line in build_release.
|
2014-11-16 18:29:15 +01:00 |
ohagendorf
|
42c20128a6
|
[NUCLEO_F302R8] exporters for gcc_arm and coide
Adds exporter for gcc_arm and coide for the NUCLEO_F302R8.
|
2014-11-16 18:24:57 +01:00 |
ohagendorf
|
5c36e9544f
|
[NUCLEO_L152RE] exporters for gcc_arm and coide
|
2014-11-16 17:10:47 +01:00 |
ohagendorf
|
1cde3b3877
|
[EXPORT][GCC_ARM] additional linker option for wrap main
Most makefile templates didn't use the -Wl,--wrap,main so that
__wrap_main was not called.
|
2014-11-15 21:35:48 +01:00 |
Rohit Grover
|
ab3fb54a15
|
fix a minor typo in an error message
|
2014-11-15 08:47:35 +00:00 |
dinau
|
feae034bff
|
[Export][GCC_ARM][Makefile][tmpl] Fixed parallel build errro and others.
|
2014-11-15 11:43:15 +09:00 |
Przemek Wirkus
|
70d2f16ca3
|
Removed dependency to Standard library header <cstdint>
|
2014-11-14 17:17:26 +00:00 |
Martin Kojtal
|
570c25d255
|
Merge pull request #705 from 0xc0170/fix_issue#704
Targets: K64F - UART_NUM fix in a condition
|
2014-11-14 07:46:28 -08:00 |
0xc0170
|
81254a0e44
|
K64F - UART_NUM fix in a condition
|
2014-11-14 15:21:39 +00:00 |
Masao Hamanaka
|
cde105eaa5
|
Fixed a bug of serial interrupt
I fixed a bug of serial interrupt as below.
Serial TX/RX interrupt was not occur when TX/RX end.
|
2014-11-14 21:20:46 +09:00 |
Bogdan Marinescu
|
e53ae9e840
|
Merge pull request #700 from masaohamanaka/master
[RZ_A1H]Fixed a bug of CMSIS-RTOS RTX for Cortex-A9
|
2014-11-14 11:51:11 +00:00 |
Martin Kojtal
|
c4901dbb33
|
Merge pull request #701 from bcostm/master
Targets: NUCLEOs - Align hal files
|
2014-11-14 02:13:22 -08:00 |
bcostm
|
ac6b5cb06b
|
[NUCLEO_F0] Align hal files
|
2014-11-14 11:01:47 +01:00 |
bcostm
|
23761ee73e
|
[NUCLEO_F3] Align hal files
|
2014-11-14 11:00:10 +01:00 |
bcostm
|
c05cb2e726
|
[NUCLEO_F4] Align hal files
|
2014-11-14 10:58:57 +01:00 |
Masao Hamanaka
|
7e735c41b6
|
Fixed CMSIS-RTOS RTX for Cortex-A9
I fixed a bug as below.
A bug occured in CMSIS-RTOS RTX for Cortex-A9 when the build option is -O3.
|
2014-11-14 18:30:53 +09:00 |
Martin Kojtal
|
1cc251f8e2
|
Merge pull request #683 from PrzemekWirkus/cpputest-export
Tools: Update exporters' capabilities to support CppUTest project exports
|
2014-11-14 01:19:30 -08:00 |
0xc0170
|
15d4861f80
|
Merge branch 'ohagendorf-reorder_f3xx_2'
|
2014-11-14 08:57:22 +00:00 |
0xc0170
|
67346ec8d6
|
Merge branch 'reorder_f3xx_2' of github.com:ohagendorf/mbed into ohagendorf-reorder_f3xx_2
Conflicts:
workspace_tools/export/coide.py
|
2014-11-14 08:56:20 +00:00 |
Martin Kojtal
|
dffeedc96e
|
Merge pull request #695 from autopulated/testsforall
Targets: add USBTX and USBRX pin definitions for targets that don't provide them
|
2014-11-14 00:48:06 -08:00 |
Martin Kojtal
|
d1ec67b2b7
|
Merge pull request #694 from autopulated/setupdeps
Tools: add some of the build script dependencies to setup.py
|
2014-11-14 00:47:45 -08:00 |
Martin Kojtal
|
b5ba59050b
|
Merge pull request #697 from bcostm/master
Targets: NUCLEOs - Style corrections in hal files (astyle)
|
2014-11-14 00:47:19 -08:00 |
Bogdan Marinescu
|
346544e2ea
|
Merge pull request #699 from masaohamanaka/master
[RZ_A1H]Improved program to shrink binary file size
|
2014-11-14 08:44:45 +00:00 |
Masao Hamanaka
|
32a7f019c0
|
Modify *.sct to shrink binary file more
|
2014-11-14 10:32:46 +09:00 |
Masao Hamanaka
|
60d5fb780e
|
Modify mmu setting, scatter, sf boot loader to shrink binary file
|
2014-11-14 09:01:34 +09:00 |
bcostm
|
6d1da4ef47
|
[NUCLEO_L053R8] Typo corrections (astyle)
|
2014-11-13 16:46:25 +01:00 |
bcostm
|
df479e409a
|
[NUCLEO_F411RE] Typo corrections (astyle)
|
2014-11-13 16:45:36 +01:00 |
bcostm
|
40f3f7e27c
|
[NUCLEO_F401RE] Typo corrections (astyle)
|
2014-11-13 16:44:50 +01:00 |
bcostm
|
307f641d14
|
[NUCLEO_F334R8] Typo corrections (astyle)
|
2014-11-13 16:44:05 +01:00 |
bcostm
|
2fb9552913
|
[NUCLEO_F302R8] Typo corrections (astyle)
|
2014-11-13 16:43:09 +01:00 |
bcostm
|
285977d068
|
[NUCLEO_F103RB] Typo corrections (astyle)
|
2014-11-13 16:42:32 +01:00 |
bcostm
|
9d02d52994
|
[NUCLEO_F072RB] Typo corrections (astyle)
|
2014-11-13 16:41:28 +01:00 |
bcostm
|
17e61f58d6
|
[NUCLEO_F030R8] Typo corrections (astyle)
|
2014-11-13 16:40:37 +01:00 |
James Crosby
|
fa2e957179
|
also add USBTX=USBRX=NC definitions for LPC13XX
|
2014-11-13 14:13:42 +00:00 |
James Crosby
|
69cd573545
|
add USBTX and USBRX pin definitions for targets that don't provide them (so that tests compile), but set to NC
|
2014-11-13 11:24:36 +00:00 |
James Crosby
|
2b5085dbde
|
add some of the build script dependencies to setup.py
|
2014-11-13 11:19:30 +00:00 |
Martin Kojtal
|
08c85ef136
|
Merge pull request #680 from mbrudevoldlpd/master
Platform: Add support for MultiTech mDot module
|
2014-11-13 08:21:18 +00:00 |
Michael Brudevold
|
ae8d818927
|
Rename mDot to mDot F405RG to allow for variation in processor
|
2014-11-12 16:21:13 -06:00 |
Olaf Hagendorf
|
56af0e1621
|
[TARGET_DISCO_F303] reorder structure - part5
Add missing -Wl,--wrap,main linker option so that __wrap_main is called.
This function was ignored in gcc_arm and coide projects before.
|
2014-11-12 22:20:38 +01:00 |
Przemek Wirkus
|
858196ffff
|
When users are using 'build only flag' (switch -O) and test do not have specified peripherals (muts.json file is just empty dictionary) we can allow test building by default. This supposed to be Yotta related improvement.
|
2014-11-12 18:02:07 +00:00 |
Michael Brudevold
|
52ac44b482
|
Move OS CLOCK rate to target define
|
2014-11-12 10:59:27 -06:00 |
Michael Brudevold
|
dcaa34a9d6
|
Fix whitespace per coding standard
|
2014-11-12 10:16:29 -06:00 |
Michael Brudevold
|
cc48aa05dd
|
Set default compiler to a valid compiler
|
2014-11-12 10:06:02 -06:00 |