Bogdan Marinescu
|
c372035d60
|
Merge pull request #477 from sg-/master
Add derivative support to K64F and updates for MTS_GAMBIT
|
2014-09-11 16:47:48 +01:00 |
jesusalvarez
|
5f6da82f2f
|
Merge remote-tracking branch 'upstream/master'
|
2014-09-11 11:07:25 -04:00 |
Bogdan Marinescu
|
c281ede3db
|
Merge pull request #483 from Experiment-626/master
Changed the #define DEVICE_SEMIHOST to 0 to allow for wakeup of deepslee...
|
2014-09-11 16:00:48 +01:00 |
Bogdan Marinescu
|
8a63c226dd
|
Merge pull request #485 from Accutechs/master
[LPC4337] add support
|
2014-09-11 14:00:04 +01:00 |
Bogdan Marinescu
|
31f43a3305
|
Merge pull request #487 from xiongyihui/nrf51822
[nrf51822] avoid using a global variable and fix I2C read sequence
|
2014-09-11 13:02:23 +01:00 |
Bogdan Marinescu
|
48bd3819f5
|
Merge pull request #481 from arebert/lpc4088
[LPC4088] Corrected calculation of CAN clock and making it possible to put code in QSPI flash
|
2014-09-11 12:59:45 +01:00 |
Yihui Xiong
|
592d6244d4
|
[nrf51822] properly generate stop condition of I2C read sequence
|
2014-09-11 18:05:40 +08:00 |
Yihui Xiong
|
274a34f472
|
avoid using a global variable
|
2014-09-11 15:17:33 +08:00 |
ytsuboi
|
a9d60a2520
|
[LPC4337] support AnalogOut
|
2014-09-11 13:48:08 +09:00 |
Aron L. Phillips
|
abcfdfb3bf
|
Changed the #define DEVICE_SEMIHOST to 0 to allow for wakeup of deepsleep and changed #define DEVICE_LOCALFILESYSTEM to 0 to fix errors relating to removing semihost in device.h;
|
2014-09-10 14:21:24 -04:00 |
Rohit Grover
|
33434f3c4a
|
Revert "add minimal support files for a Nordic bootloader."
This reverts commit 99d14db8c1.
|
2014-09-10 14:03:51 +01:00 |
Andreas Rebert
|
4511b5bbc5
|
[LPC4088] Corrected calculation of CAN clock
|
2014-09-10 10:39:09 +02:00 |
jesusalvarez
|
85495dbc62
|
Merge remote-tracking branch 'upstream/master'
|
2014-09-09 17:48:44 -04:00 |
ytsuboi
|
89342dbe69
|
Merge remote-tracking branch 'upstream/master'
|
2014-09-10 03:20:05 +09:00 |
Rohit Grover
|
99d14db8c1
|
add minimal support files for a Nordic bootloader.
|
2014-09-09 11:14:31 +01:00 |
ytsuboi
|
b55e3b42b4
|
Merge remote-tracking branch 'upstream/master'
|
2014-09-07 19:59:40 +09:00 |
ytsuboi
|
0abd9a2518
|
[LPC4337] support Rev.B board on PinNames.h
|
2014-09-07 19:58:13 +09:00 |
bcostm
|
f9e7f69241
|
Merge branch 'master' of https://github.com/mbedmicro/mbed
|
2014-09-05 11:38:19 +02:00 |
Bogdan Marinescu
|
449b984e4a
|
Merge pull request #468 from xiongyihui/dev
[nrf51822][gcc_arm]: fix makefile templates and nrf_svc.h's 'impossible constraint in asm' error
|
2014-09-05 10:15:54 +01:00 |
bcostm
|
35660622d9
|
[NUCLEO_L152RE] Enable HSI clock for ADC
|
2014-09-05 11:03:56 +02:00 |
sg-
|
24f537ea60
|
[MTS_GAMBIT][K64F][exporters][net] Update directory names for K64F to allow derivative platforms. Change net/eth/lwip-eth/arch directory name to allow K64F derivative EthernetInterface support. Disable Ethernet in MTS_GAMBIT device.h - seems depreciated or just not implemented. Add MTS_GAMBIT exporters for uvision and gcc_arm
|
2014-09-04 17:26:54 -05:00 |
jesusalvarez
|
49e01fb232
|
Fix I2C0 pin init
|
2014-09-03 11:12:50 -04:00 |
ytsuboi
|
ef0819c731
|
[LPC4337] move files from LPC43XX to LPC4330
|
2014-09-03 02:20:48 +09:00 |
ytsuboi
|
1ee314c4a5
|
[LPC4337] first commit
just confirmed with >workspace_tools\make.py -m LPC4337_M4 -t ARM -p 25
|
2014-09-01 23:30:22 +09:00 |
Bogdan Marinescu
|
f304c6ba83
|
Merge pull request #471 from dbestm/master
[NUCLEOs] enhance i2c api
|
2014-08-29 20:42:28 +01:00 |
Rohit Grover
|
958aa2488b
|
changes proposed from Martin's review
|
2014-08-29 17:02:40 +01:00 |
Rohit Grover
|
a5ac14aab0
|
use constants from projectconfig.h as arguments for APP_TIMER_INIT()
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
c8f896d708
|
update definitions for us_ticker_set_interrupt() across all platforms to use timestamp_t
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
01bc4de3ab
|
white space diffs.
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
c8fc050ce4
|
simplify the algorithm which keeps only one app_timer timer running.
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
dcdca19948
|
updated call to APP_TIMER_INIT() to use contants from projectconfig.h
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
675ddde2f4
|
introduce a timestamp_t to track timeouts for TimerEvents.
The previous type used for this purpose was unsigned int, which was both
un-portable and liable to wrap-around.
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
7555d7411c
|
add a cachedInterruptTimestamp to us_ticker_set_interrupt() to short-circuit duplicate calls.
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
9294fcbb59
|
reimplement the micro-second ticker on nRF51822 using the app_timer module (RTC)
|
2014-08-29 17:02:39 +01:00 |
Rohit Grover
|
27be321fa6
|
add some more files related to app_common/ to the Nordic Lib
|
2014-08-29 14:47:30 +01:00 |
dbestm
|
aee7023d7f
|
[NUCLEOs] enhance i2c api
|
2014-08-29 15:31:51 +02:00 |
Rohit Grover
|
04d0142bd6
|
add app_common header files for Nordic targets
|
2014-08-29 11:37:13 +01:00 |
Rohit Grover
|
616ac8929a
|
add support for nRF51-DK
|
2014-08-28 16:36:16 +01:00 |
Yihui Xiong
|
bda033dc8e
|
[nrf51822][gcc_arm][c++]: fix 'impossible constraint in asm' error, used by ble app
|
2014-08-28 16:54:27 +08:00 |
Rohit Grover
|
90467175c0
|
cleaning up code within Nordic's mbed HAL using astyle
|
2014-08-27 08:42:26 +01:00 |
Martin Kojtal
|
74958e0f72
|
Merge pull request #465 from bcostm/master
[NUCLEOs] Fix bug (normalization to 16bit) in adc read_u16()
|
2014-08-27 10:40:19 +08:00 |
Martin Kojtal
|
3fa2fcb906
|
Merge pull request #466 from AFritzMulti/master
[HAL][MTS_GAMBIT] Update the PeripheralPins.c mapping
|
2014-08-27 10:21:29 +08:00 |
Andrew Fritz
|
0cafe361f3
|
Updated the PeripheralPins.c mapping
|
2014-08-26 15:46:43 -05:00 |
bcostm
|
314f578539
|
[NUCLEOs] Fix bug with adc read_u16 function
Add data convertion from 12bit to 16bit.
|
2014-08-26 15:27:42 +02:00 |
Bogdan Marinescu
|
bbc120c478
|
Merge pull request #460 from xiongyihui/stm32f407
DISCO_F407VG - add USBDevice support and a variant - ARCH_MAX
|
2014-08-21 14:57:36 +01:00 |
Martin Kojtal
|
fc1fa25ada
|
Merge pull request #461 from Cheong2K/master
[RBLAB_NRF51822] Fixed syntax error and analog pins.
|
2014-08-21 14:25:28 +01:00 |
Cheong2K
|
0ca7a7096a
|
Fixed syntax error and analog pins.
|
2014-08-21 21:15:49 +08:00 |
Bogdan Marinescu
|
5ba8d2a310
|
Merge pull request #450 from micromint/master
LPC4330_M4 port_api, us_ticker update
|
2014-08-21 10:54:39 +01:00 |
Bogdan Marinescu
|
0f8a06d818
|
Merge pull request #459 from bcostm/master
[NUCLEOs] Improvement of Serial hal
|
2014-08-21 10:41:22 +01:00 |
Yihui Xiong
|
cbe4a4b26e
|
add target ARCH_MAX, a variant of DISCO_F407VG
|
2014-08-21 16:48:40 +08:00 |