Home
last modified time | relevance | path

Searched full:git (Results 1 – 25 of 42) sorted by relevance

12

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dsavannah.txt5 1 - Obtaining lwIP from the Git repository
6 2 - Committers/developers Git access using SSH
12 1 Obtaining lwIP from the Git repository
15 To perform an anonymous Git clone of the master branch (this is where
17 git clone git://git.savannah.nongnu.org/lwip.git
20 git clone --branch DEVEL-1_4_1 git://git.savannah.nongnu.org/lwip.git
23 git clone --branch STABLE-1_4_1 git://git.savannah.nongnu.org/lwip.git
26 2 Committers/developers Git access using SSH
30 As such, Git commits to the server occur through a SSH tunnel for project members.
41 ssh -v your_login@git.sv.gnu.org
[all …]
H A Dcontrib.txt37 sources. (From the latest release and/or the current Git sources.)
58 can also ask for Git access to submit and maintain your port in the contrib Git module.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dsavannah.txt5 1 - Obtaining lwIP from the Git repository
6 2 - Committers/developers Git access using SSH
12 1 Obtaining lwIP from the Git repository
15 To perform an anonymous Git clone of the master branch (this is where
17 git clone git://git.savannah.nongnu.org/lwip.git
20 git clone --branch DEVEL-1_4_1 git://git.savannah.nongnu.org/lwip.git
23 git clone --branch STABLE-1_4_1 git://git.savannah.nongnu.org/lwip.git
26 2 Committers/developers Git access using SSH
30 As such, Git commits to the server occur through a SSH tunnel for project members.
41 ssh -v your_login@git.sv.gnu.org
[all …]
H A Dcontrib.txt37 sources. (From the latest release and/or the current Git sources.)
58 can also ask for Git access to submit and maintain your port in the contrib Git module.
/nrf52832-nimble/rt-thread/tools/
H A Dmenuconfig.py109 "* Git tool install step.\n"
110 "* If your system is linux, you can use command below to install git.\n"
111 "* $ sudo yum install git\n"
112 "* $ sudo apt-get install git\n"
113 "* If your system is windows, you should download git software(msysGit).\n"
114 "* Download path: http://git-scm.com/download/win\n"
115 "* After you install it, be sure to add the git command execution PATH \n"
117 "* Usually, git command PATH is $YOUR_INSTALL_DIR\\Git\\bin\n"
118 "* If your system is OSX, please download git and install it.\n"
119 "* Download path: http://git-scm.com/download/mac\n"
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DREADME56 help improve lwIP by use of Savannah's interface, Git and the
58 Git source tree.
60 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and
61 contributions (such as platform ports) are in the 'contrib' Git module.
63 See doc/savannah.txt for details on Git server access for users and
66 The current Git trees are web-browsable:
67 http://git.savannah.gnu.org/cgit/lwip.git
68 http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git
80 Git sources and is available from this web page:
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DREADME62 help improve lwIP by use of Savannah's interface, Git and the
64 Git source tree.
66 The lwIP TCP/IP stack is maintained in the 'lwip' Git module and
67 contributions (such as platform ports) are in the 'contrib' Git module.
69 See doc/savannah.txt for details on Git server access for users and
72 The current Git trees are web-browsable:
73 http://git.savannah.gnu.org/cgit/lwip.git
74 http://git.savannah.gnu.org/cgit/lwip/lwip-contrib.git
86 Git sources and is available from this web page:
H A DCMakeLists.txt14 set(CPACK_SOURCE_IGNORE_FILES "/build/;${CPACK_SOURCE_IGNORE_FILES};.git")
/nrf52832-nimble/rt-thread/components/vmm/linux_patch-v3.8/
H A D0001-RTT-VMM-implement-dual-system-running-on-realview-pb.patch51 diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
63 diff --git a/arch/arm/Makefile b/arch/arm/Makefile
75 diff --git a/arch/arm/common/gic.c b/arch/arm/common/gic.c
173 diff --git a/arch/arm/include/asm/assembler.h b/arch/arm/include/asm/assembler.h
195 diff --git a/arch/arm/include/asm/domain.h b/arch/arm/include/asm/domain.h
213 diff --git a/arch/arm/include/asm/irqflags.h b/arch/arm/include/asm/irqflags.h
340 diff --git a/arch/arm/include/asm/mach/map.h b/arch/arm/include/asm/mach/map.h
356 diff --git a/arch/arm/include/vmm/vmm.h b/arch/arm/include/vmm/vmm.h
397 diff --git a/arch/arm/include/vmm/vmm_config.h b/arch/arm/include/vmm/vmm_config.h
410 diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S
[all …]
/nrf52832-nimble/packages/NimBLE-latest/
H A D.travis.yml31 git:
110 - git clone https://github.com/runtimeco/mynewt-travis-ci $HOME/ci
122 - git clone https://github.com/apache/mynewt-core apache-mynewt-core
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A DPPPD_FOLLOWUP5 is getting low on their Git repository, meaning that we can follow what
446 2015-08-14 - Merge branch 'master' of git://github.com/vapier/ppp
452 2015-08-14 - Merge branch 'bug_fix' of git://github.com/radaiming/ppp
458 2015-08-14 - Merge branch 'master' of git://github.com/pprindeville/ppp
464 2015-08-14 - Merge branch 'no-error-on-already-closed' of git://github.com/farnz/ppp
470 2015-08-14 - Merge branch 'send-padt-on-disconnect' of git://github.com/farnz/ppp
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A DPPPD_FOLLOWUP5 is getting low on their Git repository, meaning that we can follow what
446 2015-08-14 - Merge branch 'master' of git://github.com/vapier/ppp
452 2015-08-14 - Merge branch 'bug_fix' of git://github.com/radaiming/ppp
458 2015-08-14 - Merge branch 'master' of git://github.com/pprindeville/ppp
464 2015-08-14 - Merge branch 'no-error-on-already-closed' of git://github.com/farnz/ppp
470 2015-08-14 - Merge branch 'send-padt-on-disconnect' of git://github.com/farnz/ppp
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DREADME109 You can get the latest source code from git repository:
110 git clone git://uffs.git.sourceforge.net/gitroot/uffs/uffs
227 git checkout -f Makefile config.h # restore modified Makefile and config.h
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/
H A Dversion.sh32 git) kf_ver="-$( git rev-parse --short HEAD )"
H A Dksync.sh27 git log -n 1 --pretty='format:%H' \
58 git log --no-merges --pretty='tformat:%h %s' \
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dinit.h60 * For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */
65 /** LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dinit.h60 * For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */
65 /** LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions */
H A Dinit.h.cmake.in60 * For development versions (Git), this is set to 0 (LWIP_RC_DEVELOPMENT) */
65 /** LWIP_VERSION_RC is set to LWIP_RC_DEVELOPMENT for Git versions */
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/
H A Dkconfig-merge8 # http://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-tools/tree/tools/kconf_check
9 # http://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-tools/tree/tools/generate_cfg
H A Dkconfig-tweak.in.patch1 diff --git a/utils/kconfig-tweak.in b/utils/kconfig-tweak.in
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/tools/
H A Dmake_package.sh3 git ls-tree --name-only --full-name -r $1 | xargs tar -jcvf uffs-$1.tar.bz2
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DAUTHORS6 git shortlog scripts/kconfig
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dhconf.gperf.patch1 diff --git a/libs/parser/hconf.gperf b/libs/parser/hconf.gperf
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/
H A Dqconf.cc.patch1 diff --git a/frontends/qconf/qconf.cc b/frontends/qconf/qconf.cc
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/
H A Dgconf.c.patch1 diff --git a/frontends/gconf/gconf.c b/frontends/gconf/gconf.c

12