Bogdan Marinescu
f7c0e770fc
Merge pull request #229 from todor603/master
...
Added GCC_ARM for NUCLEO_F401RE
2014-04-02 18:12:18 +01:00
Mihail Stoyanov
4e46149448
Added pins D14 and D15 for LPC1549
2014-04-02 14:40:02 +01:00
Mihail Stoyanov
4110d25404
Added D14 and D15 pins for Arch Pro
2014-04-01 18:39:41 +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
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
Neil Thiessen
504ef3a894
Add newline character to stack allocation error
2014-03-28 11:22:16 -06: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
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
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
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
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
bcostm
c675516f51
[NUCLEO_F302R8] Add automatic HSE/HSI clock configuration + change spi default pins
...
The clock configuration is first tried with external 8MHz clock, if fail
then tried with 8MHz xtal and finally with HSI.
2014-03-25 10:24:44 +01:00
sg-
ecad62a205
Updates to build_api.py (platform_init.c remains platform_init.o in mbed.bld) and moved NMI_Handler from gpio_irq_api.c to platform_init.c for KL05Z, KL25Z and KL46Z target platforms to take advantage of this change.
2014-03-24 18:41:19 -05:00
Todor
d5b1abf7b0
Added GCC_ARM for NUCLEO_F401RE
2014-03-24 22:57:51 +01:00
Przemek Wirkus
11c042fac3
Added RTOS_5 Queue test to automated host test suite
2014-03-24 18:45:56 +00:00
Przemek Wirkus
7f14710eae
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-24 18:22:41 +00:00
Przemek Wirkus
88fa03a1af
Added RTOS_7 timer automated test to host test suite
2014-03-24 18:22:33 +00:00
Emilio Monti
47b961246b
Merge pull request #227 from dinau/disco-f407vg
...
[STM32F4-Discovery (STM32F407VG)] initial port
2014-03-24 17:40:58 +00:00
Emilio Monti
232bd99880
Update Health_Thermometer example to latest revision
2014-03-24 17:18:17 +00:00
Emilio Monti
5f2aec8bc7
Update BLE library to latest version
2014-03-24 17:09:34 +00:00
Przemek Wirkus
3690bdd40f
Merge branch 'master' of https://github.com/mbedmicro/mbed
2014-03-24 17:06:19 +00:00
Przemek Wirkus
a8c7e135f7
Added RTOS_1 basic test and RTOS_9 SD file write/read test to host test automation
2014-03-24 17:05:32 +00:00
Emilio Monti
2dff8cf4f4
Add BLE HeartRate and iBeacon examples
2014-03-24 17:01:32 +00:00
Emilio Monti
475657f920
Move BLE Nordic native library in separate directory
2014-03-24 16:45:14 +00:00
dinau
472a557288
[STM32F4-Discovery(STM32F407VG)] initial port
...
[DISCO_F407VG]
2014-03-24 23:56:58 +09:00
star297
908a9b97a4
Update system_LPC8xx.c
...
Add external 12Mhz crystal support as clock set up 2
2014-03-22 16:52:14 +00:00
bcostm
a5090fa636
[NUCLEO_F302R8] Code formatting
2014-03-22 15:50:50 +01:00
dinau
a43ba4740a
[STM32F407][LPC4088][GCC_ARM] Fixed compilation error.
...
This commit fix FPU error when compile with RTX OS.
2014-03-21 21:16:52 +09:00