forked from platformio/platformio-core
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _cmd_update:
 | 
						|
 | 
						|
platformio update
 | 
						|
=================
 | 
						|
 | 
						|
.. contents::
 | 
						|
 | 
						|
Usage
 | 
						|
-----
 | 
						|
 | 
						|
.. code-block:: bash
 | 
						|
 | 
						|
    platformio update
 | 
						|
 | 
						|
 | 
						|
Description
 | 
						|
-----------
 | 
						|
 | 
						|
Check or update installed :ref:`Platforms <platforms>`
 | 
						|
 | 
						|
 | 
						|
Examples
 | 
						|
--------
 | 
						|
 | 
						|
.. code-block:: bash
 | 
						|
 | 
						|
    $ platformio update
 | 
						|
 | 
						|
    Platform atmelavr
 | 
						|
    --------
 | 
						|
    Updating toolchain-atmelavr package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 | 
						|
    Updating framework-arduinoavr package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 | 
						|
    Updating tool-avrdude package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 | 
						|
 | 
						|
    Platform timsp430
 | 
						|
    --------
 | 
						|
    Updating toolchain-timsp430 package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 | 
						|
    Updating tool-mspdebug package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 | 
						|
    Updating framework-energiamsp430 package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 | 
						|
 | 
						|
    Platform titiva
 | 
						|
    --------
 | 
						|
    Updating toolchain-gccarmnoneeabi package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 | 
						|
    Updating tool-lm4flash package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 | 
						|
    Updating framework-energiativa package:
 | 
						|
    Versions: Current=1, Latest=1 	 [Up-to-date]
 |