nitin.bhaskar.27.09@gmail.com
fbd914c369
Merge branch 'master' of https://github.com/NitinBhaskar/mbed
2015-01-24 23:00:29 +05:30
nitin.bhaskar.27.09@gmail.com
19fd60321b
On-Board SD Card support added, SD Card related test cases updated too
2015-01-24 22:57:01 +05:30
NitinBhaskar
0fbe72662a
Added new target LPC11U37H_401
2015-01-20 14:43:26 +05:30
NitinBhaskar
4fece5da1c
Update build_release.py
...
Added new target LPC11U37H_401
2015-01-20 14:40:41 +05:30
nitin.bhaskar.27.09@gmail.com
f38d985cc8
Initial support for LPC11U37H_401
2015-01-17 13:29:17 +05:30
Martin Kojtal
542dba531c
Merge pull request #846 from BlackstoneEngineering/ExporterUpdate
...
Add readme.html to every exported project
2015-01-16 07:49:44 +00:00
Austin Blackstone
6606e3e3cb
added README.html to every offline export. This will redirect to a handbook page where we can keep an errata of things that need doing with various platforms and various toolchains.
2015-01-15 18:01:28 -06:00
Paul Staron
e21c65041d
New platform - Teensy 3.1
2015-01-15 19:18:01 +00:00
Martin Kojtal
36015c68a8
Merge pull request #842 from bcostm/master
...
NUCLEO_F303RE - Correct ADC initialization
2015-01-14 09:15:35 +00:00
bcostm
fb2ed14768
[NUCLEO_F303RE] Correct ADC initialization
...
Same as #809
2015-01-12 16:30:05 +01:00
Przemek Wirkus
0c3caf8d75
Refactored SD card basic test
...
Included return value check from fopen() functions in read/write testcases
2015-01-12 08:39:34 +00:00
Martin Kojtal
7a3d2b4423
Merge pull request #837 from bcostm/master
...
NUCLEO_F070RB - Update tests
2015-01-12 08:14:44 +00:00
Martin Kojtal
47725f9123
Merge pull request #835 from masaohamanaka/master
...
RZ_A1H - Fix some bugs about InterruptIn, SPI, I2C and modify some settings.
2015-01-12 08:14:02 +00:00
bcostm
321f012f06
[NUCLEO_F070RB] Add missing line (same as F072RB)
2015-01-09 11:32:49 +01:00
bcostm
e0e18f54d6
[NUCLEO_F070RB] Update tests with this target
2015-01-09 11:21:15 +01:00
Masao Hamanaka
596d0e9b78
Commit upstream changes.
...
Commit upstream changes that is "Merge pull request #833"
2015-01-09 13:54:55 +09:00
Masao Hamanaka
4004624a1f
Add comments.
...
Add comments to provide details about this code.
2015-01-09 13:50:41 +09:00
Przemek Wirkus
3ec2247713
K22F: added peripheral pin definitions to SD card tests and I2C EEPROM tests
2015-01-08 14:06:39 +00:00
Martin Kojtal
2acefb66eb
Merge pull request #809 from bcostm/master
...
NUCLEO_F334R8 - Fix issue with multiple ADC initialization
2015-01-08 11:57:52 +00:00
Martin Kojtal
bef46907fc
Merge pull request #831 from ohagendorf/stm32f4xx_reorg_hal
...
STM32F4xx reorganisation of hal folder
2015-01-08 11:53:03 +00:00
Martin Kojtal
4f7fdf3ee4
Merge pull request #836 from ohagendorf/build_release
...
Tools: Add GCC_ARM toolchain to some Nucleo targets to build release script
2015-01-08 07:20:56 +00:00
Olaf Hagendorf
148a62ef81
[build_release.py]
...
Adding missing GCC_ARM toolchain to some Nucleo targets
2015-01-07 17:56:05 +01:00
Masao Hamanaka
90cf47ffdf
Fix some bugs about IntreruptIn.
...
Bugs are as below.
- Add terminal setting of IRQ4 and IRQ6 that leaked.
- When set the interrupt function by rise()/fall(), the interrupt disable state will be released by disable_irq().
- Interrupt will be continued to occur when execute disable_irq() after rise(NULL)/fall(NULL) set.
- Fix the setting timing of PMC register.
2015-01-07 19:11:14 +09:00
Masao Hamanaka
f119a368e5
Fix the bug that a noise will occur in SPI.
...
A noise will occur when execute frequency() after set the "mode" to 3 by format().
2015-01-07 19:10:49 +09:00
Masao Hamanaka
b13b047a76
Implement a stop condition transmission setting function of I2C.
...
User can specify the sending of STOP condition by this implement.
2015-01-07 19:10:26 +09:00
Masao Hamanaka
d469fdf79e
Increase STACK size of thread.
2015-01-07 19:09:50 +09:00
Masao Hamanaka
808c3b4d7c
Take measures about optimization problems of web compiler.
2015-01-07 19:09:22 +09:00
Martin Kojtal
b6a514c8b2
Merge pull request #833 from ohagendorf/disco_f401_rtos
...
DISCO_F401VC - adding target to RTOS
2015-01-07 09:09:29 +00:00
Masao Hamanaka
0ed93c1953
Update scatter file to increase usable RAM area.
...
Remove a usable RAM area limit of RW and ZI area.
2015-01-07 13:04:49 +09:00
ohagendorf
24d7e37e21
all RTOS_x tests are OK
2015-01-06 20:48:37 +01:00
Martin Kojtal
245a60b29c
Merge pull request #820 from ohagendorf/stm32f0xx_rtos
...
NUCLEO_F072RB/F091RC - adding target to rtos lib and exporter for coide and gcc_arm
2015-01-06 07:41:37 +01:00
ohagendorf
716c51d232
Deleting doubled files
2015-01-06 00:35:57 +01:00
ohagendorf
11c2a5b888
error correction rebas and build_travis extension
...
travis_build ok
all tests for nucleo_f0xx and nucleo_f3xx ok
2015-01-05 23:59:58 +01:00
ohagendorf
f5c3b18d75
[NUCLEO_F091RC] adding exporter (gcc_arm, coide), enable rtos
...
- Adding exporter for CoIDE and GCC_ARM
- Adding target to RTOS lib
2015-01-05 22:55:18 +01:00
ohagendorf
5ebdb92e78
[NUCLEO_F072RB] adding target to rtos lib
...
Every test (DTCT_1, EXAMPLE_1, MBED_xx, RTOS_x) is OK.
2015-01-05 22:43:52 +01:00
bcostm
f2a6eeca8d
[NUCLEO_F334R8] Correct the code used during initialization
2015-01-05 14:47:38 +01:00
bcostm
ad9b6a7119
Merge branch 'master' of https://github.com/mbedmicro/mbed
2015-01-05 14:14:41 +01:00
Martin Kojtal
914dd37b11
Merge pull request #818 from ohagendorf/stm32l053_rtos
...
DISCO/NUCLEO_L053xx - adding to RTOS, corrections for all tests, [DISCO_L053] exporter to µVision
2015-01-05 08:08:00 +01:00
Martin Kojtal
47ac39b3fd
Merge pull request #812 from perkristian/master
...
RTOS: Fix stack alignment
2015-01-05 08:01:09 +01:00
Martin Kojtal
e1309e658a
Merge pull request #811 from albert361/master
...
Add IAR toolchain support for DISCO_F429ZI
2015-01-05 07:57:36 +01:00
Martin Kojtal
3aef1389d5
Merge pull request #829 from Kazu-zamasu/LPC824-GCC_CR
...
Tools: LPC824 - GCC_CR support
2015-01-05 07:55:21 +01:00
Martin Kojtal
fdc60ac217
Merge pull request #827 from adamgreen/rtxNoStackCheckForMainThread
...
RTOS: Main thread should not write MAGIC_WORD to stack
2015-01-05 07:50:23 +01:00
Martin Kojtal
5748a9da69
Merge pull request #826 from adamgreen/rtxSupportStacksLargerThan64k
...
RTX: Support stacks larger than 64k
2015-01-05 07:48:32 +01:00
Martin Kojtal
ba69445765
Merge pull request #825 from ohagendorf/disco_f401
...
DISCO_F401VC - New target incl. exporter to gcc_arm and coide
2015-01-05 07:34:57 +01:00
ohagendorf
f98dd149b9
[MTS_MDOT_F405RG] reorg hal folder
...
- reorganisation of this target needed some extension of serial_api.c
used by all F4xx tagets.
- add arch_max to travis_build
2015-01-04 14:15:16 +01:00
ohagendorf
0498e2619b
[STMF4xx] reorg hal folder
...
- some minor error correction
- add pin definition for 3 tests (MBED_A5,6,7)
- add new target disco_f401vc to travis_build
travis_build and all test are OK except missing STM32F4 target
MTS_MDOT_F405RG
2015-01-04 14:14:52 +01:00
ohagendorf
3d886a94dc
[MTS_DRAGONFLY_F411RE] reorg hal folder
2015-01-04 14:11:32 +01:00
ohagendorf
41975149c2
[DISCO_F407/ARCH_MAX] reorg hal folder
2015-01-04 14:11:03 +01:00
ohagendorf
3a2ec50d0e
[DISCO_F429ZI] reorg hal folder
2015-01-04 14:10:34 +01:00
ohagendorf
cf8c8689e6
[NUCLEO_F411][MTS_MDOT_F411] reorg of hal folder
2015-01-04 14:07:43 +01:00