mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
MSP430:
Add additional NOPs as required by hardware manual. Microblaze: Previously a task inherited the exception enable state from the context from which xTaskCreate() was called. Now tasks all have exceptions enabled if they are enabled in the hardware. Windows/GCC: Improve the implementation of portGET_HIGHEST_PRIORITY. Common code: Simplify the pointer use in xQueueGenericCreate() Demo apps: Remove jpg images that were used to create web pages. Fix capitalisation issues in some demos where some header files are incldued with the wrong case, preventing building on Linux. Remove the Microblaze demos that are using obsolete tools. Update main_blinky for the Windows port demo to include a software timer example.
This commit is contained in:
parent
95b73d40d9
commit
d3e053568d
157 changed files with 157 additions and 65765 deletions
|
@ -1,15 +0,0 @@
|
|||
The following files will be modified:
|
||||
system.mhs
|
||||
system.mss
|
||||
|
||||
--------------------------------------
|
||||
The following changes will be made:
|
||||
Core ppc440mc_ddr2 2.00.a will be replaced by 2.00.b
|
||||
Core clock_generator 3.00.a will be replaced by 3.01.a
|
||||
|
||||
Driver cpu_ppc440 1.00.b will be replaced by 1.01.a
|
||||
Driver iic 1.14.a will be replaced by 1.15.a
|
||||
--------------------------------------
|
||||
The following changes need to be made manually by the user:
|
||||
Core plbv46_pcie 3.00.b needs to be replaced by 4.01.a
|
||||
Core xps_ethernetlite 2.01.a needs to be replaced by 3.00.a
|
|
@ -1,41 +0,0 @@
|
|||
WARNING:EDK:1582 - IPNAME:plbv46_pcie INSTANCE:PCIe_Bridge -
|
||||
C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\PPC440_Xilinx_Virtex5_GCC\system.mhs line
|
||||
251 - deprecated core for architecture 'virtex5fx'!
|
||||
WARNING:EDK:1582 - IPNAME:xps_ethernetlite INSTANCE:Ethernet_MAC -
|
||||
C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\PPC440_Xilinx_Virtex5_GCC\system.mhs line
|
||||
296 - deprecated core for architecture 'virtex5fx'!
|
||||
WARNING:EDK:1582 - IPNAME:plbv46_pcie INSTANCE:PCIe_Bridge -
|
||||
C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\PPC440_Xilinx_Virtex5_GCC\system.mhs line
|
||||
251 - deprecated core for architecture 'virtex5fx'!
|
||||
WARNING:EDK:1582 - IPNAME:xps_ethernetlite INSTANCE:Ethernet_MAC -
|
||||
C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\PPC440_Xilinx_Virtex5_GCC\system.mhs line
|
||||
296 - deprecated core for architecture 'virtex5fx'!
|
||||
|
||||
Checking platform configuration ...
|
||||
IPNAME:plb_v46 INSTANCE:plb_v46_0 -
|
||||
C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\PPC440_Xilinx_Virtex5_GCC\system.mhs line
|
||||
107 - 1 master(s) : 12 slave(s)
|
||||
IPNAME:plb_v46 INSTANCE:ppc440_0_SPLB0 -
|
||||
C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\PPC440_Xilinx_Virtex5_GCC\system.mhs line
|
||||
288 - 1 master(s) : 1 slave(s)
|
||||
|
||||
Checking port drivers...
|
||||
WARNING:EDK:2099 - PORT:Peripheral_Reset CONNECTOR:sys_periph_reset -
|
||||
C:\E\Dev\FreeRTOS\WorkingCopy3\Demo\PPC440_Xilinx_Virtex5_GCC\system.mhs line
|
||||
446 - floating connection!
|
||||
|
||||
Performing Clock DRCs...
|
||||
|
||||
Performing Reset DRCs...
|
||||
|
||||
Overriding system level properties...
|
||||
|
||||
Running system level update procedures...
|
||||
|
||||
Running UPDATE Tcl procedures for OPTION SYSLEVEL_UPDATE_PROC...
|
||||
|
||||
Running system level DRCs...
|
||||
|
||||
Performing System level DRCs on properties...
|
||||
|
||||
Running DRC Tcl procedures for OPTION SYSLEVEL_DRC_PROC...
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue