Bogdan Marinescu
213efa7175
Merge pull request #242 from dinau/f4-hard-float-mod
...
[GCC_ARM][DISCO_F407VG]: Enabled "-mfloat-abi=hard" option
2014-04-02 09:06:16 +01:00
Mihail Stoyanov
4110d25404
Added D14 and D15 pins for Arch Pro
2014-04-01 18:39:41 +01:00
dinau
67a843a830
[GCC_ARM][DISCO_F407VG]: Enabled "-mfloat-abi=hard" option
2014-04-02 01:02:00 +09:00
Bogdan Marinescu
0617b11a5c
Merge pull request #241 from dinau/DISCO-fixed-compilation-error
...
[GCC_ARM][DISCO]: Modified compilatin error and silent warning.
2014-04-01 16:46:46 +01:00
dinau
bf8dc9fed0
[GCC_ARM][DISCO]: Modified compilatin error and silent warning.
2014-04-02 00:34:32 +09:00
Bogdan Marinescu
ad1ef13664
Merge pull request #240 from va7deo/DISCO_F407VG/AudioOut
...
Added AnalogOut for STM32F407 Discovery
2014-04-01 16:30:14 +01:00
Stephen Paulger
dfc673c6e0
Rename Code Red -> LPCXpresso
2014-04-01 16:23:19 +01:00
Bogdan Marinescu
f3de3458fa
Fixed location of BLE_API
2014-04-01 11:28:52 +01:00
Bogdan Marinescu
fdcc1e3874
Merge pull request #239 from neilt6/master
...
Changed error(...) to a weak function
2014-04-01 09:58:18 +01:00
darren
4638e6979a
Added AnalogOut for STM32F407 Discovery
2014-03-31 12:15:05 -07:00
neilt6
e57e69c772
Changed error(...) to a weak function
...
Made error(...) a weak function so that it can be overridden in
production projects. Also fixed several serial_api.c files that required
stdlib.h, but were getting it from error.h.
2014-03-31 10:27:14 -06:00
Bogdan Marinescu
8a97a64332
Merge pull request #238 from dinau/make_depend
...
[GCC_ARM]: Added checking dependency
2014-03-31 13:47:30 +01:00
dinau
016e9b776d
[GCC_ARM]: Added checking dependency
2014-03-31 20:01:50 +09:00
Bogdan Marinescu
3dd4af0833
Merge pull request #237 from neilt6/master
...
Add newline character to stack allocation error
2014-03-28 17:27:22 +00:00
Neil Thiessen
504ef3a894
Add newline character to stack allocation error
2014-03-28 11:22:16 -06:00
Stephen Paulger
0f91f3bf0b
Update Exporter README
...
* Change code red to LPCXpresso
* Update supported exporters for LPC1114
2014-03-28 10:42:12 +00:00
Przemek Wirkus
493ad639e2
Added new flag -L to list all tests available. Also removed trailing spaces
2014-03-27 11:17:53 +00:00
Bogdan Marinescu
3d49a491d4
Merge pull request #236 from neilt6/master
...
Fixed readNB() bug
2014-03-27 09:41:45 +00:00
Bogdan Marinescu
c81f9207c4
Merge pull request #235 from bcostm/master
...
[NUCLEO_L152RE/F103RB] Add automatic HSE/HSI clock configuration.
2014-03-27 09:41:25 +00:00
bcostm
d1c498d38b
[NUCLEO_F302R8] Change PWM_OUT signal assignation
...
The PWM output is not available on PB_3 because the TIMER2 is used by
the us_ticker.
2014-03-27 09:14:37 +01:00
neilt6
f0453b3e07
Fixed readNB() bug
...
Fixed a race condition with readNB() in USBHID that caused reports to be
periodically returned empty.
2014-03-26 12:00:06 -06:00
Przemek Wirkus
b6fadb4e11
RTOS_8 ISR handling for queue put/get functionality added to test suite
2014-03-26 17:38:36 +00:00
bcostm
0762ef4e29
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-26 17:51:36 +01:00
bcostm
8299b1e6a0
[NUCLEO_F103RB] Add automatic HSE/HSI clock configuration
...
And:
- restart PLL in deepsleep function
- add more pins for SPI (the mbed pinout will be updated soon)
2014-03-26 17:47:11 +01:00
Bogdan Marinescu
e35fd00101
Merge branch 'nordic_structure'
2014-03-26 15:30:26 +00:00
Bogdan Marinescu
d88bcf2932
BLE API refactoring and synchronization logic
...
BLE code was split in two parts:
- ble-api: the core (common part)
Can be found at http://mbed.org/users/mbed_official/code/ble-api
- nRF51822: the Nordic specific implementation for the ble-api library
Can be found at http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822
The code was slightly modified to follow this refactoring. The tests were also updated
to follow this new structure.
The code should now automatically sync from github to the above repositories.
2014-03-26 15:21:13 +00:00
Przemek Wirkus
ccd7f2e757
Cosmetic updates to VTOR relocation test
2014-03-26 15:07:42 +00:00
Przemek Wirkus
e10bd60385
NET_7, NET_8 - HTTP and NTP client test automation added to test suite
2014-03-26 14:48:44 +00:00
Przemek Wirkus
9c0ed35267
Removed host test from RCP automation
2014-03-26 10:36:36 +00:00
Przemek Wirkus
6be356077d
Added automation flag for RPC test
2014-03-26 10:36:35 +00:00
Przemek Wirkus
c2cd398d6a
Added MBED_15 RPC test to automated test suite
2014-03-26 10:36:34 +00:00
bcostm
66791e645f
[NUCLEO_L152RE] Add automatic HSE/HSI clock configuration.
...
Update also SPI prescaler and use mbed_sdk_init() function.
2014-03-26 10:06:27 +01:00
Bogdan Marinescu
62a0f0ac13
Merge pull request #234 from bcostm/master
...
[NUCLEO_F302R8] Use mbed_sdk_init() to update the SystemCoreClock variab...
2014-03-25 17:31:22 +00:00
bcostm
8f523daa69
[NUCLEO_F302R8] Use mbed_sdk_init() to update the SystemCoreClock variable.
...
Definitely the best solution...
2014-03-25 18:26:42 +01:00
Przemek Wirkus
e2ab4b9343
RTOS_3 Semaphore resource lock test timeout increased
2014-03-25 16:36:11 +00:00
Emilio Monti
752c8f466f
Both ST and Nordic boards now support the reset through serial break
2014-03-25 16:14:20 +00:00
Przemek Wirkus
cccdc798f1
Small RTOS test names change
2014-03-25 15:35:41 +00:00
Przemek Wirkus
773e0ce493
RTOS_2 Semaphore resource locking test automation added to test suite
2014-03-25 14:33:58 +00:00
Przemek Wirkus
c1c470bf6f
Small changes to testcase to allign with RTOS Mail test
2014-03-25 14:33:57 +00:00
Przemek Wirkus
40514add7f
RTOS_6 Mail test automation added ti test suite
2014-03-25 14:33:56 +00:00
Przemek Wirkus
9a73b5a809
RTOS_4 Signal test automation added to test suite
2014-03-25 14:33:55 +00:00
Przemek Wirkus
031bf1323b
RTOS_5 Queue test small implementation changes
2014-03-25 14:33:54 +00:00
Przemek Wirkus
0afeb401c7
RTOS_5 Queue test automation changed - host test is not used now - test is faster
2014-03-25 14:33:52 +00:00
Bogdan Marinescu
8b4f07882b
Merge pull request #233 from bcostm/master
...
[NUCLEO_F302R8] Fix issue with SystemCoreClock variable update.
2014-03-25 13:33:05 +00:00
bcostm
575f9f9269
[NUCLEO_F302R8] Fix issue with SystemCoreClock variable update.
...
This variable must be placed outside the RAM initialization section.
2014-03-25 14:17:07 +01:00
Bogdan Marinescu
cb306a57ce
Merge pull request #231 from oliviermartin/om/makefile-debug
...
Update GNU Makefiles to generate DEBUG binaries
2014-03-25 12:18:41 +00:00
Bogdan Marinescu
249f016cd8
Merge branch 'master' of github.com:mbedmicro/mbed
2014-03-25 11:44:32 +00:00
Bogdan Marinescu
71b306a2d4
Improvements to Sam's platform_init.c commit
2014-03-25 11:43:54 +00:00
Bogdan Marinescu
11bc6fdd03
Merge pull request #232 from bcostm/master
...
[NUCLEO_F302R8] Improvements in clock configuration, spi default pins, code formatting
2014-03-25 10:00:55 +00:00
Bogdan Marinescu
d4c04e866e
Merge pull request #230 from sg-/master
...
Create a platform specific file to override WEAK Handlers and pre-main hook mbed_sdk_init
I thought about a better solution for this problem, but I couldn't find one, so this is fine. Just one comment: I wouldn't name that file 'platform_init.c'. First, it might contain other code than just initialization code (for example, mbed_die is also declared as a weak function and we'll need to override it for NRF51822). Second, it doesn't realy send the "this file is special and should be treated as such" message. I'd call it something like 'mbed_overrides.c'. But I'll make this change later. Thanks for the pull request!
2014-03-25 09:26:08 +00:00