Daniel Kupiniak
c9cd05f97c
[sw4stm32] Fix compilation issue while exporting project using online IDE.
2016-02-11 15:07:42 +01:00
Martin Kojtal
c301abb233
Merge pull request #1522 from dinau/disco-uvision4-exporter
...
Add uVision4 exporters for DISCO-{F051R8, F100RB, F303VC, F407VG}
2016-02-11 07:53:34 +01:00
dinau
1b8f2c7c3f
[DISCO-F407VG]:Changed: Default toolchain from uARM to ARM.
2016-02-11 13:59:26 +09:00
Martin Kojtal
66c0620619
Merge pull request #1521 from adustm/b_b96b_serial_flow_control
...
[STM B96B_F446VE] HW Control Flow for serial
2016-02-10 08:43:49 +01:00
Martin Kojtal
1b8d317388
Merge pull request #1527 from 0xc0170/fix_ide
...
Readme - update ides, add note about progen replacement
2016-02-10 08:29:23 +01:00
0xc0170
9f28c09a39
Readme - update ides, add note about progen replacement
2016-02-05 10:42:45 +01:00
0xc0170
4f59006467
mbed lib revision - 113
2016-02-02 07:44:54 +00:00
0xc0170
216fca1081
Merge branch 'leibin2014-master'
2016-02-01 18:20:31 +00:00
0xc0170
b28b71e97e
Merge branch 'master' of https://github.com/leibin2014/mbed into leibin2014-master
...
Conflicts:
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/system_stm32f0xx.c
2016-02-01 18:20:15 +00:00
dinau
6e45dafa0e
Add uVision4 exporters for DISCO-{F051R8, F100RB, F303VC, F407VG}
...
(1) Add above exporters.
(2) Modified only comments in "cmsis_nvic.h" files.
2016-01-31 19:34:42 +09:00
Martin Kojtal
01e730cfb2
Merge pull request #1512 from neilt6/master
...
[LPC11U68, LPC1549] Fixed PwmOut SCT Bugs
2016-01-30 16:51:34 +00:00
adustm
6da4190be9
[STM B96B_F446VE] HW Control Flow for serial
2016-01-29 17:59:45 +01:00
Martin Kojtal
d465cb53a3
Merge pull request #1506 from star297/master
...
Update rtc_api.c
2016-01-29 14:01:30 +00:00
Martin Kojtal
22f2084b47
Merge pull request #1515 from toyowata/master
...
Add LPC824 platform uvision4 exporters
2016-01-29 14:01:11 +00:00
Martin Kojtal
d1cd09d7f1
Merge pull request #1517 from anpilog/stm32f0x_hsi_fix
...
Fix HSI configuration for STM32F0x.
2016-01-29 14:00:43 +00:00
Martin Kojtal
decb0c0438
Merge pull request #1513 from DanKupiniak/add_sw4stm32_export
...
Added SW4STM32 project exporter for stm32 targets
2016-01-29 13:59:59 +00:00
DanKupiniak
edc14eaf18
Formatting fix
2016-01-29 14:35:31 +01:00
Martin Kojtal
bad9c12012
Merge pull request #1493 from adustm/b96b_asyn_serial_new
...
B96B async serial
2016-01-29 13:16:35 +00:00
adustm
0e739aaab3
[B96B_F446VE] remove specific B96B results
...
Requested by Martin: test is now failing, as B96B_F446VE gives
RX_COMPLETE event on top of errors and Char_Match
2016-01-29 14:12:55 +01:00
Martin Kojtal
b5816d872d
Merge pull request #1516 from stevew817/fix/HFRCO
...
[Silicon Labs] Fix support for the RC oscillator
2016-01-28 18:05:12 +00:00
adustm
fa5e1f7e73
[B96B_F446VE] remove unnecessary wait after code review
...
tested OK
2016-01-28 17:35:42 +01:00
anpilog
11d2f7e3da
Fix HSI configuration for STM32F0x. If HSI is used then PF0 is locked by RCC.
2016-01-28 20:20:35 +08:00
Steven Cooreman
aacdd047d1
Fix incorrect clock settings for running off of the HFRCO.
2016-01-28 11:43:07 +01:00
Steven Cooreman
a675c20840
Apparently a copy-paste has gone wrong here
2016-01-28 11:27:18 +01:00
Toyomasa Watarai
e62af0c146
Add LPC824 platform uvision4 exporters
...
* Add LPCXpresso824-MAX uvision4 exporter
* Add Switch Science mbed LPC824 uvision4 exporter
* Change exporter/README.md
2016-01-27 14:30:25 +09:00
adustm
6e4debd6a7
Merge branch 'b96b_asyn_serial_new' of https://github.com/adustm/mbed into b96b_asyn_serial_new
2016-01-26 14:58:00 +01:00
adustm
230ddcfab4
[B96B_F446VE] Add this platform to UT_SERIAL_ASYNCH unitary test
2016-01-26 14:57:06 +01:00
adustm
3712f7c6a7
[B96B_F446VE] use of static functions
2016-01-26 14:57:06 +01:00
adustm
5b0bfb1361
[B96B_ASYNC] some fixes to pass serial_asynch.cpp test
...
Flush errors and current data register at reading start
Allow separate serial obj for TX and RX (= do not initialize [TX/RX]_DMA
when not needed.
Char_match: make it work with long buffers and return the correct
position of the char_match.
2016-01-26 14:57:06 +01:00
adustm
3aaf866154
[B96B_F446VE] bug fix for serial_async unitary test
...
do not initialise dma tx/rx when it is not activated.
2016-01-26 14:57:06 +01:00
adustm
524f4a6ac7
[B96B_Serial_Async] Add asynchronous feature for the platform B96B
2016-01-26 14:57:06 +01:00
adustm
df025eeac0
[B96B_F446VE] Add this platform to UT_SERIAL_ASYNCH unitary test
2016-01-26 13:13:19 +01:00
adustm
ff127d2da4
[B96B_F446VE] use of static functions
2016-01-26 13:12:42 +01:00
adustm
2582578e6b
[B96B_ASYNC] some fixes to pass serial_asynch.cpp test
...
Flush errors and current data register at reading start
Allow separate serial obj for TX and RX (= do not initialize [TX/RX]_DMA
when not needed.
Char_match: make it work with long buffers and return the correct
position of the char_match.
2016-01-26 11:30:55 +01:00
Martin Kojtal
bf2315b9c9
Merge pull request #1508 from bridadan/release-candidate-upload-patch
...
Adding Release_Canditate type and promote-build function to upload script
2016-01-25 09:06:04 +00:00
neilt6
132f1e75a5
[LPC11U68, LPC1549] Fixed PwmOut SCT Bugs
...
* Fixed period & pulse-width off-by-one errors
* Fixed 0% duty cycle output
* Improved duty cycle resolution at high frequencies
2016-01-21 09:30:14 -07:00
adustm
016976b79d
[B96B_F446VE] bug fix for serial_async unitary test
...
do not initialise dma tx/rx when it is not activated.
2016-01-21 15:54:36 +01:00
Daniel Kupiniak
f0e3c0bf24
Added SW4STM32 project exporter for stm32 targets
2016-01-21 10:58:44 +01:00
Brian Daniels
8bbf3ee0e2
Adding Release_Canditate type and promote-build function to release
2016-01-20 11:28:13 -06:00
Martin Kojtal
813874ee2b
Merge pull request #1507 from kgills/i2c_pinname_fix
...
[MAX32600MBED] Fixing a typo with the I2C pin names.
2016-01-20 08:10:00 +00:00
Kevin Gillespie
9d6336a6e9
Fixing a typo with the I2C pin names.
2016-01-19 16:17:54 -06:00
Paul Staron
d9d5e97a97
Update rtc_api.c
...
Removed redundant RTC->CR define code + added RTC compensation code to calibrate RTC.
2016-01-17 20:42:14 +00:00
Martin Kojtal
fa45092ecb
Merge pull request #1505 from stevew817/feature/new/fast_i2c
...
[Silicon Labs] Allow faster I2C baudrates
2016-01-15 14:14:22 +01:00
Martin Kojtal
170003c08d
Merge pull request #1504 from stevew817/feature/fix/serial_NC
...
[Silicon Labs] Fix regression towards older platforms
2016-01-15 14:12:16 +01:00
Steven Cooreman
22c246c94d
Fix comment
2016-01-15 13:21:07 +01:00
Steven Cooreman
fffbe3201c
Too quick on the commit
2016-01-15 13:18:32 +01:00
Steven Cooreman
8ea7d713d6
Extend I2C implementation to deal with higher frequencies
2016-01-15 13:14:08 +01:00
Steven Cooreman
7d8b2c0ca4
Fix regression towards older platforms (did not have RXBLOCK set, resulting in receiving characters even with RX set to NC) by condensing code.
2016-01-15 12:02:25 +01:00
leibin
4d66e2d0b1
The predivider should be 2 here.
2016-01-15 16:53:33 +08:00
Martin Kojtal
45dbe35006
Merge pull request #1490 from ytsuboi/add-TY51822r3
...
[TY51822r3] add platform
2016-01-15 07:47:49 +00:00