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
AMANUMA Kazuhisa
f89144dc7d
Merge remote-tracking branch 'origin/master'
2014-11-06 10:15:11 +09:00
AMANUMA Kazuhisa
3c4067ab9e
Merge commit '2fab4af9b1a3d149ba4afc535744d4442a281cf8'
2014-11-06 10:14:23 +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
Martin Kojtal
b7beb35f78
Merge pull request #655 from toyowata/master
...
Targets: LPC824 - Fix serial interrupt issues
2014-11-05 14:17:39 +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
Takayuki Kurosawa
abf47c0163
Revert "[RZ/A1H] test message"
...
This reverts commit dcca0bf0b3
.
2014-11-05 19:38:17 +09:00
Takayuki Kurosawa
dcca0bf0b3
[RZ/A1H] test message
...
- some topics
- subsub toppics
2014-11-05 19:31:37 +09:00
Takayuki Kurosawa
19ca580998
Merge remote-tracking branch 'origin'
2014-11-05 19:13:30 +09:00
Takayuki Kurosawa
56c838a92f
[RZ/A1H] changes copy scheme for iodefines/iobitmasks
...
RZ's toolchain assumes that iodefines/iobitmasks dirs. are structured real not flat.
Adds some code to toolchain::copy_files
2014-11-05 19:09:20 +09:00
Takayuki Kurosawa
a95f453611
Revert "[RZ/A1H] changes copy scheme for iodefines/iobitmasks"
...
This reverts commit 2fab4af9b1
.
2014-11-05 19:05:28 +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
Takayuki Kurosawa
26e1fc81ed
Merge branch 'master' of https://github.com/tkuro-rel/mbed
2014-11-05 18:27:38 +09:00
Takayuki Kurosawa
2fab4af9b1
[RZ/A1H] changes copy scheme for iodefines/iobitmasks
...
RZ's toolchain assumes that iodefines/iobitmasks dirs. are structured real not flat.
Adds some code to toolchain::copy_files
2014-11-05 18:27:30 +09: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
Martin Kojtal
0737bfa6dc
Merge pull request #644 from bcostm/master
...
Targets: Nucleo: Update of STM32L0 Cube driver + NUCLEO_L053R8 hal
2014-11-05 00:45:15 -08:00
Martin Kojtal
42a4935bd5
Merge pull request #647 from screamerbg/master
...
Tools: Restructure targets.py for easier navigation
2014-11-05 00:39:41 -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
ohagendorf
d61817a4c8
[TARGET_DISCO_F303] reorder structure - part2
...
Update of mbed hal.
2014-11-05 01:11:22 +01:00
Olaf Hagendorf
0c3a635004
[TARGET_DISCO_F303] reorder structure - part1
...
Removing old hal and moving target specific files to new folder.
2014-11-04 17:21:32 +01:00
Martin Kojtal
767ff0a87d
Merge pull request #645 from stephenpaulger/master
...
Tools: LPC11U35_501 - uVision exporter targets not available
2014-11-04 07:46:41 -08: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
Mihail Stoyanov
c75f3ac9a0
Remove "Silicon" from comments
2014-11-04 16:11:05 +02:00
Mihail Stoyanov
87c43630d0
Restructure and cleanup targets.py for easier navigation
2014-11-04 15:00:42 +02:00
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
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
bcostm
0f20cff47d
[STM32L0] Update registers map file
2014-11-04 11:13:20 +01:00
bcostm
e9c0fd990f
[STM32L0] Update version in files, add Cube driver release note
2014-11-04 11:12:26 +01: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