Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
8c3d4f770a31b8e305a6a6e8b4cacc53c10c8c3a
8c3d4f7
k64: Change the default serial driver to the mcux one
by Maureen Helm
· 8 years ago
2e205e6
frdm_k64f: hexiwear_k64: Add defaults for the mcux serial driver
by Maureen Helm
· 8 years ago
38f8128
serial: Introduce new mcux shim driver
by Maureen Helm
· 8 years ago
efb978d
cc3200: Added board documentation in RST format.
by Gil Pitney
· 8 years ago
8890b73
license: Replace Apache boilerplate with SPDX tag
by Erwan Gouriou
· 8 years ago
a0dcfcc
pinmux/stm32: default pin assignment for STM32373C-EVAL board
by Adam Podogrocki
· 8 years ago
7d6c139
pinmux/stm32: default pin assignment for NUCLEO-F334R8 board
by Adam Podogrocki
· 8 years ago
2ce9966
pinmux/stm32: default pin assignment for STM3210C-EVAL board
by Adam Podogrocki
· 8 years ago
d8992f5
boards: add initial support for STM32373C-EVAL with SoC STM32F373VC
by Adam Podogrocki
· 8 years ago
5f2fa05
boards: add initial support for Nucleo-64 with Soc STM32F334
by Adam Podogrocki
· 8 years ago
05f717e
uart/stm32: add STM32F3X support for uart
by Kumar Gala
· 8 years ago
726d11a
pinmux/stm32: extend pinmux driver functionality to support STM32F3X series MCUs
by Adam Podogrocki
· 8 years ago
f23492a
gpio/stm32: provide GPIO driver implementation for STM32F3X family
by Adam Podogrocki
· 8 years ago
61cc74c
flash/stm32: flash driver for STM32F3x series microcontrollers
by Adam Podogrocki
· 8 years ago
c80023f
exti/stm32: add support for F334 & F373 MCUs
by Adam Podogrocki
· 8 years ago
c514f67
clock/stm32: add STM32F3X reset and clock control
by Adam Podogrocki
· 8 years ago
42a4615
soc/stm32: add initial support for STM32F3X series
by Adam Podogrocki
· 8 years ago
9ff75b2
board: add nucleo_401re board documentation
by Erwan Gouriou
· 8 years ago
2e0c2af
arm: nvic: kill _NvicSwInterruptTrigger
by Kumar Gala
· 8 years ago
6e14642
arm/nordic_nrf5: enable SOC_FLASH_NRF5 by default if FLASH is enabled
by Ricardo Salveti
· 8 years ago
58460a5
arm: set default vector table address in prep_c when XIP
by Ricardo Salveti
· 8 years ago
90f38f3
arm: kinetis: Remove duplicate & unused defines
by Kumar Gala
· 8 years ago
38ca584
doc: update MAINTAINERS for .rst files
by David B. Kinder
· 8 years ago
78adda3
boards: arduino 101: set user LED values correctly
by Anas Nashif
· 8 years ago
bc5039c
docs: sensor: update included example code
by Bogdan Davidoaia
· 8 years ago
594992f
license: use SPDX identifier for files in ext/
by Anas Nashif
· 8 years ago
516e155
tests: update to Apache 2.0 SPDX tags on new tests
by David B. Kinder
· 8 years ago
2cb0454
doc: fix .rst files canonical heading order
by David B. Kinder
· 8 years ago
aaf7f7f
Merge "Merge net branch into master"
by Anas Nashif
· 8 years ago
4fadbbe
sensor: fxos8700: fix missing dependency in Kconfig
by Bogdan Davidoaia
· 8 years ago
6460e76
samples: sensor: fxos8700: use floating point for printing sensor values
by Bogdan Davidoaia
· 8 years ago
90c37e2
Merge net branch into master
by Jukka Rissanen
· 8 years ago
007e231
net: echo-server: Discard 0 byte received packets
by Jukka Rissanen
· 8 years ago
011b22d
net: echo-server: Use net_buf_frag_del() return parameter
by Jukka Rissanen
· 8 years ago
4a24192
wpan_serial: Fix possible NULL pointer dereference
by Andrei Emeltchenko
· 8 years ago
467c69d
net: tcp: Fix TCP states swap when accepted an incoming connection
by Tomasz Bursztyka
· 8 years ago
088289e
net: context: Add status to connect callback
by Jukka Rissanen
· 8 years ago
724aa3f
net: samples: Print assigned address from DHCPv4 server
by Ravi kumar Veeramally
· 8 years ago
9b68f18
net: samples: Add ENC28J60 pin numbers to documentation
by Ravi kumar Veeramally
· 8 years ago
9a7ccf8
net: nbuf: Fix debug prints in memory pool init and unref
by Jukka Rissanen
· 8 years ago
0918a90
net: zperf: Add bluetooth support
by Luiz Augusto von Dentz
· 8 years ago
862b8dc
net: zoap-client: Add bluetooth support
by Luiz Augusto von Dentz
· 8 years ago
72e013a
net: tcp: add timeout wait in net_context_connect
by Michael Scott
· 8 years ago
eb9055c
net: tcp: move accept_cb from net_context to net_tcp
by Michael Scott
· 8 years ago
34b6737
net: net_context: correct description of recv_data_wait in net_context
by Michael Scott
· 8 years ago
2c3faa0
net: tcp: fix buffer leak in tcp_synack_received
by Michael Scott
· 8 years ago
8791461
net: tcp: if buffer is TCP_FIN increment send_ack by 1
by Michael Scott
· 8 years ago
c1f8222
net: tcp: don't assume TCP_FIN buffers are NET_DROP
by Michael Scott
· 8 years ago
29b7d9c
net: tcp: handle TCP_FIN after processing any data in the buffer
by Michael Scott
· 8 years ago
da7e00e
net: tcp: in tcp_establish save TCP flags for post-processing use
by Michael Scott
· 8 years ago
8da8118
net: in newlib, ESHUTDOWN is considered an extension
by Anas Nashif
· 8 years ago
700c313
net: buf: Use TCP sent_list variable only if needed
by Jukka Rissanen
· 8 years ago
d9b30d3
samples: net: Enable buffer warning and errors in echo apps on qemu
by Tomasz Bursztyka
· 8 years ago
c2ed1c1
samples: net: Fix a format issues in echo_client
by Tomasz Bursztyka
· 8 years ago
b7dd428
net: shell: Use lighter printk() instead of printf()
by Tomasz Bursztyka
· 8 years ago
ec7d09e
samples/zoap_server: Do not error if there's no payload or queries
by Vinicius Costa Gomes
· 8 years ago
bc70a39
samples/zoap-server: Add support for the "location-query" resource
by Vinicius Costa Gomes
· 8 years ago
6f57867
samples/zoap_server: Include a path for the "created" resource
by Vinicius Costa Gomes
· 8 years ago
e44dfff
samples/zoap_server: Add Content-Format options to GET responses
by Vinicius Costa Gomes
· 8 years ago
0eaeaf2
samples/zoap_server: Add support for messages with token
by Vinicius Costa Gomes
· 8 years ago
db04939
samples/zoap_server: Fix responding messages with the wrong type
by Vinicius Costa Gomes
· 8 years ago
d27cc52
iot/zoap: Add a helper to find an observer by address
by Vinicius Costa Gomes
· 8 years ago
e49ae1c
iot/zoap: Clarify the return value of zoap_register_observer()
by Vinicius Costa Gomes
· 8 years ago
13fc795
iot/zoap: Fix wrong byte-order when retrieving integer options
by Vinicius Costa Gomes
· 8 years ago
4534046
iot/zoap: Ignore non-request packets in zoap_handle_request
by Vinicius Costa Gomes
· 8 years ago
0e7b9ad
samples/zoap_server: Add resouce for TD_COAP_BLOCK_03
by Vinicius Costa Gomes
· 8 years ago
4c636ee
iot/zoap: Add response code for Continue status
by Vinicius Costa Gomes
· 8 years ago
6429b1b
samples/zoap_server: Add support for blockwise GET tests
by Vinicius Costa Gomes
· 8 years ago
bcc8f81
samples/zoap_server: Add support for the '/separate' resource
by Vinicius Costa Gomes
· 8 years ago
dbd7481
net: tcp: remove unused semaphore tcp_lock
by Michael Scott
· 8 years ago
4f3a0ef
net: dhcpv4: Remove dead code
by Ravi kumar Veeramally
· 8 years ago
0a3ebde
net: 6lo: Fix dereferencing null pointer
by Ravi kumar Veeramally
· 8 years ago
c6a006c
net: 6lo: Handle destination address uncompression properly
by Ravi kumar Veeramally
· 8 years ago
1bb7b7e
net: nbuf: Check possible null pointer access
by Jukka Rissanen
· 8 years ago
ba02694
net: ipv6: Fix IPv6 prefix comparision
by Jukka Rissanen
· 8 years ago
d3301aa
net: ipv6: Check neighbor pointer in NS reply timeout
by Jukka Rissanen
· 8 years ago
66f5dfa
net: tcp: Allocate space for TCP header
by Jukka Rissanen
· 8 years ago
b5039aa
net: icmpv6: Removing dead code
by Jukka Rissanen
· 8 years ago
2eb218c
net: Fix possible null pointer dereference in nbuf
by Jukka Rissanen
· 8 years ago
06d3ccc
net: tcp: When retransmitting, hold an extra, temporary reference
by Leandro Pereira
· 8 years ago
46c0997
net: tcp: Reduce size of `state` member from 32 to 4 bits
by Leandro Pereira
· 8 years ago
525b515
net: tcp: Get rid of `recv_mss` field from TCP struct
by Leandro Pereira
· 8 years ago
9a558c2
net: tcp: Remove unused `recv_ack` field from TCP context
by Leandro Pereira
· 8 years ago
5de6d08
net: tcp: Use an uint8_t for retry timeout instead of an uin32_t
by Leandro Pereira
· 8 years ago
1aee85b
net: tcp: Ensure all timers are disposed of when releasing context
by Leandro Pereira
· 8 years ago
3587b97
net: slip: Do not remove fragments when sending data
by Leandro Pereira
· 8 years ago
0f6990a
samples: net: Fix DHCPv4 config options and run on its own thread
by Ravi kumar Veeramally
· 8 years ago
4d93ebf
samples/net: Remove legacy configuation variables
by Flavio Santes
· 8 years ago
1c21029
drivers/ethernet: Update default GPIO pin for the ENC28J60 module
by Flavio Santes
· 8 years ago
06286f9
samples/net: Remove redundant configuration variable
by Flavio Santes
· 8 years ago
d4b9b6c
net: tcp: Destroy net_tcp struct at the same time as the context
by Andy Ross
· 8 years ago
01ae35b
net: tcp: Pass correct user_data pointers
by Andy Ross
· 8 years ago
c78c7ac
net: route: remove extra variable use in net_route_add()
by Michael Scott
· 8 years ago
f3c66e5
net: ipv6: fix NULL reference in handle_ra_neighbor
by Michael Scott
· 8 years ago
7b674cb
net: linkaddr: introduce net_linkaddr_set function
by Michael Scott
· 8 years ago
4aad767
net: linkaddr: calculate linkaddr storage addr size via config
by Michael Scott
· 8 years ago
64579bc
tests: add threads customdata api test case with unified kernel
by jing wang
· 8 years ago
6ffe10f
tests: add pipe test cases which use unified kernel
by jing wang
· 8 years ago
e49480d
tests: add fifo/lifo test cases with unified kernel
by jing wang
· 8 years ago
c570efd
tests: kernel: added memory pool threadsafe test
by Sharron LIU
· 8 years ago
Next »