Commit Graph

9321 Commits (1d19f37d2562cf2701acad9aa6e981a3bf4c7721)

Author SHA1 Message Date
sarahmarshy 63f8f86ed5 index.json update instructions 2016-12-19 14:38:12 +00:00
sarahmarshy 52adfe986e Fix generic ARM CPU target in uvision
Generic CPU target not found correctly, because it was not accessing the Cache's index.

@theotherjimmy
2016-12-19 14:38:11 +00:00
Mika Leppänen f1c1cf4929 Squashed 'features/FEATURE_LWIP/lwip-interface/lwip/' changes from d7a6c6d..cd60f73
cd60f73 Merge branch 'mbed-os-lwip-rc2-maint' into mbed-os-lwip-rc2-maint-prefixed
3a50479 fixed bug #49676 (Possible endless loop when parsing dhcp options) & added unit test for that

git-subtree-dir: features/FEATURE_LWIP/lwip-interface/lwip
git-subtree-split: cd60f73f110829e00df46593fea5db26bcfb1662
2016-12-19 14:38:09 +00:00
Jimmy Brisson 7715606c02 Fix project profile parsing
thanks @sdive!
2016-12-19 14:38:08 +00:00
Radhika bf52a8d939 Formatting changes as per guidelines 2016-12-19 14:38:06 +00:00
Radhika aad54b90c3 Register map changes for RevG 2016-12-19 14:38:04 +00:00
jeromecoutant 8e54880eab STM32L476: comments update 2016-12-19 14:38:03 +00:00
jeromecoutant 6a101b4021 STM32L476: no HSE is present in NUCLEO and DISCO boards 2016-12-19 14:38:01 +00:00
adustm 4496908a96 fix #2956. Add HAL_DeInit function if gpio_irq destructor This allows ci-test-shield tests-api-interruptin to pass 2016-12-19 14:38:00 +00:00
0xc0170 58bf08b688 I2C - correct return values for write functions
The correction was made based on the i2c hal, and some target implementations
(early implementations like nxp 1768, freescale KLXX).
2016-12-19 14:37:58 +00:00
Steven Cooreman ec29f2e3f2 Revert "[EFR32] Adding hardware acceleration for mbed TLS"
This reverts commit c0301b15d2.
2016-12-19 14:37:57 +00:00
Steven Cooreman 704bbeebd7 Fix broken file 2016-12-19 14:37:26 +00:00
Steven Cooreman cb69b98fcd Revert "[EFR32] Move the mbedTLS hardware acceleration code to EFR32 family"
This reverts commit a0f62b1e4f.
2016-12-19 14:37:25 +00:00
Steven Cooreman cf461c504f Move Nanostack driver to Nanostack folder
mbed compile doesn't support two different FEATURE_X folders being merged, so we'll have to move our nanostack driver into the Nanostack folder for the time being.
2016-12-19 14:37:23 +00:00
Steven Cooreman 6273dcd467 Reduce test stack sizes on EFR32 2016-12-19 14:37:21 +00:00
Steven Cooreman 8486cb67cf Make RTX using ARMCC aware of reserved stack and heap 2016-12-19 14:37:20 +00:00
Steven Cooreman 4ea645abcc Fix linker script for ARMCC
Updated available RAM size and increased reserved heap to 4K
2016-12-19 14:37:18 +00:00
Steven Cooreman 90e967b1e4 Prevent compiling Nanostack driver without Nanostack 2016-12-19 14:37:16 +00:00
Steven Cooreman 1661a8ac21 fix typo in targets.json 2016-12-19 14:37:15 +00:00
Steven Cooreman 15478b9ffa Make GreenTea respect STDIO baud rate 2016-12-19 14:37:13 +00:00
Steven Cooreman 591761d2d2 Set default USB serial baudrate
Silicon Labs targets use a default, unchangeable baud rate of 115200 on the stdio serial-USB bridge.
2016-12-19 14:37:12 +00:00
Steven Cooreman 47c4f5c46f Move the mbedTLS hardware acceleration code to EFR32 family 2016-12-19 14:37:10 +00:00
Steven Cooreman 008de9d39f Initial radio driver
First check-in of the EFR32 radio driver for Nanostack
2016-12-19 14:37:08 +00:00
Steven Cooreman 24c01c2a7b Adding hardware acceleration for mbed TLS
Initial check-in of hardware acceleration support on EFR32 for mbed TLS (AES, SHA and ECC).
2016-12-19 14:37:07 +00:00
Steven Cooreman f2982dd276 Add initial support for EFR32
Adding target definitions and the HAL implementation for EFR32 Mighty Gecko
2016-12-19 14:35:07 +00:00
Steven Cooreman 29e1e7af2f Move board controller pin setting to config system 2016-12-19 14:35:05 +00:00
Steven Cooreman 162801ecac Move board controller pin setting to config system 2016-12-19 14:35:03 +00:00
ccli8 1458c54f6b Fix spi_master_transfer failed as bit width is 32 2016-12-19 14:35:02 +00:00
ccli8 e1899bc111 Fix button naming error 2016-12-19 14:35:00 +00:00
ccli8 c0e59ab9d2 Correct return of i2c_byte_write() on NAK 2016-12-19 14:34:58 +00:00
ccli8 659cf338c5 Fix CI I2C EEPROM failed 2016-12-19 14:34:57 +00:00
ccli8 dd8ab407fa Remove SPI MOSI1 and MISO1 pins from pinmap
These pins are for SPI 2-bit mode (not dual mode) and cannot be for SPI standard use.
2016-12-19 14:34:55 +00:00
ccli8 d9501be829 Remove SPI MOSI1 and MISO1 pins from pinmap
These pins are for SPI 2-bit mode (not dual mode) and cannot be for SPI standard use.
2016-12-19 14:34:54 +00:00
ccli8 b76f2bf587 Rename variable name in analog-in 2016-12-19 14:34:52 +00:00
ccli8 342f776bb5 Fix EADC module is initialized multiple times
Also fix EADC module name EADC is hardcoded.
2016-12-19 14:34:50 +00:00
ccli8 9466da4c24 Fix CI tests-api-analogin failed
1. Fix UNO pins A5-A7 don't support analog-in by replacing ADC with EADC to implement analog-in HAL.
2. Update CLK driver to fix EADC clock divider setting error. Also fix CLK_Idle() together.
2016-12-19 14:34:49 +00:00
ccli8 619c54c54b Fix CI tests-api-analogin failed
1. Fix ADC convert finish check error.
2. Set ADC Vref to internal by default.
2016-12-19 14:34:47 +00:00
ccli8 2336b59f0a Support separate enable of GPIO IRQ de-bounce 2016-12-19 14:34:46 +00:00
ccli8 4b7432ffd1 Fix I2C issues
1. Fix error on return of i2c_byte_write().
2. Fix error in zero-length transfer corner case.
2016-12-19 14:34:44 +00:00
bcostm 2a7271debe Remove TIM_IT_UPDATE flag in HAL_Suspend/ResumeTick functions to make LPT tests pass. 2016-12-19 14:34:42 +00:00
jeromecoutant 1a6d35510e DISCO_L053C8 doesn't support LSE 2016-12-19 14:34:41 +00:00
0xc0170 673b6aadf8 ublox eva nina - fix line endings
Fixes #3346
2016-12-19 14:34:39 +00:00
jeromecoutant 2b67bbf348 no HSE available by default for NUCLEO_L432KC 2016-12-19 14:34:38 +00:00
bcostm 9d8c9229f0 Add ADC_VREF label 2016-12-19 14:34:36 +00:00
micromint 51644a31cd Support building mbed_critical.c with C++ compiler 2016-12-19 14:34:34 +00:00
bcostm 2af84bc0d3 Add more comment on the modified line 2016-12-19 14:34:33 +00:00
bcostm 41b8eda589 STM32F4 - Clear VBATE and TSVREFE bits before configuring ADC channels 2016-12-19 14:34:31 +00:00
Michael Ammann 65fc32fe11 Update PinNames.h 2016-12-19 14:34:30 +00:00
Michael Ammann b32859764a Add files via upload 2016-12-19 14:34:28 +00:00
Michael Ammann 10e8732b23 Create device.h 2016-12-19 14:34:26 +00:00