Anna Bridge
0bb8e2bc10
Updated to allow for new directory structure for mbed-dev source.
...
Fixed issue where some deleted files/folders where not being removed from
the repo.
Removed code no longer used/needed.
2017-02-13 13:26:32 +00:00
Laurent MEUNIER
32137fa275
STM32: I2C: reset state machine
...
this I2C IP is meant for automatic STOP, based on programmed number
of bytes to be sent or receivede, not a user triggered STOP.
So the state machiine needs to be reset in case we use this I2C mbed
unitary API (start / byte_write / byte_read / stop).
2017-02-13 13:26:28 +00:00
adustm
d085d33dbe
STM32F302x8 folder struct
2017-02-13 13:26:25 +00:00
adustm
5cf85171fe
STM32F334x8 folder struct
2017-02-13 13:26:20 +00:00
adustm
4159c70507
STM32F303xC folder struct
2017-02-13 13:26:16 +00:00
adustm
d98aef9e49
STM32F303x8 folder struct
2017-02-13 13:26:13 +00:00
adustm
351f7d65f4
STM32F303xE folder structure modification
2017-02-13 13:26:09 +00:00
adustm
1b972d53a4
STM32L432xC folder structure rework
2017-02-13 13:26:04 +00:00
adustm
022ba3d507
STM32L476xG STM32L486xG folder structure modification
2017-02-13 13:26:00 +00:00
adustm
ecec5f0750
STM32F410xB folder structure update
2017-02-13 13:25:56 +00:00
adustm
3e117c125e
STM32F401xE folder structure update
2017-02-13 13:25:52 +00:00
adustm
f06c46bca4
STM32F469xI folder structure update
2017-02-13 13:25:48 +00:00
adustm
bdf504f7c1
STM32F412xG folder structure update
2017-02-13 13:25:45 +00:00
adustm
5ef202c977
STM32F407xG folder structure update
2017-02-13 13:25:41 +00:00
adustm
dc8a83ab1e
STM32F401xC folder structure update
2017-02-13 13:25:38 +00:00
adustm
c2ca2fdb95
STM32F429 / F439 folder rework
2017-02-13 13:25:34 +00:00
adustm
ec8fccc40f
STM32F411xE folder structure update
2017-02-13 13:25:30 +00:00
adustm
788fcd7663
STM32F446xE folder structure update
2017-02-13 13:25:26 +00:00
Jimmy Brisson
810d502c7c
Add core to uvision exporter template
...
Strip trailing F's and D's off of the Cputype in uvision
2017-02-13 12:02:40 +00:00
Brian Daniels
d2a86635ea
Adding fatal error detection to toolchians.
...
Before the toolchains would ignore error messages that contained the
string "Fatal error". This would lead to a silent failure unless the
compile command was ran with verbose options. This is now fixed.
2017-02-13 12:02:35 +00:00
mbedNoobNinja
a81d9329bc
missing IRQ pin fix
2017-02-13 12:02:30 +00:00
mbedNoobNinja
2006082dbc
Export IDE support added
2017-02-13 12:02:24 +00:00
Laurent MEUNIER
d2cb07126e
STM32: L0 LL layer
...
Introduce the L0 LL Layer from STM32 cube.
2017-02-13 12:02:19 +00:00
Laurent MEUNIER
c8fd470522
Fix alignements
2017-02-13 12:02:13 +00:00
Laurent MEUNIER
7538f8dcde
STM32: I2C: remove warning
...
Remove unused variables to avoid warnings.
2017-02-13 12:02:07 +00:00
Laurent MEUNIER
9042682542
STM32: remove F3 spi_api.c warning
...
Solve below warning:
"...\targets\TARGET_STM\TARGET_STM32F3\spi_api.c", line 73:
Warning: #111-D: statement is unreachable
2017-02-13 12:02:02 +00:00
bcostm
d8ee52820e
Enable USB tests in Travis build
2017-02-13 12:01:58 +00:00
bcostm
2104dad908
Enable USB Host
2017-02-13 12:01:53 +00:00
bcostm
3e1a487c67
Add F412ZG in USBHAL files
2017-02-13 12:01:48 +00:00
bcostm
485a9d7509
Add USB macros in targets.json for F412ZG
2017-02-13 12:01:42 +00:00
TomoYamanaka
ee87e5cf57
Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1"
...
In CI, I receive an mbed assert of stack stats by running the following commands. Its assert is TIMEOUT.
mbed test -m RZ_A1H -t GCC_ARM -DMBED_STACK_STATS_ENABLED=1 --clean --compile
mbed test -m RZ_A1H -t GCC_ARM --run -n tests-mbed_drivers-stl_features -v
So, I fixed the process of related to stack stats (osThreadInfoStackMax).The Detail contents is here.
https://github.com/ARMmbed/mbed-os/issues/3273#issuecomment-268407191
2017-02-13 12:01:37 +00:00
Olaf Hagendorf
b8fccedbc8
NUCLEO_F207ZG extending PeripheralPins.c: all available alternate functions can be used now
...
Through some minor extensions it is now possible to use all available alternate functions of a specific gpio pin. These alternatives exist up to now only as commented lines in PeripheralPins.c.
An API change is not necessary for this new functionality, only several pin definitions.
The new definitions now looks like:
{PA_0, ADC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 0, 0)}, // ADC1_IN0
{PA_0_ALT0, ADC_2, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 0, 0)}, // ADC2_IN0 // choice: PA_0 with ADC_1
{PA_0_ALT1, ADC_3, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 0, 0)}, // ADC3_IN0 // choice: PA_0 with ADC_1
PA_0, PA_0_ALT0 or PA_0_ALT1 has to be used as pin names for the usage of the three possible ADC blocks (ADC1, ADC2, ADC3) connected to the pin (PA_0).
2017-02-13 12:01:33 +00:00
Michel Jaouen
34dcdde58b
USBHOST STM : add more board NUCLEO : F411RE, L476VG, F746ZG DISCO : L476VG
2017-02-13 12:01:26 +00:00
Michel Jaouen
e3950204dd
update build_travis.py
2017-02-13 12:01:20 +00:00
Michel Jaouen
3c093a8aab
USBHOST : add mouse test
2017-02-13 12:01:16 +00:00
Michel Jaouen
0b0520deef
USBHOST : test mass storage
2017-02-13 12:01:11 +00:00
Michel Jaouen
56cdad356a
USBHOST STM support : NUCLEO : F429ZI, F446ZE, F207ZG, F767ZI, F401RE, DISCO : F429ZI
2017-02-13 12:01:06 +00:00
Michel Jaouen
4d7ed06e9a
STM32 HAL HCD : USBHOST changes for f4,f2,l4,f7 - reset toggle_out , toggle_in at init - in/out toggle in on ctrl endpoint - remove call back when transmission restarted
2017-02-13 12:01:01 +00:00
Michel Jaouen
e27b7e6fa3
USBHOST: fix call back
2017-02-13 12:00:56 +00:00
Michel Jaouen
13feab6dc3
USBHOST : introduce USBHOST_OTHER (USBHost on USB IP not OHCI).
2017-02-13 12:00:52 +00:00
Michel Jaouen
f174f2a920
USBHOST : add return value to queue transfer modify add transfer to support return value.
2017-02-13 12:00:47 +00:00
Martin Kojtal
269f58d75b
Merge pull request #3660 from ARMmbed/release-candidate
...
Release candidate for mbed-os-5.3.4
2017-01-31 12:45:03 +00:00
Anna Bridge
5bdadc9332
Update MBED_LIBRARY_VERSION to v135
2017-01-30 11:22:11 +00:00
0xc0170
d44c0d6eca
Maxim 3630: define LED4 same as LED1
2017-01-30 11:21:05 +00:00
Jesse Marroquin
b53356148a
Adding new platform
2017-01-30 11:21:01 +00:00
bcostm
c684533de4
Fix bug in i2c_byte_read function
2017-01-30 11:20:56 +00:00
Laurent MEUNIER
3df8f2d816
F3 CUBE update V1.7.0 CMSIS v2.3.0 => v2.3.1 HAL v1.3.0 => v1.4.0 LL v1.4.0
2017-01-30 11:20:52 +00:00
Amanda Butler
a2fc610111
Delete mbed_targets.md
...
Delete page because a duplicate exists in the Handbook
2017-01-30 11:20:47 +00:00
Jimmy Brisson
063a144b75
Move sw4stm32 into its own dir
2017-01-30 11:20:42 +00:00
Jimmy Brisson
a9056d7e75
Move simplicity to its own dir
2017-01-30 11:20:38 +00:00