git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13805 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
d96e7c10df
commit
91d150f00e
|
@ -105,7 +105,7 @@ include $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_L552ZE/board.mk
|
|||
include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk
|
||||
# RTOS files (optional).
|
||||
include $(CHIBIOS)/os/rt/rt.mk
|
||||
include $(CHIBIOS)/os/common/ports/ARMv8-M-ML/compilers/GCC/mk/port.mk
|
||||
include $(CHIBIOS)/os/common/ports/ARMv8-M-ML-TZ/compilers/GCC/mk/port.mk
|
||||
# Auto-build files in ./source recursively.
|
||||
include $(CHIBIOS)/tools/mk/autobuild.mk
|
||||
# Other files (optional).
|
||||
|
|
|
@ -105,7 +105,7 @@ include $(CHIBIOS)/os/hal/boards/ST_NUCLEO144_L552ZE/board.mk
|
|||
include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk
|
||||
# RTOS files (optional).
|
||||
include $(CHIBIOS)/os/rt/rt.mk
|
||||
include $(CHIBIOS)/os/common/ports/ARMv8-M-ML/compilers/GCC/mk/port.mk
|
||||
include $(CHIBIOS)/os/common/ports/ARMv8-M-ML-TZ/compilers/GCC/mk/port.mk
|
||||
# Auto-build files in ./source recursively.
|
||||
include $(CHIBIOS)/tools/mk/autobuild.mk
|
||||
# Other files (optional).
|
||||
|
|
|
@ -76,8 +76,10 @@
|
|||
*** Next ***
|
||||
- NEW: Support for 3 analog watchdogs in ADCv3 (STM32F3, L4, L4+, G4).
|
||||
- NEW: Support for 3 analog watchdogs in ADCv5 (STM32G0).
|
||||
- NEW: Stand-alone ARMv6-M port.
|
||||
- NEW: Stand-alone ARMv8-M-ML-TZ port.
|
||||
- NEW: Stand-alone ARMv8-M-ML port.
|
||||
- NEW: Stand-alone ARMv7-M port.
|
||||
- NEW: Stand-alone ARMv6-M port.
|
||||
- NEW: Merged RT7.
|
||||
- RT: New API for high resolution monotonic time stamps.
|
||||
- NEW: Updated FatFS to version 0.14.
|
||||
|
|
Loading…
Reference in New Issue