Home
last modified time | relevance | path

Searched full:configure (Results 1 – 25 of 237) sorted by relevance

12345678910

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DINSTALL15 Briefly, the shell commands `./configure; make; make install' should
16 configure, build, and install this package. The following
24 The `configure' shell script attempts to guess correct values for
31 debugging `configure').
40 to figure out how `configure' could check whether to do them, and mail
46 The file `configure.ac' (or `configure.in') is used to create
47 `configure' by a program called `autoconf'. You need `configure.ac' if
48 you want to change it or regenerate `configure' using a newer version
54 `./configure' to configure the package for your system.
56 Running `configure' might take a while. While running, it prints
[all …]
H A DREADME21 of ./configure and make:
22 ./configure LDFLAGS=-static nconf_EXTRA_LIBS=-lgpm \
41 ./configure && make
/nrf52832-nimble/rt-thread/components/drivers/spi/
H A Dspi_core.c91 device->bus->ops->configure(device, &device->config); in rt_spi_configure()
119 /* not the same owner as current, re-configure SPI bus */ in rt_spi_send_then_send()
120 result = device->bus->ops->configure(device, &device->config); in rt_spi_send_then_send()
128 /* configure SPI bus failed */ in rt_spi_send_then_send()
194 /* not the same owner as current, re-configure SPI bus */ in rt_spi_send_then_recv()
195 result = device->bus->ops->configure(device, &device->config); in rt_spi_send_then_recv()
203 /* configure SPI bus failed */ in rt_spi_send_then_recv()
268 /* not the same owner as current, re-configure SPI bus */ in rt_spi_transfer()
269 result = device->bus->ops->configure(device, &device->config); in rt_spi_transfer()
277 /* configure SPI bus failed */ in rt_spi_transfer()
[all …]
H A Dqspi_core.c67 /* configure SPI bus */ in rt_qspi_transfer_message()
70 /* not the same owner as current, re-configure SPI bus */ in rt_qspi_transfer_message()
71 result = device->parent.bus->ops->configure(&device->parent, &device->parent.config); in rt_qspi_transfer_message()
79 /* configure SPI bus failed */ in rt_qspi_transfer_message()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DINDEX4 Makefile makefile for Unix (generated by configure)
5 Makefile.in makefile for Unix (template for configure)
8 configure configure script for Unix
9 zconf.in.h template for zconf.h (used by configure)
H A DChangeLog29 - Add ia64 support to configure for HP-UX [Smith]
66 - Add Solaris 9 make options in configure [Gilbert]
114 - Fix configure to not hardcode directories for Darwin [Peterson]
125 - Add OS/2 to exe builds in configure [Poltorak]
155 - Fix infinite loop on bad input in configure script [Church]
159 - Fix configure to properly detect presence or lack of printf functions
166 - Change search and replace delimiter in configure from % to # [Beebe]
170 - Add dylib building for Mac OS X in configure and Makefile.in
254 - Add updated QNX rule in configure and qnx directory [Bonnefoy]
269 - Add AIX to configure, remove aix directory [Bakker]
[all …]
H A DMakefile.in6 # ./configure; make test
7 # The call of configure is optional if you don't have special requirements
8 # If you wish to build zlib as a shared library, use: ./configure -s
H A DMakefile6 # ./configure; make test
7 # The call of configure is optional if you don't have special requirements
8 # If you wish to build zlib as a shared library, use: ./configure -s
H A Dconfigure2 # configure script for zlib. This script is needed only if
7 # To create a shared library, use "configure --shared"; by default a static
12 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
14 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
44 echo ' configure [--shared] [--prefix=PREFIX] [--exec_prefix=EXPREFIX]'
69 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/
H A Dext_advertiser.c35 static void start_legacy_duration(uint8_t pattern, bool configure);
36 static void start_ext_max_events(uint8_t pattern, bool configure);
68 start_ext_max_events(uint8_t pattern, bool configure) in start_ext_max_events() argument
78 if (configure) { in start_ext_max_events()
96 /* configure instance 0 */ in start_ext_max_events()
163 start_legacy_duration(uint8_t pattern, bool configure) in start_legacy_duration() argument
173 if (configure) { in start_legacy_duration()
188 /* configure instance 0 */ in start_legacy_duration()
253 /* configure instance 0 */ in start_scannable_legacy_ext()
337 /* configure instance 0 */ in start_scannable_ext()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dfsm.c101 /* Send an initial configure-request */ in fsm_lowerup()
172 /* Send an initial configure-request */ in fsm_open()
299 /* Retransmit the configure-request */ in fsm_timeout()
302 fsm_sconfreq(f, 1); /* Re-send Configure-Request */ in fsm_timeout()
390 * fsm_rconfreq - Receive Configure-Request.
408 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
414 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
457 * fsm_rconfack - Receive Configure-Ack.
467 ppp_error("Received bad configure-ack: %P", inp, len); in fsm_rconfack()
503 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfack()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dfsm.c101 /* Send an initial configure-request */ in fsm_lowerup()
172 /* Send an initial configure-request */ in fsm_open()
299 /* Retransmit the configure-request */ in fsm_timeout()
302 fsm_sconfreq(f, 1); /* Re-send Configure-Request */ in fsm_timeout()
390 * fsm_rconfreq - Receive Configure-Request.
408 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
414 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
457 * fsm_rconfack - Receive Configure-Ack.
467 ppp_error("Received bad configure-ack: %P", inp, len); in fsm_rconfack()
503 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfack()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_addr.rst1 Configure device address
11 Method 1: Configure nRF hardware with a public address
32 application or target level to configure a public Bluetooth address. For
49 Method 3: Configure a random address at runtime
H A Dble_lp_clock.rst1 Configure clock for controller
17 applied when ``BLE_LP_CLOCK`` is set, there is no need to configure this
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dfsm.c136 /* Send an initial configure-request */ in fsm_lowerup()
228 /* Send an initial configure-request */ in fsm_open()
360 /* Retransmit the configure-request */ in fsm_timeout()
364 fsm_sconfreq(f, 1); /* Re-send Configure-Request */ in fsm_timeout()
459 * fsm_rconfreq - Receive Configure-Request.
482 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
487 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfreq()
532 * fsm_rconfack - Receive Configure-Ack.
583 fsm_sconfreq(f, 0); /* Send initial Configure-Request */ in fsm_rconfack()
591 * fsm_rconfnakrej - Receive Configure-Nak or Configure-Reject.
[all …]
H A Dppp_impl.h267 /* Configure interface for demand-dial */
332 /* Configure i/f transmit parameters */
336 /* Configure i/f receive parameters */
341 /* Configure VJ TCP header compression */
343 /* Configure i/f down (for IP) */
347 /* Configure i/f down (for IP) */
349 /* Configure IP addresses for i/f */
/nrf52832-nimble/rt-thread/components/drivers/serial/
H A Dserial.c553 if (serial->ops->configure) in rt_serial_init()
554 result = serial->ops->configure(serial, &serial->config); in rt_serial_init()
604 /* configure low level device */ in rt_serial_open()
630 /* configure fifo address and length to low level device */ in rt_serial_open()
664 /* configure low level device */ in rt_serial_open()
723 /* configure low level device */ in rt_serial_close()
744 /* configure low level device */ in rt_serial_close()
761 /* configure low level device */ in rt_serial_close()
959 /* set serial configure */ in rt_serial_control()
963 /* serial device has been opened, to configure it */ in rt_serial_control()
[all …]
/nrf52832-nimble/rt-thread/components/drivers/can/
H A Dreadme-zh.txt64 rt_err_t (*configure)(struct rt_can_device *can, struct can_configure *cfg);
70 rt_err_t (*configure)(struct rt_can_device *can, struct can_configure *cfg);
105 rt_err_t (*configure)(struct rt_can_device *can, struct can_configure *cfg);
H A Dcan.c32 if (can->ops->configure) in rt_can_init()
33 result = can->ops->configure(can, &can->config); in rt_can_init()
296 /* configure low level device */ in rt_can_open()
328 /* configure low level device */ in rt_can_open()
409 /* configure low level device */ in rt_can_close()
423 /* configure low level device */ in rt_can_close()
503 /* configure device */ in rt_can_control()
504 can->ops->configure(can, (struct can_configure *)args); in rt_can_control()
507 /* configure device */ in rt_can_control()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h83 * @param timer_num The number of the HW timer to configure
84 * @param freq_hz The frequency in Hz to configure the timer at
125 * @param timer_num The number of the HW timer to configure the callback on
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/
H A Dbtshell_api.rst73 Configure advertisements to include device name
78 With Extended Advertising enabled (should be executed after advertise-configure):
99 advertise-configure connectable=1 legacy=1 scannable=1
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_id_test.c72 /* Configure a random address. */ in TEST_CASE()
99 /* Configure a random address. */ in TEST_CASE()
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dx1000_slcdc.h21 #define SLCDC_CFG (LCDC0_BASE + 0xA0) /* SLCDC Configure Register */
31 /* SLCDC Configure Register */
56 /* SLCD New Configure Register */
162 /* LCD Configure Register */
245 /* OSD Configure Register */
434 /* Priority level threshold configure Register */
/nrf52832-nimble/rt-thread/components/net/freemodbus/port/
H A Dportserial.c79 /* set serial configure parameter */ in xMBPortSerialInit()
99 /* set serial configure */ in xMBPortSerialInit()
100 serial->ops->configure(serial, &(serial->config)); in xMBPortSerialInit()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dmissing139 configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
142 echo "You should only need it if you modified 'configure.ac',"

12345678910