Commit Graph

3612 Commits (9ffb355546cf8975b5c99327d8aba16d75a34bc3)

Author SHA1 Message Date
Przemek Wirkus f40ec7a294 Added autodetection fior tests including MMA8451Q accelerometer 2015-01-30 13:51:41 +00:00
Przemek Wirkus 34b55c81eb Simple indent inside Python module init 2015-01-30 10:35:58 +00:00
Przemek Wirkus 2a07aea5ab Autodetection: Added support for Unit Tests (CppUTest test runner) 2015-01-30 10:32:53 +00:00
Przemek Wirkus 035714e409 Added NET_4, NET_6 and NET_13 tests to autodetection pool 2015-01-30 09:57:36 +00:00
Przemek Wirkus 605ee4a0b1 Added HTTP and NTP test to autodetection pool 2015-01-30 09:31:21 +00:00
Przemek Wirkus bcfbc3575d Added -f (filter) to configuration switch --config
We can now use --config -f <mcu> to filter only targets we are interested in
2015-01-30 08:38:15 +00:00
NitinBhaskar b6885d122a extended the year in the license 2015-01-30 13:34:03 +05:30
Marcomissyou f2a04daeaa remove self.supported_toolchains description 2015-01-30 15:39:11 +08:00
Marcomissyou 69a98d743f correct filename uvision4_delta_dfcm_nnn40.uvproj.tmpl and uvision4_delta_dfcm_nnn40.uvopt.tmpl 2015-01-30 15:34:24 +08:00
Marcomissyou 1b4c6f8a7f add target NNN40 in uvision4.py and gccarm.py 2015-01-30 15:22:19 +08:00
Martin Kojtal 0c8d8000ac Merge pull request #870 from Willem23/master
Fix and enable the PLL for the LPC812
2015-01-30 08:13:45 +01:00
Marcomissyou 64465b68ad extend year and add toolchain system_nrf51822.c, PinNames.h,device.h,mbed_overrides.c,targets.py 2015-01-30 15:05:03 +08:00
Masao Hamanaka 9cbe36213c Modify A/D convert time. 2015-01-30 11:17:22 +09:00
ohagendorf f3b9dc0cd8 [build_travis.py] extending and sorting
- adding two targets: NUCLEO_F070RB, DISCO_F051R8
- sorting STM targets
2015-01-30 00:15:20 +01:00
ohagendorf 2825871e18 [DISCO_F051R8] reorg hal folder 2015-01-29 23:53:29 +01:00
ohagendorf d4b4dce1fd [NUCLEO_F030R8] reorg hal folder II 2015-01-29 23:52:45 +01:00
ohagendorf aadd0bcb13 [NUCLEO_F030R8] reorg hal folder 2015-01-29 23:51:48 +01:00
ohagendorf 2942309fd4 [NUCLEO_F091RC] reorg hal folder 2015-01-29 23:51:46 +01:00
ohagendorf babf0ff9cf [NUCLEO_F072RB] reorg hal folder 2015-01-29 23:48:09 +01:00
ohagendorf ef6437350d [NUCLEO_F070RB] reorg hal folder 2015-01-29 23:36:08 +01:00
Wim d03329fb3f Update serial_api.c
Fix and enable the PLL for the LPC812. Removed unnecessary comments
2015-01-29 20:33:22 +01:00
Wim 898b4ab772 Update system_LPC8xx.h
Fix and enable the PLL for the LPC812. Removed unnecessary comments
2015-01-29 20:32:08 +01:00
Wim b2cc8227f1 Update system_LPC8xx.c
Fix and enable the PLL for the LPC812. Removed unnecessary comments
2015-01-29 20:30:43 +01:00
nitin.bhaskar.27.09@gmail.com 0cc5d40a62 Initial ethernet support for LPC433x 2015-01-29 22:20:44 +05:30
Marcomissyou ee9d3cf801 gcc_arm_delta_dfcm_nnn40.tmpl uvision4_deta_dfcm_nnn40.uvopt.tmpl uvision4_deta_dfcm_nnn40.uvproj.tmpl 2015-01-29 17:17:46 +08:00
Marcomissyou 232821bb99 add SWIO setting in mbed_overrides.c to substitute SWIO setting in system_nrf51822.c 2015-01-29 16:00:36 +08:00
Masao Hamanaka 60f875ac8b Modify gpio api to make consistent with Merge branch 'PrzemekWirkus-pinology'. 2015-01-29 16:41:56 +09:00
Masao Hamanaka 8013d15876 Modify ticker driver to make consistent with Pull Reqest#839 and #864.
timestamp_t type had been changed from uint64_t to uint32_t by Reqest#839 and #864.
2015-01-29 16:41:35 +09:00
Masao Hamanaka 4d371d2c9e Add include mbed_assert.h. 2015-01-29 16:41:08 +09:00
Masao Hamanaka 88604ff8fe Add some processing of I2C driver
Changes are as below
- Add STOP condition omission processing of I2C Master
- Add I2C Slave processing
2015-01-29 16:40:16 +09:00
Masao Hamanaka 44b4fb4b41 Modify some processing of AnalgIn.
Modifies are as below.
- Change the A/D conversion time to run fast.
- Change the macro value of ANALOGIN_MEDIAN_FILTER
  1 -> 0
2015-01-29 16:38:48 +09:00
Masao Hamanaka 83712b1f83 Add Serial flow control and fix a bug that parity setting is wrong.
Modifies are as below.
- Add flow control
- Change the range of baud rate that can be set in the baud function.
 8138 bps more -> 128 bps more
- Fixed a bug that designation of parity had been reversed in format().
2015-01-29 16:38:21 +09:00
Masao Hamanaka 25131013bd Add RTC function.
User can use set_time() and time() by this addition.
2015-01-29 16:37:41 +09:00
Martin Kojtal 07ed4ec541 Merge pull request #874 from NitinBhaskar/master
Extended RTOS support for LPC4330 Target
2015-01-29 08:22:32 +01:00
Martin Kojtal 3612f38897 Merge pull request #873 from jrjang/master
Include missing header file in BusXXX classes
2015-01-29 08:21:47 +01:00
Marcomissyou 04937dc38b remove json, delete toolchain list in target.py because NNN40 is inherit from NRF51822, add SWIO default setting in system_nrf51822.c and SWIO,VERF pin in PinName.h 2015-01-29 13:46:58 +08:00
Przemek Wirkus f81509c933 Refactored UDP echo server 2015-01-28 16:43:40 +00:00
Przemek Wirkus 111b55784e Refactored TCP echo server 2015-01-28 16:29:36 +00:00
Przemek Wirkus 9fc02738ac Refactored TCP and UPD client tests (with default host test instrumentation) 2015-01-28 16:08:54 +00:00
Przemek Wirkus ab472195ce Refactored EEPROM and InterruptIn test cases to do auto-detection act
Refactoring Tested with few Nucleo boards and Nordic board
2015-01-28 15:34:28 +00:00
Przemek Wirkus b877fe32f9 Added test case time measurement instead of whole test time measurement for 'Elapsed Time (sec)' report in singletest.py console reports 2015-01-28 15:33:11 +00:00
nitin.bhaskar.27.09@gmail.com 81a364c6e9 Extended RTOS support for LPC4330 Target 2015-01-28 20:57:37 +05:30
Przemek Wirkus 0bafe71fed Refactored RTOS_1 test and did some small indent in tests.py 2015-01-28 11:38:44 +00:00
Martin Kojtal 9cdef7e725 Merge pull request #872 from bcostm/master
NUCLEO_F303RE -  Corrections in ADC
2015-01-28 12:13:10 +01:00
Jun-Ru Chang 7ee7fab4ee Include missing header file
MBED_ASSERT was defined in mbed_assert.h.

Signed-off-by: Jun-Ru Chang <jrjang@gmail.com>
2015-01-28 18:57:19 +08:00
Przemek Wirkus f1f2505adc Refactored host_test.py script to filter for TargetIds in auto-detection flow 2015-01-28 10:35:08 +00:00
Przemek Wirkus 812a1c3000 Refactored few peripheral tests like DigitalInOut, InteruptIn
Checked refactoring progress on LPC11U24
2015-01-28 10:08:03 +00:00
bcostm 46317484f7 [NUCLEO_F303RE] Corrections in ADC
- remove unavailable ADCs and channels
- correct initialization routine
2015-01-28 11:06:44 +01:00
Przemek Wirkus b45d190b5d Refactored Semihost test (valid for few LPC platforms) 2015-01-28 09:11:54 +00:00
Przemek Wirkus c6134eb6a2 Refactored C++ test and added '+' sign as recognized character in auto-test description 2015-01-28 09:08:58 +00:00