Commit Graph

12750 Commits (mbed-os-5.6)

Author SHA1 Message Date
Emilio Monti d54a28978c Merge pull request #212 from dinau/lpc11u35_gcc_arm
[LPC11U35][GCC_ARM][GCC_CR]: Modificatins for build.
2014-03-17 14:51:35 +00:00
dinau 2d4fc59956 [LPC11U35][GCC_ARM][GCC_CR]: Modificatins for build.
1. Added to the export table in export_test.py.
2. Added to the build table in build_release.py
3. Added the compilation directives to RTX os files.

Notice:
 It would be better to change WORDS_STACK_SIZE definition in libraries/rtos/rtx/cmsis_os.h
 from 512 to 128 for LPC11U35 and LPC1114 micros compiled by GCC toolchain with newlib-nano,
 but I don't know the good way at this moment.
2014-03-17 23:45:39 +09:00
Przemek Wirkus 5ad9d33664 Added proper verbose for test output 2014-03-17 11:59:25 +00:00
Przemek Wirkus 34e19e31e5 Added automation tests' implementation for TCP_Server, UDP_Server and STDIO 2014-03-17 11:58:35 +00:00
Emilio Monti 53ce32875f Merge pull request #211 from dinau/lpc11u35_codered_exporter
Lpc11u35 codered exporter
2014-03-17 10:30:24 +00:00
Emilio Monti 4b27ba7262 Merge pull request #210 from dinau/lpc1114_codered_exporter
[LPC1114][GCC_CR] Added export functionality
2014-03-17 10:30:09 +00:00
dinau e82279b5d5 [LPC11U35][GCC_CR] Added export functionality 2014-03-16 22:16:05 +09:00
dinau 07db34211f Change folder structure 2014-03-15 15:24:07 +09:00
dinau bf12cc5d67 [LPC1114][GCC_CR] Added export functionality 2014-03-15 10:21:36 +09:00
Emilio Monti a3595aea72 Add Intel hex utilities 2014-03-14 16:07:41 +00:00
Bogdan Marinescu 9319e1bf30 Merge pull request #209 from toyowata/master
[LPC1549] Fixed initial value of stack pointer
2014-03-14 15:07:32 +00:00
Toyomasa Watarai 7640da9126 [LPC1549] Fixed initial value of stack pointer 2014-03-15 00:05:02 +09:00
Emilio Monti 7d88efe969 Merge pull request #208 from dreschpe/master
Add additional peripherie for ST Nucleo L152 board
2014-03-14 09:54:17 +00:00
dreschpe 71bbdb6f1f Add additional peripherie for ST Nucleo L152 board
Add code for . UART 3-5, SPI 2 + 3, I2C2
2014-03-13 23:38:09 +01:00
Przemek Wirkus 19c41849e2 Updated server IP address (According to server test script) 2014-03-13 16:02:09 +00:00
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