Skip to content

Tags: eudaemon/mbed-os

Tags

mbed_lib_rev138

Toggle mbed_lib_rev138's commit message
Release 138 of the mbed library

Known Issues

NRF51_MICROBIT_B and NRF51_DONGLE_LEGACY will not compile with mbed library but do compile with mbed-dev
MAX32620HSP, MAXWSNENV and NUCLEO_L011K4 will not compile with mbed-dev but do compile with mbed library

Ports for Upcoming Targets

Fixes and Changes

3716: fix for issue ARMmbed#3715: correction in startup files for ARM and IAR, alignment of system_stm32f429xx.c files

ARMmbed#3716
3741: STM32 remove warning in hal_tick_32b.c file ARMmbed#3741
3780: STM32L4 : Fix GPIO G port compatibility ARMmbed#3780
3831: NCS36510: SPISLAVE enabled (Conflict resolved) ARMmbed#3831
3836: Allow to redefine nRF's PSTORAGE_NUM_OF_PAGES outside of the mbed-os ARMmbed#3836
3840: STM32: gpio SPEED - always set High Speed by default ARMmbed#3840
3844: STM32 GPIO: Typo correction. Update comment (GPIO_IP_WITHOUT_BRR) ARMmbed#3844
3850: STM32: change spi error to debug warning ARMmbed#3850
3860: Define GPIO_IP_WITHOUT_BRR for xDot platform ARMmbed#3860
3880: DISCO_F469NI: allow the use of CAN2 instance when CAN1 is not activated ARMmbed#3880
3795: Fix pwm period calc ARMmbed#3795
3828: STM32 CAN API: correct format and type ARMmbed#3828
3842: TARGET_NRF: corrected spi_init() to properly handle re-initialization ARMmbed#3842
3843: STM32L476xG: set APB2 clock to 80MHz (instead of 40MHz) ARMmbed#3843
3879: NUCLEO_F446ZE: Add missing AnalogIn pins on PF_3, PF_5 and PF_10. ARMmbed#3879
3902: Fix heap and stack size for NUCLEO_F746ZG ARMmbed#3902
3829: can_write(): return error code when no tx mailboxes are available ARMmbed#3829

mbed-os-5.4.1

Toggle mbed-os-5.4.1's commit message
Release mbed OS 5.4.1 and mbed lib v138

Ports for Upcoming Targets

Fixes and Changes

3716: fix for issue 3715: correction in startup files for ARM and IAR, alignment of system_stm32f429xx.c files
ARMmbed#3716
3741: STM32 remove warning in hal_tick_32b.c file ARMmbed#3741
3780: STM32L4 : Fix GPIO G port compatibility ARMmbed#3780
3831: NCS36510: SPISLAVE enabled (Conflict resolved) ARMmbed#3831
3832: lwip: Increase timeout on network tests with python projects ARMmbed#3832
3836: Allow to redefine nRF's PSTORAGE_NUM_OF_PAGES outside of the mbed-os ARMmbed#3836
3840: STM32: gpio SPEED - always set High Speed by default ARMmbed#3840
3844: STM32 GPIO: Typo correction. Update comment (GPIO_IP_WITHOUT_BRR) ARMmbed#3844
3846: STORAGE: removal of unsupported tests having ported to sd-driver repository ARMmbed#3846
3850: STM32: change spi error to debug warning ARMmbed#3850
3860: Define GPIO_IP_WITHOUT_BRR for xDot platform ARMmbed#3860
3875: Add post-build hook white-list to exporters ARMmbed#3875
3880: DISCO_F469NI: allow the use of CAN2 instance when CAN1 is not activated ARMmbed#3880
3897: Ignore FuzzyWuzzy warnings ARMmbed#3897
3898: Prevent underflow in heap size calculation ARMmbed#3898
3913: [NRF51822] Fix reference to sleep in hal_patch override ARMmbed#3913
3795: Fix pwm period calc ARMmbed#3795
3828: STM32 CAN API: correct format and type ARMmbed#3828
3842: TARGET_NRF: corrected spi_init() to properly handle re-initialization ARMmbed#3842
3843: STM32L476xG: set APB2 clock to 80MHz (instead of 40MHz) ARMmbed#3843
3852: Ignore build directory from scan resources ARMmbed#3852
3866: bd: Fix missing const attributes on functions ARMmbed#3866
3879: NUCLEO_F446ZE: Add missing AnalogIn pins on PF_3, PF_5 and PF_10. ARMmbed#3879
3877: Update mbed TLS feature to mbedtls-2.4.2 ARMmbed#3877
3902: Fix heap and stack size for NUCLEO_F746ZG ARMmbed#3902
3864: Fix mbed 2 builds ARMmbed#3864
3829: can_write(): return error code when no tx mailboxes are available ARMmbed#3829

mbed-os-5.4.0

Toggle mbed-os-5.4.0's commit message
Promote release candidate mbed-os-5.4.0-rc2 to actual release.

mbed-os-5.4.0-rc2

Toggle mbed-os-5.4.0-rc2's commit message
Release mbed OS 5.4.0-rc2 and mbed lib v138

Fixes and Changes

3861: Add the FPU field to the <Cpu> tag in Keil ARMmbed#3861
3868: Updated includes of renamed platform header files ARMmbed#3868
3870: Export: fix issue ARMmbed#3865 - cmsis-dap swd ARMmbed#3870
3871: Increase HEAP size for UBLOX_EVK_ODIN_W2 and NUCLEO_F429ZI ARMmbed#3871

mbed_lib_rev137

Toggle mbed_lib_rev137's commit message
Release 137 of the mbed library

Known Issues

NRF51_MICROBIT_B and NRF51_DONGLE_LEGACY will not compile with mbed library but do compile with mbed-dev
MAX32620HSP and MAXWSNENV will not compile with mbed-dev but do compile with mbed library

Ports for Upcoming Targets

Fixes and Changes

3590: [NUC472/M453] Export IAR project and other bugfixes ARMmbed#3590
3740: STM32L4 HAL update for RTC Wake Up Timer ARMmbed#3740
3739: STM32F7 : remove multiple HSE_VALUE define value ARMmbed#3739
3759: STM32: spi_frequency table index fix ARMmbed#3759
3779: NCS36510: Fix the sporadic semaphore timing issue ARMmbed#3779
3806: NXP KL43Z/KL27Z: fix spi format bits check ARMmbed#3806
3814: NCS36510: I2C idle delay of 1us ARMmbed#3814
3803: Bug fix of initial value of interrupt edge in "gpio_irq_init" again ARMmbed#3803

mbed-os-5.3.6

Toggle mbed-os-5.3.6's commit message
Release mbed OS 5.3.6 and mbed lib v137

Ports for Upcoming Targets

Fixes and Changes

3590: [NUC472/M453] Export IAR project and other bugfixes ARMmbed#3590
3740: STM32L4 HAL update for RTC Wake Up Timer ARMmbed#3740
3739: STM32F7 : remove multiple HSE_VALUE define value ARMmbed#3739
3759: STM32: spi_frequency table index fix ARMmbed#3759
3760: Fix ARMmbed#3756 for 64 bytes transfers ARMmbed#3760
3779: NCS36510: Fix the sporadic semaphore timing issue ARMmbed#3779
3806: NXP KL43Z/KL27Z: fix spi format bits check ARMmbed#3806
3814: NCS36510: I2C idle delay of 1us ARMmbed#3814
3803: Bug fix of initial value of interrupt edge in "gpio_irq_init" again ARMmbed#3803

mbed-os-5.4.0-rc1

Toggle mbed-os-5.4.0-rc1's commit message
First release candidate for mbed-os-5.4.0

mbed-os-5.3.5

Toggle mbed-os-5.3.5's commit message
Release mbed OS 5.3.5 and mbed lib v136

Ports for Upcoming Targets

Fixes and Changes

3432: Target STM USBHOST support ARMmbed#3432
3181: NUCLEO_F207ZG extending PeripheralPins.c: all available alternate functions can be used now ARMmbed#3181
3624: Fix Stack stats by running the test command with "-DMBED_HEAP_STATS_ENABLED=1" ARMmbed#3624
3626: NUCLEO_F412ZG : Add USB Device +Host ARMmbed#3626
3628: Fix warnings ARMmbed#3628
3629: STM32: L0 LL layer ARMmbed#3629
3632: IDE Export support for platform VK_RZ_A1H ARMmbed#3632
3642: Missing IRQ pin fix for platform VK_RZ_A1H ARMmbed#3642
3653: Adding fatal error detection to toolchains ARMmbed#3653
3661: [Exporters] Add core to uvision exporter template ARMmbed#3661
3664: Fix ncs36510 sleep definitions ARMmbed#3664
3655: [STM32F4] Modify folder structure ARMmbed#3655
3657: [STM32L4] Modify folder structure ARMmbed#3657
3658: [STM32F3] Modify folder structure ARMmbed#3658
3685: STM32: I2C: reset state machine ARMmbed#3685
3689: Updated to allow for new directory structure for mbed-dev source. ARMmbed#3689
3718: Fixing uvisor defines to fix build issues ARMmbed#3718
3692: uVisor: Standardize available legacy heap and stack ARMmbed#3692
3621: Fix for ARMmbed#2884, LPC824: export to LPCXpresso, target running with wron ARMmbed#3621
3649: [STM32F7] Modify folder structure  ARMmbed#3649
3669: Adding case insensitive 'error' detection ARMmbed#3669
3695: Enforce device_name is valid in targets.json ARMmbed#3695
3717: Add IAR export support for NUCLEO_F207ZG ARMmbed#3717
3723: NCS36510: spi_format function bug fix ARMmbed#3723
3727: Fix access before variable defined bug in test_api ARMmbed#3727
3708: [NUC472/M453] Fix USB EP setting error in USBAudio ARMmbed#3708

mbed_lib_rev136

Toggle mbed_lib_rev136's commit message
Release 136 of the mbed library

Ports for Upcoming Targets

Fixes and Changes

3432: Target STM USBHOST support ARMmbed#3432
3181: NUCLEO_F207ZG extending PeripheralPins.c: all available alternate functions can be used now ARMmbed#3181
3626: NUCLEO_F412ZG : Add USB Device +Host ARMmbed#3626
3628: Fix warnings ARMmbed#3628
3629: STM32: L0 LL layer ARMmbed#3629
3632: IDE Export support for platform VK_RZ_A1H ARMmbed#3632
3642: Missing IRQ pin fix for platform VK_RZ_A1H ARMmbed#3642
3664: Fix ncs36510 sleep definitions ARMmbed#3664
3655: [STM32F4] Modify folder structure ARMmbed#3655
3657: [STM32L4] Modify folder structure ARMmbed#3657
3658: [STM32F3] Modify folder structure ARMmbed#3658
3685: STM32: I2C: reset state machine ARMmbed#3685
3692: uVisor: Standardize available legacy heap and stack ARMmbed#3692
3621: Fix for ARMmbed#2884, LPC824: export to LPCXpresso, target running with wron ARMmbed#3621
3649: [STM32F7] Modify folder structure  ARMmbed#3649
3695: Enforce device_name is valid in targets.json ARMmbed#3695
3723: NCS36510: spi_format function bug fix ARMmbed#3723