Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aac4f488befe9a18bfaf1cc31d6dd5168b4340f5
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
106bf1c
arm: board: Add support for board Atmel SAM4S Xplained.
by fallrisk
· 8 years ago
5671c15
samples: blink_led: Add support for STM32F412
by Florian Vaussard
· 8 years ago
13cba0b
stm32f4: Add STM32F412 Nucleo board
by Florian Vaussard
· 8 years ago
6ad4327
arm: stm32f4: Add basic support for STM32F412
by Florian Vaussard
· 8 years ago
9413c8b
stm32: clean up after completion of transition to ll Clock control
by Erwan Gouriou
· 8 years ago
f2e8a21
stm32f1xx: remove references to native driver
by Erwan Gouriou
· 8 years ago
a7536a1
boards: move stm32f1xx based boards to LL based Clock control driver
by Erwan Gouriou
· 8 years ago
78d74f4
drivers: gpio stm32: set the ground for stm32f1x ll clock driver
by Erwan Gouriou
· 8 years ago
e1a9058
drivers: clock_control: provide LL based driver to stm32f1xx series
by Erwan Gouriou
· 8 years ago
acdbf7d
samples: blink_led: Add support for STM32F413
by Florian Vaussard
· 8 years ago
5ffb8d4
nucleo_f413zh: Add pinmux for PWM2_CH1
by Florian Vaussard
· 8 years ago
7e6184a
nucleo_f413zh: Enable MPU
by Florian Vaussard
· 8 years ago
3540f03
stm32f4: mpu: Add support for 1.5MB Flash / 320kB SRAM variants
by Florian Vaussard
· 8 years ago
8aea7d5
nucleo_f413zh: Remove imaginary config from defconfig
by Florian Vaussard
· 8 years ago
b686102
arch: sam3x: Fix TWI pin naming
by Piotr Mienkowski
· 8 years ago
dffc06d
drivers: serial: deprecate usage of atmel_sam3 driver
by Piotr Mienkowski
· 8 years ago
010c8b0
boards: arm: Added doc. image for the SAM E70 Xplained.
by Justin Watson
· 8 years ago
489c7bd
boards: arm: arduino_due: Added doc. image for the Arduino Due.
by Justin Watson
· 8 years ago
Next »