Commit Graph

1285 Commits (11c042fac32bcf24c972274d5a634273819a2079)

Author SHA1 Message Date
tkuyucu 1f962a16a4 Fixed syntactic bug in board.c 2014-03-13 12:37:09 +01:00
tkuyucu 370af41974 Conflicts resolved. gpio_init_in will call gpio_mode after gpio_dir 2014-03-13 12:33:33 +01:00
Przemek Wirkus 662d4afaac Added proper host test (draft) 2014-03-13 11:32:55 +00:00
tkuyucu 4086fa09d9 merge with mbedmicro 2014-03-13 12:28:59 +01:00
tkuyucu b4844e50a2 Added missing #endif 2014-03-13 11:11:30 +01:00
tkuyucu 03a8cb5d30 board.c conflict resolved 2014-03-13 11:03:55 +01:00
tkuyucu 0f68519f85 Update after hex enabled firmware release
Removed SystemInit write to FWID.
Added DEVICE_ERROR_PATTERN for error signaling.
Exception for NRF added to board.c to keep irqs enabled since timer irq
is needed for the wait function.
Button pin names changed from BUTTON0 to BUTTON1 and from BUTTON1 to
BUTTON2.
2014-03-13 10:59:09 +01:00
Przemek Wirkus 731921ccd6 Merge branch 'master' of https://github.com/mbedmicro/mbed 2014-03-12 10:59:25 +00:00
Przemek Wirkus c67fecd174 Input file format description added 2014-03-12 10:59:19 +00:00
Bogdan Marinescu 6b2f3120cf Merge pull request #207 from toyowata/master
[LPC1549] Added AnalogOut API and PWM improvement
2014-03-12 10:28:48 +00:00
Toyomasa Watarai 84a654d200 [LPC1549] Added AnalogOut API and PWM improvement
Added AnalogOut
I2C code cleanup
PWM now support 4ch
us_ticker now use RIT instead of SCT
2014-03-12 19:23:14 +09:00
Przemek Wirkus fb3bf48a2a Added result print below table 2014-03-11 17:55:10 +00:00
Bogdan Marinescu bca4f4e0e4 Fix previous pull request compilation errors 2014-03-11 17:02:10 +00:00
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