Helmut Tschemernjak
655048dbd6
Added TARGET_STM32L433RC stack size define into mbed_rtx.h
2017-12-20 16:05:42 +00:00
Helmut Tschemernjak
2a0be67d7a
Updated to toolchain startup/linker files to support the 433 devices Also added the symbolic MBED_APP_START/MBED_APP_END defines
2017-12-20 16:05:42 +00:00
Helmut Tschemernjak
b4a0b59400
defined STM32L433xx
2017-12-20 16:05:42 +00:00
Helmut Tschemernjak
2f1927bfff
Added stm32l433xx.h defined STM32L433xx
2017-12-20 16:05:42 +00:00
Helmut Tschemernjak
1f72c67967
Updated PeripheralNames.h, PeripheralPins.c and PinNames.h for STM32L433 devices
2017-12-20 16:05:42 +00:00
Helmut Tschemernjak
101ede0f84
Copied TARGET_STM32L432 to TARGET_STM32L433, renamed 432 files to 433
2017-12-20 16:05:42 +00:00
Bartek Szatkowski
80dc8d67f4
Remove inclusion of an internal RTX header
2017-12-20 16:05:42 +00:00
Wolfgang Betz
5abc7925cc
Split test for secure & unsecure tests
2017-12-20 16:05:42 +00:00
Wolfgang Betz
37637c60b9
Correct WiFi driver name to `X_NUCLEO_IDW0XX1`
2017-12-20 16:05:42 +00:00
Mathieu Garivet
858c0d223a
Fix RTR position bit in TX mailbox register
2017-12-20 16:05:42 +00:00
Edmund Hsu
1cdd4a936e
Realign ADuCM4x50 and ADuCM302x instance memory blocks
...
Ensure all instance memory blocks meet 4 byte alignment requirement
without relying on compiler's or liker's optional settings:
- gpioMemory[] for adi_gpio_Init()
- aRtcDevMem0[] for adi_rtc_Open()
- i2c_Mem[] or I2C_Mem[] for adi_i2c_Open()
- spi_Mem0[], spi_Mem1[], spi_Mem2[] or SPI_Mem[] for adi_spi_Open()
2017-12-20 16:05:41 +00:00
Edmund Hsu
23f3d8d226
Update trng_api.c
...
- Maintain compatible code for ARM 5 and ARM 6 while default alignment
settings differ.
- Instance memory containing memory pointers must be 4 byte aligned for
all compilers regardless compilers' settings.
- uint32_t is recommended to replace uint8_t for instance memory
declaration because uint32_t guarantee 4 byte alignment.
2017-12-20 16:05:41 +00:00
Edmund Hsu
2cc6ccf5a4
Add ARMC6 feature to EV_COG_AD4050LZ and EV_COG_AD3029LZ
2017-12-20 16:05:41 +00:00
Vincent Coubard
8b54959f5b
Doxygen: Update path and predefined macros.
2017-12-15 10:49:59 +00:00
Vincent Coubard
46ab563344
Doxygen: Update excluded paths and predefined macros.
...
* Remove BLE feature from the list of excluded folders.
* Define the macro MBED_DEPRECATED.
2017-12-15 10:49:59 +00:00
Vincent Coubard
d0205984e2
BLE: Fix doxygen warnings.
2017-12-15 10:49:59 +00:00
Vincent Coubard
3d056df8b6
BLE: Put GapEvent into INVALID doxygen sections.
2017-12-15 10:49:59 +00:00
Vincent Coubard
0441b03822
BLE: Fix doxygen warnings.
...
Replace @important tag by @attention.
2017-12-15 10:49:59 +00:00
Mika Leppänen
48a6a0fcb1
Fixed lwip k64f ethernet driver ipv6 multicast groups
...
Work around for problem in:
https://github.com/ARMmbed/mbed-os/issues/4372
2017-12-15 10:49:59 +00:00
Anna Bridge
423b583ca9
Merge pull request #5696 from ARMmbed/release-candidate
...
Release candidate for mbed-os-5.7.0-rc2
2017-12-13 18:23:47 +00:00
adbridge
7c4a770f5a
Update Mbed version block for patch release
2017-12-13 10:34:45 +00:00
Arto Kinnunen
c981a16f51
Update Thread PSKd default value
...
Thread PSKd can contain only uppercase characters.
2017-12-13 10:34:45 +00:00
Arto Kinnunen
280ccd1053
Squashed 'features/nanostack/FEATURE_NANOSTACK/coap-service/' changes from 29bfb78..d0a2597
...
d0a2597 Fix IAR compilation error with NUCLEO_F401RE (#86 )
674a465 Delete transaction if message is non-confirmable (#83 )
git-subtree-dir: features/nanostack/FEATURE_NANOSTACK/coap-service
git-subtree-split: d0a25979f8143334c86e422fd358f895bde2ad87
2017-12-13 10:34:43 +00:00
Martin Kojtal
22c0205afe
Export: fix link in gettingstarted
2017-12-13 10:34:42 +00:00
Jimmy Brisson
36ebd0e7e5
Update Cortex-A build errors
2017-12-13 10:34:42 +00:00
adbridge
da9464d103
Add Mbed version block for new minor release.
2017-12-01 17:15:14 +00:00
Martin Kojtal
2e1c2a1cdf
Merge pull request #5538 from geky/littlefs-staging
...
Integrate littlefs into mbed OS
2017-12-01 08:15:26 +00:00
Martin Kojtal
41591eb83b
Merge pull request #5602 from artokin/nanostack_release_v704
...
Nanostack release v704
2017-11-30 18:26:45 +00:00
Martin Kojtal
9f8ac6523c
Merge pull request #5300 from pan-/ble-pal-event-queue
...
Ble pal event queue
2017-11-30 18:16:45 +00:00
Martin Kojtal
c7e5eb2f97
Merge pull request #5397 from sakuraio/stm_sco-evb-01
...
add target SAKURAIO_EVB_01.
2017-11-30 18:16:09 +00:00
Martin Kojtal
8a39773e89
Merge pull request #5490 from deepikabhavnani/fat_upgrade
...
Upgrade ChanFs to R0.13a
2017-11-30 18:14:42 +00:00
Martin Kojtal
e4133501f1
Merge pull request #5531 from tung7970/feature-fota
...
RTL8195AM - refactor bootloader and fota support
2017-11-30 18:12:48 +00:00
Martin Kojtal
a6df4ca119
Merge pull request #5550 from sarahmarshy/patch-13
...
Fix bug in K64F trng_api.c
2017-11-30 18:11:46 +00:00
Martin Kojtal
45e9e4cab3
Merge pull request #5565 from LMESTM/fix_slave_3wires
...
STM32: SPI 3 wires mode not supported in SPI slave
2017-11-30 18:11:16 +00:00
Martin Kojtal
118c1bb2b4
Merge pull request #5579 from SiliconLabs/feature/rail-2.1
...
Upgrade Silicon Labs radio driver to v2.1.1
2017-11-30 18:10:46 +00:00
Martin Kojtal
221b8a84b1
Merge pull request #5580 from bcostm/dev_usb_speed_disco-f746ng
...
DISCO_F746NG: add usp_speed configuration
2017-11-30 18:09:47 +00:00
Martin Kojtal
2b84a1742f
Merge pull request #5584 from SiliconLabs/feature/emlib-5.3.3
...
Upgrade to Silicon Labs HAL
2017-11-30 18:09:04 +00:00
Martin Kojtal
969f8af386
Merge pull request #5589 from pan-/ble-nordic-set-description-handle
...
Nordic: Set handle of user description descriptors.
2017-11-30 18:07:48 +00:00
Martin Kojtal
aa176ee616
Merge pull request #5585 from SiliconLabs/bugfix/timer_precision
...
Fix issue with timer timebase on EFR32
2017-11-30 18:06:37 +00:00
Martin Kojtal
1498a807c7
Merge pull request #5592 from pan-/ble-nordic-fix-gatt-server-write
...
BLE: Fix GattServer::write on Nordic targets.
2017-11-30 18:05:27 +00:00
Martin Kojtal
0ef3ca7f19
Merge pull request #5593 from pan-/ble-fix-equality-comparison
...
BLE: Fix greater than or equal to comparision in GattCharacteristic.
2017-11-30 18:04:58 +00:00
Martin Kojtal
b076565ac0
Merge pull request #5596 from kjbracey-arm/strong_cas
...
Make LDREX/STREX CAS functions strong
2017-11-30 18:04:14 +00:00
Martin Kojtal
244d8a9c9d
Merge pull request #5601 from andreaslarssonublox/ublox_odin_driver_os_5_v2.3_rc1
...
Updated ODIN drivers to v2.3 RC1
2017-11-30 18:02:38 +00:00
Martin Kojtal
7767651858
Merge pull request #5609 from 0xc0170/fix_lpc546xx_enet
...
LPC546XX: Add ENET support
2017-11-30 18:00:30 +00:00
Martin Kojtal
6d50868756
Merge pull request #5611 from JanneKiiskila/rtl8195am-a3-fix
...
Realtek RTL8195AM A3 fix
2017-11-30 17:59:44 +00:00
Martin Kojtal
9314607050
Merge pull request #5616 from soramame21/ren-disco-f429zi
...
Support bootloader for DISCO_F429ZI
2017-11-30 17:57:35 +00:00
Christopher Haster
c6130306e0
littlefs: Removed links to previous repository locations
2017-11-30 11:46:00 -06:00
Boting Ren
f48ac95a38
Support bootloader for DISCO_F429ZI.
2017-11-30 19:41:41 +09:00
Alessandro Angelino
1b0922e97b
EFM32: Use SECURE_ACCESS to access the ROM table
...
To allow enabling of uVisor on EFM32, the ROM table must be accessed
through the CMSIS-provided SECURE_ACCESS macro.
2017-11-30 11:08:11 +01:00
Amanda Butler
634fcf0cc4
Copy edit littlefs
...
ExhaustibleBlockDevice.h
- Fix typos for consistent spelling.
ObservingBlockDevice.h
- Fix typos for consistent spelling.
ReadOnlyBlockDevice.h
- Fix typos for consistent spelling.
README.md
- Fix typos, mostly for branding.
DESIGN.md
- Make minor changes for consistent spelling and precise language.
SPEC.md
- Make minor changes for consistent spelling and precise language.
README.md
- Make minor changes for consistent spelling and precise language.
2017-11-29 16:35:06 -06:00