Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


playground:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
playground:start [2022/07/04 02:15]
nick
playground:start [2023/09/19 08:44] (current)
nick
Line 3: Line 3:
 ~~NOCACHE~~ ~~NOCACHE~~
  
-[[wp>I2C]] about I2C  
  
 +[[http://khadas.com|Khadas Official Site]] \\
 +[[https://www.amazon.com/stores/page/E20B21D1-7D1F-4034-9FB0-A611CF202220?ingress=3|Khadas US Amazon Shop]]\\
 +[[playground:test1|hhhhhhhhhhhhh]]
 +{{:playground:khadas-vim4-hdmi-in.jpg?200 |}}
 +
 +Please check it
 +  * [[local:docs:khadas-docs-syntax-and-style]]
 +  * [[doku>accesskeys|Edition & navigation accesskeys]]
 +  * https://www.onlinegrammar.com.au/punctuation-in-lists/ 
 +
 +
 +
 +\\
 <WRAP info > <WRAP info >
 Gallery example [[products/sbc/vim4/gallery/start]] Gallery example [[products/sbc/vim4/gallery/start]]
Line 14: Line 26:
 FIXED please check for any files must works FIXED please check for any files must works
 </WRAP> </WRAP>
- 
  
 ''%%[[ys>vim4]]%%'' - youtube search [[ys>vim4]] ''%%[[ys>vim4]]%%'' - youtube search [[ys>vim4]]
Line 150: Line 161:
  
  
 +<WRAP prewrap>
  
-<code> 
-# SPDX-License-Identifier: GPL-2.0                                                       
-VERSION = 5 
-PATCHLEVEL = 4 
-SUBLEVEL = 125 
-EXTRAVERSION = 
-NAME = Kleptomaniac Octopus 
  
-*DOCUMENTATION+<code java - test.java> 
-# To see a list of typical targets execute "make help" +/** 
-# More info can be located in ./README + * The HelloWorldApp class implements an application that 
-# Comments in this file are targeted only to the developer, do not + * simply displays "Hello World!to the standard output. 
-# expect to learn how to build the kernel reading this file.+ *
 +class HelloWorldApp { 
 +    public static void main(String[] args) { 
 +        System.out.println("Hello World!"); //Display the string. 
 +    } 
 +}
  
-# That's our default target when none is given on the command line +/** 
-PHONY := _all + * The HelloWorldApp class implements an application that 
-_all:+ * simply displays "Hello World!" to the standard output. 
 + */ 
 +class HelloWorldApp { 
 +    public static void main(String[] args) { 
 +        System.out.println("Hello World!"); //Display the string. 
 +    } 
 +}
  
-# We are using a recursive build, so we need to do a little thinking +/** 
-to get the ordering right+ * The HelloWorldApp class implements an application that 
-# + * simply displays "Hello World!" to the standard output
-# Most importantly: sub-Makefiles should only ever modify files in + */ 
-# their own directory. If in some directory we have a dependency on +class HelloWorldApp { 
-# a file in another dir (which doesn't happen often, but it's often +    public static void main(String[] args{ 
-# unavoidable when linking the built-in.a targets which finally +        System.out.println("Hello World!"); //Display the string
-# turn into vmlinux), we will call a sub make in that other dir, and +    } 
-# after that we are sure that everything which is in that other dir +}
-# is now up to date. +
-+
-# The only cases where we need to modify files which have global +
-# effects are thus separated out and done before the recursive +
-# descending is startedThey are now explicitly listed as the +
-# prepare rule.+
  
-ifneq ($(sub_make_done),1) 
  
-# Do not use make's built-in rules and variables +/** 
-# (this increases performance and avoids hard-to-debug behaviour+ * The HelloWorldApp class implements an application that 
-MAKEFLAGS += -rR+ * simply displays "Hello World!" to the standard output. 
 + */ 
 +class HelloWorldApp { 
 +    public static void main(String[] args
 +        System.out.println("Hello World!"); //Display the string. 
 +    } 
 +}
  
-# Avoid funny character set dependencies 
-unexport LC_ALL 
-LC_COLLATE=C 
-LC_NUMERIC=C 
-export LC_COLLATE LC_NUMERIC 
  
-# Avoid interference with shell env settings +/** 
-unexport GREP_OPTIONS+ * The HelloWorldApp class implements an application that 
 + * simply displays "Hello World!" to the standard output. 
 + */ 
 +class HelloWorldApp { 
 +    public static void main(String[] args) { 
 +        System.out.println("Hello World!"); //Display the string. 
 +    } 
 +}
  
-# Beautify output + 
-# --------------------------------------------------------------------------- +/** 
-# + * The HelloWorldApp class implements an application that 
-# Normally, we echo the whole command before executing itBy making + * simply displays "Hello World!" to the standard output
-# that echo $($(quiet)$(cmd)), we now have the possibility to set + */ 
-# $(quiet) to choose other forms of output instead, e.g+class HelloWorldApp { 
-+    public static void main(String[] args
-#         quiet_cmd_cc_o_c = Compiling $(RELDIR)/$@ +        System.out.println("Hello World!"); //Display the string. 
-#         cmd_cc_o_c       = $(CC) $(c_flags-c -o $@ $< +    } 
-+
-# If $(quietis empty, the whole command will be printed+ 
-# If it is set to "quiet_", only the short version will be printed+ 
-# If it is set to "silent_", nothing will be printed at all, since +/** 
-# the variable $(silent_cmd_cc_o_cdoesn't exist.+ * The HelloWorldApp class implements an application that 
 + * simply displays "Hello World!" to the standard output. 
 + *
 +class HelloWorldApp { 
 +    public static void main(String[] args{ 
 +        System.out.println("Hello World!"); //Display the string
 +    } 
 +
 + 
 + 
 +/** 
 + * The HelloWorldApp class implements an application that 
 + * simply displays "Hello World!to the standard output
 + */ 
 +class HelloWorldApp { 
 +    public static void main(String[] args
 +        System.out.println("Hello World!"); //Display the string. 
 +    } 
 +}
  
 </code> </code>
 +
 +</WRAP>
 +====== 序列 ======
 +
 +===== 拼音 =====
 +  -JIAYI
 +  -JIAER
 +  -JIASAN
 +  -JIASI1
 +===== 中文 =====
 +  *加一
 +  *加二
 +  *加三
 +  *加四
 +===== 提示 =====
 +
 +<WRAP tip >
 +8-)
 +</WRAP>
 +<WRAP important >
 +:-O
 +</WRAP>
 +====== 链接 ======
 +
 +[[playground:template|]]
 +[[http://dl.khadas.com|External Link]]
 +===== 图片 =====
 +{{  :playground:khadas-logo.png?200 |  }}
 +====== 表格 ======
 +
 +
 +^ 加一  ^ jiayi  ^
 +| 加二  | jiaer  |
 +
 +
 +
 +====== 1 ======
 +
 +===== 2 =====
 +
 +==== 3 ====
 +
 +
 +
 +
 +''GPIOH_14''
 +
 +
 +
 +
  
Last modified: 2022/07/04 02:15 by nick