Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
cf05b119247f12222ab39714b82d1029297ccd55
cf05b11
samples: net: Do not assume TCP connection was successful
by Leandro Pereira
· 8 years ago
9e329c7
net: tcp: Remove fin_queued flag from struct net_tcp
by Leandro Pereira
· 8 years ago
5157886
net: ip: Make struct in_addr::s_addr compatible with POSIX definition
by Paul Sokolovsky
· 8 years ago
b5d4a25
arc: fix balign position to properly 4byte align global vars
by Michael R Rosen
· 8 years ago
9faa5f2
doc: spelling fixes in Kconfig files
by David B. Kinder
· 8 years ago
342bdda
doc: spelling fixes in samples/ and boards/
by David B. Kinder
· 8 years ago
57df515
samples: net: echo-client: Fix compile error
by Jukka Rissanen
· 8 years ago
65e5401
xtensa: fix 'make debug' for xt-sim targets
by Andrew Boie
· 8 years ago
1f3f440
arm: nxp: mpu: Fix off-by-1 error in region index calculation
by Maureen Helm
· 8 years ago
bacbea6
arm: nxp: mpu: Rework handling of region descriptor 0
by Maureen Helm
· 8 years ago
d2e38de
arm: nxp: mpu: Return constant number of mpu regions
by Maureen Helm
· 8 years ago
c0682a9
net: context: Init context state after unref
by Jukka Rissanen
· 8 years ago
35d28fb
net: http: Connection close fix if old connection is active
by Jukka Rissanen
· 8 years ago
87ccb79
net: lib: dns: Check return value of net_context_recv()
by Leandro Pereira
· 8 years ago
2f117af
scripts: make check_compliance scripts take arguments
by Anas Nashif
· 8 years ago
1fc69dd
ci: merge xml reports into one single file
by Anas Nashif
· 8 years ago
c363a0d
ci: compliance: add missing classname and enhanced description
by Anas Nashif
· 8 years ago
243671b
samples: ipm: fix macro name
by Anas Nashif
· 8 years ago
aac4f48
tests: Add shell tests
by Luiz Augusto von Dentz
· 8 years ago
a04d22c
net: shell: Remove code adjust arguments
by Luiz Augusto von Dentz
· 8 years ago
81cc891
shell: Adjust arguments when executing a command of different module
by Luiz Augusto von Dentz
· 8 years ago
417dc03
shell: Return proper errors if the command fails
by Luiz Augusto von Dentz
· 8 years ago
4b5aef7
shell: Add define to _SHELL_H_
by Luiz Augusto von Dentz
· 8 years ago
1a8cd31
shell: Add shell_exec
by Luiz Augusto von Dentz
· 8 years ago
680ca8c
toolchain/common.h: deprecate __stack
by Andrew Boie
· 8 years ago
567c6c7
misc: use K_THREAD_STACK_DEFINE macros
by Andrew Boie
· 8 years ago
e87eaca
samples: use K_THREAD_STACK_DEFINE macros
by Andrew Boie
· 8 years ago
2d4a36f
drivers: use K_THREAD_STACK_DEFINE macros
by Andrew Boie
· 8 years ago
15ed8ec
tests: use K_THREAD_STACK_DEFINE macros
by Andrew Boie
· 8 years ago
dc5d935
kernel: introduce stack definition macros
by Andrew Boie
· 8 years ago
bcb4cfe
tests: net: use main thread for test
by Andrew Boie
· 8 years ago
e0185d4
toolchain: gcc: add __DEPRECATED_MACRO
by Andrew Boie
· 8 years ago
2f28bf5
scripts: convert helper scripts to python3
by Punit Vara
· 8 years ago
0eb078b
doc: fix reference to nios2-configure-sof tool
by David B. Kinder
· 8 years ago
fa4a393
scripts: extract_dts_includes.py: Correct LOAD_OFFSET
by Andy Gross
· 8 years ago
7211665
pinmux: Galileo: Updated the pinmux to use new PWM API's.
by Adithya Baglody
· 8 years ago
3a02554
ieee802154: Realign structure bitfields
by Tomasz Bursztyka
· 8 years ago
286139e
net: tcp: Check pkt before sending RESET
by Jukka Rissanen
· 8 years ago
fc125e0
net: shell: Add HTTP server connection monitoring
by Jukka Rissanen
· 8 years ago
e3ba688
net: shell: Show HTTP connection information
by Jukka Rissanen
· 8 years ago
ab51f67
net: http: Collect HTTP server connection information
by Jukka Rissanen
· 8 years ago
d055252
Bluetooth: controller: Restrict enc to 1M 27 bytes PDU on nRF51
by Vinayak Kariappa Chettimada
· 8 years ago
ebd94f0
Bluetooth: controller: Cond. compile LE Encryption
by Vinayak Kariappa Chettimada
· 8 years ago
447193c
net: context: Print error code if sending fails
by Jukka Rissanen
· 8 years ago
7812569
net: context: Add debug print when context is freed
by Jukka Rissanen
· 8 years ago
e90f4e1
sample: net: Add https-client sample application
by Jukka Rissanen
· 8 years ago
1b82463
net: http: Add HTTPS client support
by Jukka Rissanen
· 8 years ago
0d43bbf
net: http: Move heap init into net/lib/http/http.c
by Jukka Rissanen
· 8 years ago
393ab90
samples: net: Fix README.rst file documentation
by Jukka Rissanen
· 8 years ago
0b9f9f3
tests: context: move idle test to the end
by Andrew Boie
· 8 years ago
2a29bed
tests: json: add tests for arrays of objects
by Marti Bolivar
· 8 years ago
25d62ed
lib: json: add helper macros for arrays of objects
by Marti Bolivar
· 8 years ago
b4c8d83
lib: json: fix arr_parse()
by Marti Bolivar
· 8 years ago
2620ae0
lib: json: fix arr_encode()
by Marti Bolivar
· 8 years ago
a4b67de
lib: json: clarify JSON_OBJ_DESCR_ARRAY usage
by Marti Bolivar
· 8 years ago
6e78701
tests: remove obsolete usage of defrag
by Anas Nashif
· 8 years ago
817a043
toolchain.gccarmemb: Fix support for where to find newlib
by Kumar Gala
· 8 years ago
e3550a2
stack_sentinel: hang system on failure
by Andrew Boie
· 8 years ago
000429c
tests: fatal: increase coverage
by Andrew Boie
· 8 years ago
6255d6c
k_oops: force unlock IRQs on ARMv7M
by Andrew Boie
· 8 years ago
998f905
arches: declare _SysFatalErrorHandler __weak
by Andrew Boie
· 8 years ago
ae1a75b
stack_sentinel: change cooperative check
by Andrew Boie
· 8 years ago
ef2e463
frdm_k64f: default to pyocd.sh for flashing/debug
by Andrew Boie
· 8 years ago
639a10e
sam3x: report correct number of IRQ priority bits
by Andrew Boie
· 8 years ago
3405607
license: add missing licenses and copyright
by Anas Nashif
· 8 years ago
c282811
samples: static_lib: conditional assign BOARD (?=)
by Sharron LIU
· 8 years ago
84628e8
kconfig: misc: Conditionally remove FLASH_LOAD options
by Andy Gross
· 8 years ago
91f67a1
dts: common: yaml: Add partition file
by Andy Gross
· 8 years ago
6925504
dts/extract_dts_includes.py: Add partition support
by Andy Gross
· 8 years ago
68e8813
tests: context: allow 2 ticks of slop
by Andrew Boie
· 8 years ago
7a5150c
tests: context: make some failures less ambiguous
by Andrew Boie
· 8 years ago
f009561
doc: fix linenum references in api example
by David B. Kinder
· 8 years ago
3970cd4
samples: fixed typo in README.rst
by Sharron LIU
· 8 years ago
054ab5f
release: Update version of master to 1.8.99
by Anas Nashif
· 8 years ago
b676bfa
drivers: serial: uart_fe310: fix function definiton name for UART1 IRQ
by Jens Peter Schroer
· 8 years ago
364a2ac
sensor: lps22hb: fix the pressure sensor fractional value
by Harry Jiang
· 8 years ago
eaa4288
doc: add interrupt implementation details
by Andrew Boie
· 8 years ago
489d747
samples: restore cpp_synchronization test
by Andrew Boie
· 8 years ago
5b22d6f
Makefile.toolchain.zephyr: fix C++ on Xtensa
by Andrew Boie
· 8 years ago
e125e5b
arm: core: mpu: Prevent updating unexpected region
by chunlin
· 8 years ago
b520075
gitlint: Ignore signed-off-by line
by Anas Nashif
· 8 years ago
7a01988
net: 6lo: Fix source address uncompression
by Ravi kumar Veeramally
· 8 years ago
4a8a42f
net: rpl: Update RPL header
by Ravi kumar Veeramally
· 8 years ago
2e2ce31
net: https: Allow mbedtls debugging for https-server
by Jukka Rissanen
· 8 years ago
f84d520
drivers: IPM: Refactor IPM driver using u32_t registers
by Andrei Emeltchenko
· 8 years ago
1129925
drivers: IPM: Access 32-bit IPM registers right way
by Andrei Emeltchenko
· 8 years ago
50605ec
drivers: IPM: Fix loosing interrupts
by Andrei Emeltchenko
· 8 years ago
7763a1d
lib/json: Fix build warnings (-Wpointer-sign) with LLVM/icx
by Leandro Pereira
· 8 years ago
08a2c60
net: context: Operations on unused context should lead to EBADF.
by Paul Sokolovsky
· 8 years ago
0998cdf
Bluetooth: shell: gatt-write-without-response with repeat
by Vinayak Kariappa Chettimada
· 8 years ago
cb0f81f
samples: dns_resolve: Clarify documentation about DNS configuration
by Leandro Pereira
· 8 years ago
82cd648
x86: don't shift data addresses between builds
by Andrew Boie
· 8 years ago
4b355f1
doc: getting_started: Add WSL instructions
by Carles Cufi
· 8 years ago
f2ecdd4
dts: yaml: Add YAML template file
by Andy Gross
· 8 years ago
252da09
doc: Add Device Tree documentation
by Andy Gross
· 8 years ago
f1f5275
bluetooth: Allow to specify Logging Domain
by Andrei Emeltchenko
· 8 years ago
6d47631
riscv32: update time slice before swap
by Andrew Boie
· 8 years ago
7b7fbf8
nios2: reset timeslice on interrupt-induced swap
by Andrew Boie
· 8 years ago
7b7504e
schedule_api: don't exclude Nios II
by Andrew Boie
· 8 years ago
3989de7
kernel: fix short time-slice reset
by Andrew Boie
· 8 years ago
Next »