Commit Graph

1812 Commits (1d5b91549e2dbccd453453faec9bdd54f28861b3)

Author SHA1 Message Date
Przemek Wirkus 7306211cb1 Aligned existing unit tests to new include structure. Now includes are in build/cpputest so no need to include like this: 'CppUTest/header_file.h' 2014-11-11 15:32:16 +00:00
Przemek Wirkus 77e847632e Reverted Martin's changes related to CppUTest includes 2014-11-11 14:43:07 +00:00
Martin Kojtal c9ec513887 Merge pull request #677 from Sissors/ksdk
Targets: Freescale KSDK - Fix first serial char not being sent
2014-11-11 09:38:07 +00:00
Martin Kojtal 8adfd82aa1 Merge pull request #673 from Wind0r/fix_lpc1768_repeatmode
Targets: LPC176X - Add repeater pinmode
2014-11-10 07:40:15 +00:00
Martin Kojtal 59fa5437e3 Merge pull request #663 from bikeNomad/master
Ensure that IG (Global) bit is reset in MAC address for K64F and others
2014-11-10 07:37:52 +00:00
Martin Kojtal e24f5b642b Merge pull request #662 from xiongyihui/nrf51822
Targets: NRF51822 -  enable I/O mapping and peripheral dynamic assignment for I2C and SPI
2014-11-10 07:36:19 +00:00
Sissors 57a79c08a9 [HAL][KSDK] Fix first serial char not being sent
The K64F/K22F didn't send the first char. I don't know why exactly, but
any type of reading a status register seems to fix it. And this extra
line at least makes sense. Now it works correctly.
2014-11-09 19:40:29 +01:00
Wind0r de1bb3af3a Add repeater pinmode 2014-11-08 12:07:39 +01:00
Martin Kojtal aab52cb7ec Merge pull request #669 from 0xc0170/fix_cpputest_testrunner
Tests: Fix cpputest testrunner
2014-11-07 15:31:22 +00:00
bcostm 162eebcbda [NUCLEO_L152RE] Remove old cmsis folder 2014-11-07 14:22:50 +01:00
bcostm 1874247540 [NUCLEO_L152RE] Move cmsis files in STM32L1 folder 2014-11-07 14:21:16 +01:00
bcostm 0780a16b8d [STM32L1] Add new folder with STM32Cube inside 2014-11-07 14:20:04 +01:00
Yihui Xiong d00caad8c9 [HAL][NRF51822] enable I/O mapping and peripheral dynamic assignment for I2C and SPI 2014-11-07 19:24:34 +08:00
0xc0170 1c268fb25b Tests: Testrunner - console variable name fix
It matches the cpputest from mbed mbed.org repository.
2014-11-07 10:24:57 +00:00
bcostm 5c842943da [NUCLEO_F0] Add missing files for IAR exporter 2014-11-07 09:24:57 +01:00
Martin Kojtal eec0be05cd Merge pull request #660 from bcostm/master
Targets: STM32F0 - Factorisation of NUCLEO_F030R8/F072RB/F091RC cmsis folders
2014-11-07 08:13:40 +00:00
Yihui Xiong 3e4e9ade0d remove useless assert line 2014-11-07 09:42:35 +08:00
Ned Konz e6ae0a7e02 Ensure that IG (Global) bit is reset in MAC address for K64F and others
See IEE 802.3-2002, Section 3.2.3(b)
2014-11-06 09:48:32 -08:00
Bogdan Marinescu 142ad22a2f [RZ_A1H] Remove target-specific check from build system 2014-11-06 13:47:43 +00:00
Bogdan Marinescu 45ddf10698 Proper fix for Cortex-M/Cortex-A RTOS issue
Created two new labels (CORTEX_A and CORTEX_M) that can be used to differentiate
between Cortex-A and Cortex-M code in the build system.
2014-11-06 12:54:09 +00:00
Bogdan Marinescu 8724eb616b Merge pull request #594 from tkuro-rel/master
[RZ/A1H] mbed-RZ first release
2014-11-06 10:54:58 +00:00
bcostm e449648cbc [NUCLEO_F072RB] Update gpio/port structures
Needed due to the new STM32Cube version used.
2014-11-06 10:26:20 +01:00
bcostm d8e93f093f [NUCLEO_F091RC] Remove old folder 2014-11-06 10:18:13 +01:00
bcostm 383ad3cf78 [NUCLEO_F072RB] Remove old folder 2014-11-06 10:17:43 +01:00
bcostm 01c416f19b [NUCLEO_F030R8] Remove old folder 2014-11-06 10:17:03 +01:00
bcostm 7fa58b4e27 [NUCLEO_F091RC] Move files in STM32F0 folder 2014-11-06 10:15:28 +01:00
bcostm a6d6f5c645 [NUCLEO_F072RB] Move files in STM32F0 folder 2014-11-06 10:14:36 +01:00
bcostm f0792715d1 [NUCLEO_F030R8] Move files in STM32F0 folder 2014-11-06 10:13:14 +01:00
bcostm 7204fce6c7 [STM32F0] Add TARGET_STM32F0 folder
With STM32Cube inside.
2014-11-06 10:11:29 +01:00
Martin Kojtal 073a7a0c6f Merge pull request #657 from bcostm/master
Targets: STM32L0 - Cube driver release note
2014-11-06 08:41:05 +00:00
Takayuki Kurosawa 33a843cf93 Merge remote-tracking branch 'upstream/master'
Conflicts:
	workspace_tools/targets.py
2014-11-06 16:19:35 +09:00
bcostm a7c3861d31 Merge branch 'master' of https://github.com/mbedmicro/mbed 2014-11-06 08:19:26 +01:00
Toyomasa Watarai e0c00cc4ee [WALLBOT_BLE] Add new platform
* Add new platform Wallbot BLE
* Identical as nRF51822 target, but different pinout
2014-11-06 16:03:43 +09:00
Masao Hamanaka bd79e23ed2 Fixed file header
Fixed copyright and correction of erroneous description.
2014-11-06 15:56:42 +09:00
AMANUMA Kazuhisa b5103bd7b6 [RZ/A1H] (a measure devised to deal with a review.) * Some variables in USBHAL.h moved into USBHAL_RZ_A1H.cpp. * Some functions writing by c++ changed to macro function. 2014-11-06 14:44:38 +09:00
bcostm 000698d043 [STM32L0] Cube driver release note
Go back to original html file found in the ST package. Finally the text
file is not practical. I will find another way to record the changes
made on this driver. Maybe an additional text file to add in the folder
?
2014-11-05 17:06:48 +01:00
Martin Kojtal 45326db36d Merge pull request #649 from rgrover/master
API: ticker casting fix (issue #649)
2014-11-05 14:59:16 +00:00
Martin Kojtal cfeccf154f Merge pull request #654 from bcostm/master
Exporters: STM32L053R8 - IAR exporter
2014-11-05 14:20:00 +00:00
Toyomasa Watarai 79a3fdb1e2 [LPC824] Fix serial interrupt issues
Basically, this is same fix as
https://github.com/mbedmicro/mbed/pull/633
* Fix issue by handling interrupt type (TxIrq and RxIrq)
* ISR now correctly refers INTSTAT instead of STAT to get interrupt
cause
* Disable interrupt when updating vector table
* Tested by issue #616 test cases and serial_interrupt test
2014-11-05 22:35:35 +09:00
bcostm dd5e093d55 [NUCLEO_L053R8] Add IAR exporter 2014-11-05 10:42:44 +01:00
bcostm f0de488ad5 Merge branch 'master' of https://github.com/mbedmicro/mbed 2014-11-05 10:28:04 +01:00
bcostm abf66ba15f [STM32L0] Replace NULL by HAL_NULL in STM32Cube driver for IAR
- Fix issue #482 for STM32L0 devices
- Change release note file in text format and add changes for mbed
2014-11-05 10:21:10 +01:00
Martin Kojtal bdc83f71d6 Merge pull request #650 from ohagendorf/reorder_f3xx
Targets: DISCO_F334 - Reorder f3xx
2014-11-05 00:46:52 -08:00
AMANUMA Kazuhisa 319724621d [RZ/A1H] Deletes the tab codes 2014-11-05 15:13:38 +09:00
AMANUMA Kazuhisa d517c2863b [RZ/A1H] * Some fields for RZ/A1H changed as "private". * Some function moved into USBHAL_RZA1H.cpp. * Interrupts registration routine returned to the original sample code. 2014-11-05 14:25:11 +09:00
Rohit Grover 63cad2a60b Potential fix for #646 2014-11-04 15:39:48 +00:00
Olaf Hagendorf c0adc9f3a9 [TARGET_DISCO_F334C8] reorder structure - part2
Removing cmsis files.
2014-11-04 16:23:29 +01:00
Olaf Hagendorf 9362f706c8 [TARGET_DISCO_F334C8] reorder structure - part1
Moving targetspecific files to new folder in new structure
2014-11-04 16:22:38 +01:00
bcostm 340effa2c7 [NUCLEO_L053R8] Update GPIO structures
Due to latest registers map file used.
2014-11-04 11:16:17 +01:00
bcostm 1ad6757c9d [STM32L0] Remove useless files 2014-11-04 11:13:51 +01:00