Przemek Wirkus
9105963e2c
Removed trailing spaces
2014-03-11 15:37:43 +00:00
Przemek Wirkus
02a0f4d321
Aligned USART RX/TX naming with ST NUCLEO board HAL
2014-03-11 15:36:53 +00:00
Przemek Wirkus
c8283ff485
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-11 15:01:08 +00:00
Przemek Wirkus
dc1e190d9e
Fixed pinology for ECHO test for NUCLEO boards: F103RB, L152RE, F401RE, F030R8
2014-03-11 15:01:03 +00:00
Emilio Monti
ebf51d732f
Add NRF51822 to the official release
2014-03-11 12:09:25 +00:00
Przemek Wirkus
2bb462f5a3
InterruptIn test support added for NUCLEO boards: F103RB, L152RE, F401RE, F030R8
2014-03-11 11:58:33 +00:00
Bogdan Marinescu
5d2d302526
Merge pull request #206 from dreschpe/master
...
Fix SPI 16 Bit for ST Nucleo
2014-03-11 11:56:20 +00:00
Przemek Wirkus
8055bca0d6
Added Goanna static analysis tool for mbed SDK (-G switch)
2014-03-10 17:24:27 +00:00
Przemek Wirkus
03bb264af9
Added support to run Goanna static tool analysis when building tests (not mbed-SDK)
2014-03-10 17:14:26 +00:00
dreschpe
ad09a83642
NUCLEO R030R8 16Bit SPI read and write
...
add 16 bit read and write
2014-03-10 17:45:46 +01:00
dreschpe
3d72f3dcbf
Revert "Add additional peripherie for ST Nucleo F401 board"
...
This reverts commit f973f4c1d7
.
2014-03-10 16:53:40 +01:00
Przemek Wirkus
2a236aca01
Main change: added cleaner HTML report to test sumary
2014-03-10 14:54:33 +00:00
Bogdan Marinescu
f34be80874
Fix compilation errors from GPIO pull request
2014-03-10 13:41:31 +00:00
Bogdan Marinescu
882ceb80ee
Merge pull request #204 from fatih-asici/master
...
Fix checking of TARGET_* symbols
2014-03-10 11:37:08 +00:00
Bogdan Marinescu
423ddcb86e
Merge pull request #198 from mazgch/gpio_api
...
proposed change of gpio_api (new update pull request)
2014-03-10 11:15:59 +00:00
bcostm
bb57ddc0c3
NUCLEO_F401RE: Change system clock to 84 MHz using HSI + PLL
...
Update also HSE_VALUE and SPI prescaler value.
2014-03-10 11:40:27 +01:00
Bogdan Marinescu
67b479e644
Merge pull request #203 from dinau/lpc1114_gcc_exporter
...
[LPC1114][GCC_ARM]: Added export functionality
2014-03-10 09:24:13 +00:00
dreschpe
f973f4c1d7
Add additional peripherie for ST Nucleo F401 board
...
Add UART 3
Add SPI 2 + 3
Add I2C 2 + 3
change external crystal value to 8MHz
patch SPI 16bit write bug
2014-03-09 18:20:01 +01:00
dreschpe
142db468ae
Add additional peripherie definitions for ST Nucleo F401RE bord
...
add UART 2 + 3
add SPI 2 + 3
add I2C 2 + 3
patch SPI 16 bit error
patch extenal cristal value to 8MHz
2014-03-09 18:15:47 +01:00
Fatih Aşıcı
4a0b7893ec
Fix checking of TARGET_* symbols
2014-03-08 23:30:50 +02:00
inaud
8d1ffc7e4f
[LPC1114][GCC_ARM]: Added export functionality
2014-03-08 17:15:42 +09:00
Przemek Wirkus
74e9b2e462
Typo corrected
2014-03-07 17:31:33 +00:00
Emilio Monti
50b949b631
Merge pull request #202 from donatieng/master
...
Protection against concurrent access to USBHost
2014-03-07 15:47:03 +00:00
Emilio Monti
146eb2523b
Merge pull request #201 from toyowata/master
...
Added PwmOut for LPC1549 target
2014-03-07 15:46:41 +00:00
Donatien Garnier
876134ec22
Protection against concurrent access to USBHost
...
Fixed regression: Protection against concurrent access to USBHost using
locking class
Use Lock class within USBHost
2014-03-07 15:01:57 +00:00
Toyomasa Watarai
855bafe8d5
Added PwmOut for LPC1549 target
2014-03-07 18:40:45 +09:00
Przemek Wirkus
8c6ca15be8
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-06 16:14:15 +00:00
Przemek Wirkus
0f23ed0e43
NORDIC can now reset using serial break
2014-03-06 16:14:09 +00:00
Emilio Monti
955bd9a5c9
Update MBED_LIBRARY_VERSION to latest revision
2014-03-06 09:55:02 +00:00
Stephen Paulger
e8c404c8ca
Remove F401RE from IAR exporter.
...
http://mbed.org/users/mbed_official/code/mbed/issues/12
2014-03-05 10:48:53 +00:00
Emilio Monti
7a6971f521
Merge pull request #199 from 0xc0170/dev_nucleo_gcc_removal
...
[fix] nucleo targets - gcc arm removal from targets.py
2014-03-05 10:15:20 +00:00
0xc0170
f761487946
[fix] nucleo target - gcc arm removal from targets.py
2014-03-04 21:31:09 +01:00
mazgch
4e53124e70
fix more tabs to spaces
2014-03-04 15:07:30 +01:00
mazgch
8f5a2a580a
fix indentation and make helpers static inline
2014-03-04 15:00:28 +01:00
mazgch
c1d3cb5aa3
address concern from watarai-san about code size and performance by creating a set of common initialization functions
2014-03-04 14:09:41 +01:00
mazgch
be8bca4aa0
proposed change of gpio_api
2014-03-04 11:27:30 +01:00
Emilio Monti
6d79406112
Merge pull request #196 from toyowata/master
...
Added LPC11U35_501 target support
2014-03-04 10:20:01 +00:00
Bogdan Marinescu
e4faeb42a7
Merge pull request #195 from mazgch/master
...
Update of cellular modem
2014-03-04 09:53:03 +00:00
Toyomasa Watarai
7216c36d0f
Added LPC11U35_501 target support
...
Tested with CQ's LPC11U35/501 target board
2014-03-04 17:57:33 +09:00
mazgch
db13fa3402
init enum
2014-03-03 15:04:55 +01:00
mazgch
7ec41d4923
Merge branch 'master' of https://github.com/mbedmicro/mbed
...
Conflicts:
libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC176X/serial_api.c
2014-03-03 15:04:35 +01:00
Przemek Wirkus
f47daa9173
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-03 12:16:00 +00:00
Przemek Wirkus
724bf1debb
Added function description
2014-03-03 12:15:46 +00:00
mazgch
63f20534ca
fix merge conflict
2014-03-03 12:14:44 +01:00
Emilio Monti
8431561fc7
Merge pull request #194 from Sissors/master
...
LPC1768 writeable fix + KL25Z/KL46Z RTC pin function
2014-03-03 11:05:07 +00:00
mazgch
ca1d76687b
adding back tx fifo, this also fixes the tx interrupts
2014-03-03 12:00:32 +01:00
mazgch
f77045e9e7
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-03 10:42:36 +01:00
mazgch
0acbc6440e
at command if: improve warning reporting
...
link monitor: added api to get local phone number to link monitor
ubx modem: added network indication led
ubx modem: better handle different modems
2014-03-03 10:36:23 +01:00
Sissors
56ce1e7290
Fixed LPC1768 writable
...
Now if no flow control is used it will check if holding register is
empty, instead of complete UART is empty: The TxIrq uses the same
requirement.
Currently BufferedSerial (and everyone else trying something similar)
goes haywire because it doesn't just check if writable, but also if done
writing.
If flow control is enabled nothing is changed.
2014-03-01 16:58:01 +01:00
Sissors
baa4003b95
Revert "Fixed writable for LPC1768"
...
This reverts commit 19ae097c62
.
2014-03-01 16:46:48 +01:00