Commit Graph

2787 Commits (8edcefa42a3e693f815db067abafbfa2ee2cef30)

Author SHA1 Message Date
Stephen Paulger 8edcefa42a LPC11U35_501 removed from uVision exporter targets
uvision4_lpc11u35_501.uvproj.tmpl is missing so the export fails.

I am removing this so that the option to export is removed.
2014-11-04 10:45:19 +00:00
Martin Kojtal 5a868b18bc Merge pull request #640 from bcostm/master
Targets: Factorisation of NUCLEO_F302R8 and F334R8 cmsis folders
2014-11-04 01:40:34 -08:00
Martin Kojtal 8f7778d898 Merge pull request #639 from ohagendorf/bcostm_branch_f4xx_structure_reorder
Targets: Nucleo F4xx - Reorder f4xx structure
2014-11-04 01:29:29 -08:00
Martin Kojtal 9e396d436f Merge pull request #641 from ohagendorf/master
Targets: TARGET_XXX_L053YY - filename - includename case missmatch
2014-11-04 01:19:15 -08:00
ohagendorf ff48c7994b [TARGET_XXX_L053YY] filename - includename case missmatch
Changed include filename to a lower case l from higher case L because of
Windows-Linux incompatibility. Removed temporarly taget DISCO_F407VG
from build_travis so that Travis runs trough the build process.
2014-11-03 23:40:57 +01:00
bcostm b66ba7bef9 Remove previous NUCLEO_F334R8 folder 2014-11-03 14:20:21 +01:00
bcostm a1b2540633 Remove previous NUCLEO_F302R8 folder 2014-11-03 14:19:38 +01:00
bcostm 11e5613d6d Add NUCLEO_F334R8 specific files 2014-11-03 14:17:52 +01:00
bcostm 263eff08f2 Add NUCLEO_F302R8 specific files 2014-11-03 14:16:45 +01:00
bcostm f18bc70c98 Add TARGET_STM32F3 folder with STM32Cube driver 2014-11-03 14:14:13 +01:00
Martin Kojtal 835736bd23 Merge pull request #637 from rgrover/master
Target: NUCLEO_F103RB - removing some un-used variables
2014-11-03 02:54:33 -08:00
0xc0170 d54467eb07 Merge branch 'ohagendorf-rework_cmsis_stm32l0' 2014-11-03 10:37:06 +00:00
0xc0170 dadc3ea8f1 Merge branch 'rework_cmsis_stm32l0' of github.com:ohagendorf/mbed into ohagendorf-rework_cmsis_stm32l0 2014-11-03 10:32:32 +00:00
0xc0170 8ee9b7f34c Merge branch 'ohagendorf-build_travis_nucleo_l053' 2014-11-03 10:28:55 +00:00
0xc0170 83e066053a Merge branch 'build_travis_nucleo_l053' of github.com:ohagendorf/mbed into ohagendorf-build_travis_nucleo_l053
Conflicts:
	workspace_tools/build_travis.py
2014-11-03 10:28:29 +00:00
Martin Kojtal 02478cd1f2 Merge pull request #633 from toyowata/master
Target: LPC1549 - Fix serial interrupt issues (issue report #616)
2014-11-03 02:21:15 -08:00
Martin Kojtal b3d9ff9430 Merge pull request #631 from ohagendorf/target_disco_f334c8
Platform: DISCO_F334C8 addition
2014-11-03 02:18:32 -08:00
Martin Kojtal 417f470ba9 Merge pull request #630 from bcostm/master
Targets: Factorisation of NUCLEO_F401RE and F411RE cmsis folders
2014-11-03 02:08:33 -08:00
0xc0170 b148c0120d Merge branch 'Experiment-626-master' 2014-11-03 09:56:50 +00:00
Aron L. Phillips f46cb59b8e Fixed the startup_LPC11xx.s files in ARM Micro and ARM STD - they had wrong memory size;
to this: __initial_sp        EQU     0x10001800  ; Top of RAM from LPC11U
from this: __initial_sp        EQU     0x10002000  ; Top of RAM from LPC11U
2014-11-03 09:55:48 +00:00
ohagendorf c66f1b1955 [NUCLEO_F334R8] rtos support added
Added rtos support.
2014-11-03 09:55:44 +00:00
ohagendorf 43b8e5612d [MAKE.py] [BUILD.py] some minor
Ordering the entries in mcu and toolchain lists when printing the help
text.
2014-11-03 09:55:42 +00:00
bcostm bb2a0c17d2 [NUCLEO_F334R8] Add IAR exporter 2014-11-03 09:55:40 +00:00
Rohit Grover fd3b27b327 white space diffs. 2014-11-03 08:56:31 +00:00
Rohit Grover fa0a82d695 remove un-unsed variables.
Getting rid of some compiler warnings.
2014-11-03 08:53:16 +00:00
ohagendorf 022838af31 Reorganisation of NUCLEO_L053R8 and DISCO_L053C8 cmsis folders - part4
Moves cmsis files to new location.
2014-11-02 23:28:54 +01:00
ohagendorf bd046b3f67 Reorganisation of NUCLEO_L053R8 and DISCO_L053C8 cmsis folders - part3
Moves target/toolchain specific files to new location
2014-11-02 23:28:09 +01:00
ohagendorf f77569bc2a Reorganisation of NUCLEO_L053R8 and DISCO_L053C8 cmsis folders - part2
Deletes cmsis files of nucleo_l053c8
2014-11-02 23:26:26 +01:00
ohagendorf 3138b98e71 Reorganisation of NUCLEO_L053R8 and DISCO_L053C8 cmsis folders - part1
Delete cmsis files of disco_l053c8
2014-11-02 23:23:44 +01:00
Toyomasa Watarai ad4a0ea53a [LPC1549] Fix serial interrupt issues
* Fix USART2 base address offset
* Fix issue by handling interrupt type (TxIqr and RxIrq)
* ISR now correctly refers INTSTAT instead of STAT to get interrupt
cause
* Disable interupt when update vector table
* Tested by issue #616 test cases and serial_interrupt test
2014-11-02 14:10:43 +09:00
ohagendorf 24e3754428 [TARGET_STM32F4] new structure for F407 and F429 targets - part4
Solves the problem NULL -> HAL_NULL for the additional hw blocks in the
larger mcus.

For F401 and F411 this was already solved in #596.
2014-11-01 13:07:25 +01:00
ohagendorf fd835e6c93 [TARGET_STM32F4] new structure for F407 and F429 targets - part3
remove target_stm32f429zi files
2014-10-31 23:18:46 +01:00
ohagendorf b989a33f6f [TARGET_STM32F4] new structure for F407 and F429 targets - part2
remove target_stm32f407vg files
2014-10-31 23:18:00 +01:00
ohagendorf e2b33c9bdd [TARGET_STM32F4] new structure for F407 and F429 targets -part1
move specific files from old position into new target folders under
target_stm32f4
2014-10-31 23:15:13 +01:00
ohagendorf 376d2df516 [BUILD_TRAVIS.py] additional line for nucleo_l053
Adding a line for nucleo_l053 target.
2014-10-31 18:52:11 +01:00
ohagendorf d1ae7fe040 [BUILD_TRAVIS.py] additional line for disco_f334
Adding a line for disco_f334 target and adding the rtos lib to
nucleo_f334 target.
2014-10-31 18:42:47 +01:00
ohagendorf 86c54a26af [DISCO_F334C8] new target incl. rtos support
New target as a copy of nucleo_f334 with changes/additions in pin and
rtos definitions.
2014-10-31 18:14:23 +01:00
bcostm 22989238d0 Remove misplaced F411RE folder 2014-10-31 16:22:17 +01:00
bcostm 2a29a24114 Remove misplaced F401RE folder 2014-10-31 16:21:48 +01:00
bcostm 2fdc494f41 Put NUCLEO_F411RE specific files 2014-10-31 16:20:41 +01:00
bcostm 255460b8d6 Put NUCLEO_F401RE specific files 2014-10-31 16:19:59 +01:00
bcostm 836a1e2552 Add TARGET_STM32F4 folder with STM32Cube driver inside 2014-10-31 16:18:18 +01:00
Martin Kojtal 261455bba2 Merge pull request #627 from ohagendorf/rtos_nucleo_f334
RTOS: NUCLEO_F334R8 - rtos addition
2014-10-31 07:00:15 -07:00
Martin Kojtal 06b9f49e50 Merge pull request #626 from ohagendorf/cmdlineoptions
Tools: Some minor changes in help text - sorting longer lists
2014-10-31 06:59:07 -07:00
Martin Kojtal e7e9dd54eb Merge pull request #625 from bcostm/master
Toolchain: NUCLEO_F334R8 - support for IAR
2014-10-31 06:40:49 -07:00
ohagendorf 23987f6df7 [NUCLEO_F334R8] rtos support added
Added rtos support.
2014-10-31 14:39:53 +01:00
Martin Kojtal 159e424dfa Merge pull request #624 from ohagendorf/exporter_gccarm_disco_l053
Toolchain: DISCO_L053C8, NUCLEO_L053R8 - GCC ARM support
2014-10-31 06:32:48 -07:00
Martin Kojtal 6a705fdadd Merge pull request #623 from GustavWi/iar_mbed
Tools: IAR export to Kinetis targets
2014-10-31 06:17:44 -07:00
ohagendorf 113a81d312 [MAKE.py] [BUILD.py] some minor
Ordering the entries in mcu and toolchain lists when printing the help
text.
2014-10-31 13:59:26 +01:00
bcostm 5bc736defc [NUCLEO_F334R8] Add IAR exporter 2014-10-31 13:40:36 +01:00