U-owner-PC\owner
a59aefc6ed
added SEMTECH_LORA915 to python scripts
2015-02-17 18:46:27 -08:00
U-owner-PC\owner
15b1989b69
added platform SEMTECH_LORA915
2015-02-17 18:42:13 -08:00
Martin Kojtal
f3aa30531b
Merge pull request #904 from GustavWi/iar_mbed
...
Fixed issue #903 IAR linker nrf51 rtos
2015-02-11 15:31:32 +00:00
GustavWi
fb4a7f7a58
Fixed issue #903 IAR linker nrf51 rtos
2015-02-11 16:10:18 +01:00
Martin Kojtal
cef6954740
Merge pull request #881 from Willem23/master
...
I2CSlave support for lpc812
2015-02-11 08:22:09 +00:00
Mihail Stoyanov
be04314419
Add Cortex-M7 and Cortex-M1 symbols
2015-02-10 18:32:44 +02:00
Mihail Stoyanov
3b55949e72
Add Cortex-M1 for ARM_MPS2 platform
2015-02-10 18:04:41 +02:00
Mihail Stoyanov
0153593207
Add Cortex-M1, Cortex-M7, Cortex-M7F target support for CORE_LABELS
2015-02-10 17:58:39 +02:00
Mihail Stoyanov
351ad1864c
ARM MPS2 target support for the build system.
2015-02-10 17:55:14 +02:00
Mihail Stoyanov
7fdc827b50
Add Cortex-M7F support for the armcc toolchain
2015-02-10 17:50:11 +02:00
Wim
3aff0e7c9f
Update I2CSlave.cpp
...
Removed comments again regarding need for dedicated i2c_slave_byte_read() and i2c_slave_byte_read(). This issue is captured in "I2c - slave should have own write/read functions (#896 )"
2015-02-09 19:52:59 +01:00
0xc0170
06e2b3c880
Merge branch 'ohagendorf-stm32f0xx_reorg_hal'
2015-02-09 09:27:31 +00:00
0xc0170
408837f212
Merge branch 'stm32f0xx_reorg_hal' of https://github.com/ohagendorf/mbed into ohagendorf-stm32f0xx_reorg_hal
...
Conflicts:
libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F070RB/gpio_object.h
2015-02-09 09:26:51 +00:00
Martin Kojtal
b36cbfe9f0
Merge pull request #894 from lindvalla/fix_lpc4088DM_target
...
Fix target issues for TARGET_LPC4088_DM
2015-02-09 09:10:08 +00:00
Martin Kojtal
8607b74ab8
Merge pull request #892 from xiongyihui/master
...
Replace target name 'ble_smurfs' with 'seeed_tiny_ble'
2015-02-09 08:59:02 +00:00
Martin Kojtal
aeeed2d050
Merge pull request #876 from NitinBhaskar/master
...
Initial ethernet support for LPC433x
2015-02-09 08:40:47 +00:00
Martin Kojtal
68d72ae68f
Merge pull request #895 from 0xc0170/fix_issue#758
...
Targets - K22 - fix issue #758 - vectors number + allocation
2015-02-09 08:36:39 +00:00
0xc0170
d5e43ff5b5
Targets - K22 - fix issue #758 - vectors number + allocation
2015-02-09 08:23:42 +00:00
Anders Lindvall
dcc53f4bda
Fixed target issues for TARGET_LPC4088_DM
...
- Removed target alias from the EXPORT_MAP in targets.py as it didn't work
- Added copies of the LPC4088 target exporters
- Fixed flag issue in the gcc toolchain
- Changed defines in eth USBDevice, rpt and rtos to handle
TARGET_LPC4088_DM
2015-02-08 11:56:39 +01:00
Yihui Xiong
cb35cab5a4
replace target name 'ble_smurfs' with 'seeed_tiny_ble'
2015-02-07 10:14:26 +08:00
Wim
1e098305ef
Update device.h
...
Disabled DEVICE_I2CSLAVE option for LPC812 until the dedicated i2c_slave_byte_read() and i2c_slave_byte_write() functions have been added for all platforms.
2015-02-06 21:14:19 +01:00
Wim
83d87140aa
Update I2CSlave.cpp
...
Added comments regarding the need for dedicated i2c_slave_byte_write() and i2c_slave_byte_read() functions.
2015-02-06 21:11:29 +01:00
Martin Kojtal
2763700e4b
Merge pull request #885 from takafuminaka/patch-1
...
Fix in the system_nrf51822.c
2015-02-06 08:19:36 +00:00
Takafumi Naka
9b4470823b
Update system_nrf51822.c
...
Fixed support for mbed HRM1017.
It had been broken Feb.27th.
2015-02-06 02:44:01 +09:00
Martin Kojtal
3365a1117d
Merge pull request #884 from masaohamanaka/master
...
RZ_A1H - Fix a bug that Ether Driver there is a case where the transmission
2015-02-05 13:40:43 +00:00
Martin Kojtal
f41e6b5ac1
Merge pull request #883 from GustavWi/iar_mbed
...
Added IAR support for NRF51822. IAR's linker can not merge hex files
2015-02-05 13:39:38 +00:00
Masao Hamanaka
11d836f6de
Fix a bug that Ether Driver there is a case where the transmission can not be performed correctly.
...
Fix a bug as below.
- If Ether driver have been set multiple transmit data without waiting for the received data, Ether driver can not send data correctly .
2015-02-05 13:43:12 +09:00
Wim
5356a00770
Update system_LPC8xx.c
...
Fixed SystemCoreClock calculation for LPC810 (same as for LPC812). Added MainClock variable for serial_api.
Added comments for PLL calculation. Note that SystemCoreClock for LPC810 is still 24MHz rather than rated 30MHz.
2015-02-04 20:53:28 +01:00
GustavWi
aab9677cda
trivial correction
2015-02-04 13:58:40 +01:00
GustavWi
61d1204e05
Added IAR support for NRF51822. IAR's linker can not merge hex files as a section only binarys. I added a binary under TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_IAR that represents the soft_device. I added support in the python scripts to also copy binaries to the build/mbed dir and also added support for the exporter to copy binaries from resources into the exported zip file.
2015-02-04 11:29:31 +01:00
Martin Kojtal
c8f933ba07
Merge pull request #878 from mazgch/master
...
UBLOX_C029 - new target based on STM32F439
2015-02-04 09:19:31 +00:00
Wim
c565c72dd1
Update I2C Slave for lpc812
...
The dedicated I2C Slave byte read and byte write functions need to be called
from 'common' mbed I2CSlave API for devices that have separate Master and
Slave engines such as the lpc812 and lpc1549.
2015-02-03 21:49:50 +01:00
Wim
90c1ccb0af
Update i2c_api.h
...
Added i2c_slave_byte_read() and i2c_slave_byte_write() for devices such as the lpc812, lpc824 and lpc1549 that have separate I2C engines for Master and Slave functions.
2015-02-03 21:43:10 +01:00
Wim
eb9b8cdb8b
Enabled I2CSlave
2015-02-03 21:40:07 +01:00
Wim
7045d12363
Added I2C Slave functions
...
Added support for I2C Slave block read, block write and byte read and write. The slave address can be set and the general call address is automatically enabled. Note that the lpc812, lpc824 and lpc1549 have the same I2C engine. This new engine is very different from the lpc1768 and other NXP mbeds. The newer engine has separate controls for Master and Slave functions and they can be enable at the same time. Note that currently the lib does not support multi-master (arbitration lost is not handled).
2015-02-03 21:39:04 +01:00
0xc0170
134a67aab2
mbed header file - mbed lib revision - 93
2015-02-03 15:24:20 +00:00
Martin Kojtal
ae7e2e76ed
Merge pull request #880 from lindvalla/adding_lpc4088DM
...
Add support for EA LPC4088_DM
2015-02-03 13:11:57 +00:00
Anders Lindvall
252d7c8da1
Merge pull request #1 from mbedmicro/master
...
Add support for EA LPC4088_DM
2015-02-03 12:13:03 +01:00
Martin Kojtal
36d7caa0ef
Merge pull request #879 from 0xc0170/fix_gpio_connected_function
...
Targets - gpio_is_connected() for STM targets where it was not implemented
2015-02-02 15:49:05 +00:00
0xc0170
5bd982c171
Targets - gpio_is_connected() for STM targets where it was not implemented
2015-02-02 15:22:55 +00:00
Martin Kojtal
c53fab9e3c
Merge pull request #875 from masaohamanaka/master
...
RZ_A1H - Add some function and fix some bugs.
2015-02-02 11:24:46 +00:00
Martin Kojtal
9f80c90477
Merge pull request #866 from Marcomissyou/master
...
Add a new target DELTA_DFCM_NNN40
2015-02-02 07:25:54 +00:00
mazgch
0682571c5b
add module pin comments
2015-02-01 18:11:26 +01:00
mazgch
3e17cacc76
fixed peripheral/port names and pin list
2015-02-01 17:51:52 +01:00
mazgch
e140fd1e45
add more toolchains
2015-02-01 16:54:57 +01:00
mazgch
c11f753afc
comment fixed
2015-02-01 16:49:39 +01:00
mazgch
f7b083a0b9
added new C029 target with STM32F439ZI
2015-02-01 16:38:06 +01:00
NitinBhaskar
b6885d122a
extended the year in the license
2015-01-30 13:34:03 +05:30
Marcomissyou
f2a04daeaa
remove self.supported_toolchains description
2015-01-30 15:39:11 +08:00
Marcomissyou
69a98d743f
correct filename uvision4_delta_dfcm_nnn40.uvproj.tmpl and uvision4_delta_dfcm_nnn40.uvopt.tmpl
2015-01-30 15:34:24 +08:00