Rohit Grover
6eb6b90fe9
provide a default implementation for SerialBase destructor
2014-05-26 18:28:04 +01:00
Rohit Grover
ca965f836b
removing virtual destructor for CAN_Message;
...
it could be compiled using a C compiler where
the destructor will not make sense.
2014-05-26 18:27:06 +01:00
Mihail Stoyanov
fc2a699467
Update form factor var for LPCXpresso11U68 target
2014-05-26 20:20:53 +03:00
Rohit Grover
f65b7d9077
removing warnings discovered by using -Weffc++ flag for gcc
2014-05-26 18:04:46 +01:00
bcostm
57db78211c
[NUCLEO_F401RE] Update xxx_free() functions + typo
2014-05-26 16:14:33 +02:00
bcostm
b968150d2f
[NUCLEO_L152RE] Update xxx_free() functions + typo
2014-05-26 15:47:10 +02:00
ban4jp
49cdbbfe5d
[KLXX] Added RPC + RTOS support
2014-05-25 18:03:50 +09:00
Martin Kojtal
6d53312090
Merge pull request #326 from bcostm/master
...
[NUCLEO_L053R8] Add object pin init for SPI + typo for I2C
2014-05-25 07:58:51 +01:00
bcostm
48a53c4be0
[NUCLEO_L053R8] Add object pin init for SPI + typo for I2C
2014-05-23 16:19:36 +02:00
Martin Kojtal
99a176f7d5
Merge pull request #325 from dbestm/master
...
[NUCLEO_L053R8] I2C1 clock + SPI slave receive
2014-05-23 13:52:16 +01:00
0xc0170
a3509013fa
[K64F] i2c - magical timeout increase in i2c_stop
2014-05-23 13:44:54 +01:00
Rohit Grover
f2b4c367e8
fix for a minor compiler warning about un-initialized variable
2014-05-23 11:29:01 +01:00
dbestm
b6a524734d
[NUCLEO_L053R8] I2C1 clock + SPI slave receive
2014-05-23 11:18:06 +02:00
Martin Kojtal
bf99806838
Merge pull request #324 from bcostm/master
...
[NUCLEO_F103RB] Update xxx_free() function + typo corrections
2014-05-23 10:16:16 +01:00
bcostm
1bbd1fda37
[NUCLEO_F103RB] Update xxx_free() function + typo corrections
2014-05-23 11:00:26 +02:00
Martin Kojtal
10e3a9cea1
Merge pull request #314 from punitsoni/stm32_gcc
...
[STM32F103RB] Support for GCC_ARM toolchain
2014-05-23 08:39:47 +01:00
Martin Kojtal
b5c244f51b
Merge pull request #321 from neilt6/master
...
[LPC11UXX ] gpio_api.c - pin expansion
2014-05-23 08:31:58 +01:00
Sergio Scaglia
62605dfaaa
- Added initialization for Tx Fifo values and provided value for TFWR bits in ENET_TFWR register
...
Signed-off-by: Sergio Scaglia <sergio.scaglia@arm.com>
2014-05-22 21:43:23 -07:00
Neil Thiessen
0438beba09
Update gpio_api.c
...
Modified gpio_set() to allow PIO0_0, PIO0_10, and PIO0_15 to be properly configured for GPIO.
2014-05-22 15:58:01 -06:00
Martin Kojtal
ea4b6f76ef
Merge pull request #322 from bcostm/master
...
[NUCLEO_F072RB] cmsis files
2014-05-22 19:53:27 +01:00
Neil Thiessen
1073702cd2
Changed LED mapping to RGB
...
Changed the pin mapping for LED1, LED2, and LED3, to Red, Green, and Blue respectively. This matches the KL25Z and LPC11U68, and makes more sense in my opinion.
2014-05-22 08:52:10 -06:00
dbestm
393401a651
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-05-22 14:09:21 +02:00
dbestm
4d91188360
[NUCLEO_L053R8] enhance SPI slave
2014-05-22 10:42:18 +02:00
Sergio Scaglia
3c2119fab6
These changes solve:
...
1) Endianess of TX_DESC_UPDATED_MASK so Tx buffers can be released after tranmission.
2) Avoid assert( ) failure due uninitialized variable in enet_hal)config_tx_fifo( ) function.
Signed-off-by: Sergio Scaglia <sergio.scaglia@arm.com>
2014-05-21 15:05:29 -07:00
bcostm
627d0ef49c
[NUCLEO_F072RB] Add cmsis files (part 4)
2014-05-21 18:16:20 +02:00
bcostm
49adba3abe
[NUCLEO_F072RB] Add cmsis files (part 3)
2014-05-21 18:09:01 +02:00
Neil Thiessen
e441e0aa4f
Update gpio_api.c
...
Modified gpio_set() to allow PIO0_0, PIO0_10, and PIO0_15 to be properly configured for GPIO.
2014-05-21 09:21:43 -06:00
bcostm
a8c5cfb7ec
[NUCLEO_F072RB] Add cmsis files (part 2)
2014-05-21 16:57:18 +02:00
bcostm
6ec3e47274
[NUCLEO_F072RB] Add cmsis files (part 1)
2014-05-21 16:50:06 +02:00
Martin Kojtal
0f94cf84e8
Merge pull request #320 from bcostm/master
...
[NUCLEO_F072RB] Add platform in python files + uvision exporters
2014-05-21 15:43:38 +01:00
bcostm
f7720b2df4
[NUCLEO_F072RB] Add uvision exporter template files
...
+ correct compiler option on L053R8
2014-05-21 16:13:06 +02:00
Martin Kojtal
5831f87601
Merge pull request #317 from neilt6/master
...
[LPC11U6X] PinName LED mapping to RGB
2014-05-21 15:11:46 +01:00
0xc0170
b728ea1324
[LPC11CXX] can_frequency - bug fix
...
- link on the mbed issue report: https://mbed.org/users/mbed_official/code/mbed-src/issues/2
2014-05-21 15:08:55 +01:00
Martin Kojtal
b94c8a221b
Merge pull request #319 from dbestm/master
...
[NUCLEO_L053R8] enhance I2C master (stop) and add I2C slave
2014-05-21 14:51:39 +01:00
0xc0170
0306d52fc5
[K20, LCP1768, F100RB] asserts corrections
2014-05-21 14:33:42 +01:00
dbestm
622bcfa288
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-05-21 15:16:50 +02:00
dbestm
a102edf48b
[NUCLEO_F053R8] enhance I2C master (stop) and add I2C slave
2014-05-21 15:11:21 +02:00
bcostm
7a7376bff0
[NUCLEO_F072RB] Add platform in python files
2014-05-21 15:00:59 +02:00
Martin Kojtal
29b91e5636
Merge pull request #318 from bcostm/master
...
[NUCLEO_L053R8] Fix baudrate issue with LPUART1
2014-05-21 10:18:03 +01:00
bcostm
aaa3845aab
[NUCLEO_L053R8] Fix baudrate issue with LPUART1
...
+ add code for spi_free()
+ typo corrections
2014-05-21 10:16:57 +02:00
Neil Thiessen
ed0b72233e
Changed LED mapping to RGB
...
Changed the pin mapping for LED1, LED2, and LED3, to Red, Green, and Blue respectively. This matches the KL25Z, and makes more sense in my opinion.
2014-05-20 11:03:49 -06:00
0xc0170
906a6745a9
assert - logic corrections
2014-05-20 17:10:11 +01:00
0xc0170
60276a7cac
__ASSERT_MSG macro for uvision, corrections in LPC targets - serial - assert
2014-05-20 16:41:30 +01:00
Martin Kojtal
d0e6815ac8
Merge pull request #315 from dbestm/master
...
[NUCLEO_F302R8] SPI master correction
2014-05-20 16:35:16 +01:00
dbestm
40cf8b8952
[NUCLEO_F302R8] SPI master corrected
2014-05-20 16:39:34 +02:00
Przemek Wirkus
7afde21d4d
Added pins for EEPROM line test
2014-05-20 15:24:21 +01:00
Przemek Wirkus
20d2618d19
SD card test updated with 11U68 pinology
2014-05-20 15:05:28 +01:00
Rohit Grover
c057be6709
remove BLE related tests;
...
They were only demos; not real tests.
2014-05-20 14:54:01 +01:00
Rohit Grover
61a72711eb
Removed BLE related code to github
...
As part of transitioning to mbed.org, the BLE code is now only available
on mbed.org:
http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/
http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/
2014-05-20 14:43:10 +01:00
0xc0170
d843d56c08
[ALL TARGETS] error replaced by assert for preconditions
2014-05-20 14:20:37 +01:00