Martin Kojtal
428d7e001c
Merge pull request #941 from GustavWi/iar_mbed
...
IAR support nrf51 based boards
2015-03-04 10:48:42 +01:00
Przemek Wirkus
50ef6207f0
Added new switch -p to force peripheral in autodetection mode (--auto)
2015-03-04 09:48:39 +00:00
Przemek Wirkus
1bb14b7492
Merge pull request #5 from mbedmicro/master
...
Synd with master (04 March 2015)
2015-03-04 09:40:38 +00:00
0xc0170
83f6c17514
mbed header file - mbed lib revision - 95
2015-03-03 16:29:41 +01:00
mazgch
67ad872b47
Merge branch 'master' of https://github.com/mbedmicro/mbed
2015-03-03 16:10:25 +01:00
mazgch
1c90460566
changed pin locations
2015-03-03 16:09:38 +01:00
Martin Kojtal
9d2fd3e097
Merge pull request #945 from 0xc0170/fix_issue#940
...
Fix #940 - k64f a4/5 pinnames swap
2015-03-03 08:53:09 +01:00
0xc0170
2a1d12bcd4
Fix #940 - k64f a4/5 pinnames swap
2015-03-03 08:16:09 +01:00
Martin Kojtal
38514db08e
Merge pull request #936 from jeremybrodt/issue934
...
Fix issue #934 : Handled condition when head is NULL.
2015-03-03 08:09:58 +01:00
Yihui Xiong
8c48588aec
[net] add target Seeed Arch Max (stm32f407)
2015-03-03 10:03:09 +08:00
GustavWi
6cf9a111e3
IAR support arch_ble, delta_defcm, hrm1017, nrf51_dk, nrf51_dongle, seed_tiny_ble.
2015-03-02 10:38:46 +01:00
Sissors
4a184d980e
Made attach_rtc with disabled irqs
2015-02-28 12:21:55 +01:00
Martin Kojtal
088b5c41a7
Merge pull request #937 from GustavWi/iar_mbed
...
IAR support: Fixed stack and heap sizes for MTS DRAGONFLY and MTS MDOT F...
2015-02-28 08:06:03 +01:00
Jeremy Brodt
6bc00fda8a
Improved handling of NULL condition.
2015-02-27 10:01:30 -06:00
GustavWi
d8df2f25d3
Set most of the targets to a fixed heap and stack ratio relative to ram. 1/4 of ram to heap and 1/8 of ram to stack. There are some exception where the ram is small and the target support an rtos, then the heap requires more than 1/4 of RAM
2015-02-27 12:57:45 +01:00
Martin Kojtal
43d7f387ec
Merge pull request #933 from masaohamanaka/master
...
RZ/A1H - Modify to support GCC and Fix some bugs of driver.
2015-02-27 10:55:20 +01:00
Brian Daniels
db6792f7cc
Renamed sleep implementation file and added DEVICE_SLEEP #defines
2015-02-26 11:08:52 -06:00
Brian Daniels
96c0ae58f0
Added sleep and deepsleep for LPC11U68. Needs testing on board
2015-02-26 10:44:47 -06:00
GustavWi
35258ff16b
IAR support: Fixed stack and heap sizes for MTS DRAGONFLY and MTS MDOT F411RE
2015-02-26 16:46:42 +01:00
Jeremy Brodt
b53b67ecad
Issue #934 : Handled condition when head is NULL.
2015-02-26 08:50:09 -06:00
Masao Hamanaka
74220c7896
Correct the formatting of #if.
2015-02-26 19:46:02 +09:00
Martin Kojtal
252d06bc83
Merge pull request #931 from jeremybrodt/nexttimestamp
...
Us ticker - add function to get the timestamp of the next us_ticker event.
2015-02-26 09:24:26 +00:00
Martin Kojtal
8895e91be3
Merge pull request #929 from PrzemekWirkus/mbed_assert_3
...
Test suite - mbed assert detection
2015-02-26 08:53:35 +00:00
Masao Hamanaka
6fc2d2ab43
Correct the formatting.
2015-02-26 17:02:24 +09:00
Masao Hamanaka
d7bc024a6a
Fix a bug that Ticker driver has the potential to loop infinitely.
...
Ticker driver has the potential to loop infinitely.
Because, running "us_ticker_irq_handler()" from "us_ticker_set_interrupt()" before "obj->next = p;" of "us_ticker_insert_event()" is executed.
2015-02-26 16:36:30 +09:00
Masao Hamanaka
2047acae11
Fix a bug that Serial driver would read 1Byte garbage data(0xFE).
...
Serial driver would read 1Byte garbage data(0xFE) at first after reset and start.
2015-02-26 16:36:04 +09:00
Masao Hamanaka
0365977217
Modify and add a file to support GCC. (mbed common codes)
2015-02-26 16:35:45 +09:00
Masao Hamanaka
f6f45026f6
Modify to support GCC. (mbed CMSIS HAL)
2015-02-26 16:35:12 +09:00
Masao Hamanaka
ed293575cf
Modify to support GCC. (mbed HAL driver)
2015-02-26 16:33:01 +09:00
Masao Hamanaka
c46f5b894b
Modify to support GCC. (CMSIS-RTOS RTX for Cortex-A9)
2015-02-26 16:31:58 +09:00
Masao Hamanaka
aba8a90630
Modify to support GCC. (USB)
2015-02-26 16:30:17 +09:00
Masao Hamanaka
901b06f05b
Modify to support GCC. (tools files)
2015-02-26 16:28:58 +09:00
modtronix-com
4aefd375d5
Changed year to 2015 and other cosmetic changes
...
Changed year to 2015 and other cosmetic changes, as requested by
0xc0170 for pull request
2015-02-25 14:30:33 +11:00
Jeremy Brodt
7020c50c56
Added function to get the timestamp of the next us_ticker event.
2015-02-24 14:25:43 -06:00
Przemek Wirkus
dfa9599ded
Added mbed assertion detection
...
Test suite will detect mbed assertion print and end test execution with MBED_ASSERT error
2015-02-24 13:46:45 +00:00
Martin Kojtal
1b2a62100a
Merge pull request #905 from Willem23/master
...
LPC81x - Update us_ticker.c, using MRT
2015-02-24 13:36:38 +00:00
Martin Kojtal
7ae7dafa66
Merge pull request #906 from Willem23/patch-1
...
LPC812 - pwmout HAL implementation
2015-02-24 13:36:01 +00:00
Martin Kojtal
4e403f8715
Merge pull request #924 from GustavWi/iar_mbed
...
Fix #910 - debug file with predefined hardware debug settings
2015-02-24 11:18:55 +00:00
Martin Kojtal
a28b361be7
Merge pull request #921 from screamerbg/master
...
Tools - Output extension handling and echo test improvement
2015-02-24 11:05:37 +00:00
modtronix-com
fa26ed2e0e
Added NZ32ST1L Target
...
Added NZ32ST1L Target, new board from modtronix.com using STM32L151RC
cpu.
2015-02-24 18:08:39 +11:00
Martin Kojtal
d39e42d4cb
Merge pull request #922 from masaohamanaka/master
...
RZ/A1H - Increase private thread num.
2015-02-23 18:20:38 +00:00
Sissors
f0d04f5360
[API] Added option to modify RTC source
...
Initially from Karls question here:
http://developer.mbed.org/questions/6337/setTime-and-time-exported-with-__weak-fo/#answer6545?compage=1#c15936 .
Currently the C time functions only work with internal RTC. Sometimes
you either want to use an external one, or your target does not even
have an internal RTC. I added function attach_rtc(...) where the default
functions can be overridden at runtime.
2015-02-22 13:19:02 +01:00
Martin Kojtal
8648ff57ea
Merge pull request #925 from mbedmicro/sg--patch-1
...
RAM fix for nRF51822.sct, 32K version
2015-02-21 14:56:23 +00:00
David H
79aa6e7dfa
Merge pull request #1 from mbedmicro/master
...
Get current master
2015-02-21 20:09:29 +11:00
Sam Grove
2de26e779e
Update nRF51822.sct
...
FIx copy paste error in RAM size when softdevice isn't used
2015-02-20 23:41:20 -06:00
Martin Kojtal
86041dd398
Merge pull request #923 from mazgch/master
...
enable the additional uart 7&8 of the STM32F439 in the mbed sdk/api
2015-02-20 17:54:15 +00:00
GustavWi
5c5bf71e1d
Issue #910 . Added debug file with predefined hardware debug settings. When user exports to IAR the project has all the necessary settings so the user can immediately flash the program
2015-02-20 15:59:16 +01:00
mazgch
1641dd7e8d
enable the additional uart 7&8 of the STM32F439
2015-02-20 13:38:11 +01:00
Masao Hamanaka
02cba63476
Increase private thread num.
2015-02-20 17:36:11 +09:00
Mihail Stoyanov
88281c839e
Add AnalogIn potentiometer test for A0, A1 as present on the mbed application shield and automate MMA7660 test.
...
Various flags for platforms and tests.
2015-02-20 04:15:26 +02:00