Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
af25740ca5d62080823db5ebdb41f35afc78e151
Select Git revision
Branches
2
master
default
protected
radio
Tags
20
nuttx-7.20
nuttx-7.19
nuttx-7.18
nuttx-7.17
nuttx-7.16
nuttx-7.15
nuttx-7.14
nuttx-7.13
nuttx-7.12
nuttx-7.11
nuttx-7.10
nuttx-7.9
nuttx-7.8
nuttx-7.7
nuttx-7.6
nuttx-7.5
nuttx-7.4
nuttx-7.3
nuttx-7.2
nuttx-7.1
22 results
Begin with the selected commit
Created with Raphaël 2.2.0
9
Jul
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
7
6
7
6
5
6
5
4
3
2
1
31
May
30
29
27
26
25
24
23
24
23
22
21
20
19
18
17
16
15
14
13
12
Makefile.*: Add CONFIG_ARCH_CHIP_* definitions to defconfig in savedefconfig target.
Merge remote-tracking branch 'origin/master' into beacon802154
Remove carriage return endings and dangling white space at the end of lines
Merged in merlin17/nuttx/beacon802154 (pull request #430)
ieee802154: Minor renaming. purge_time -> purgetime
ieee802154: mac802154_purge_timeout was not unlocking MAC before returning
Fix a compile problem when IP forwarding of broadcast messages is enabled.
configs/b-l475e-iot01a: Add basic support for the STMicro b-l475e-iot01a board
ICMPv6: Add 6LoWPAN and IP forwarding support.
Update some comments
Networking routing tables: Fix a compilation error when IPv6 and routing are enabled.
net/procfs: Fix some spacing when both IPv6 and IPv4 are enabled.
Update Document and README.
IP forwarding: Two bugfixes (1) IPFWD poll event must be unique and different from other device poll events otherwise, some other waiting task might get the poll, (2) Add logic necessary to forward 6LoWPAN packets.
Add Gwenhael's change to Makefile.win and update README.txt to described the new make target.
Makefile.unix: Add savedefconfig target.
IP forwarding: Remove some unnecessary data structure definitions.
ieee802154: Changes mac locking/unlocking to aid in debugging
Merge remote-tracking branch 'origin/master' into composite
Merge remote-tracking branch 'origin/master' into beacon802154
IP forwarding: Major rearchitecting of the outgoing portion of the IP forwarding logic necessary into to properly received device-related forwarding events.
IP forwaring: Rename some files to get closer to other naming conventions.
IP forwarding: Move to separate directory. A few fixes from early testing; In TUN driver, do all polling on worker thread. Otherwise, the stack gets very deep.
IP forwarding: A few fixes from early testing; In TUN driver, do all polling on worker thread. Otherwise, the stack gets very deep.
sim/ipforward: Add an IP forwarding configuration using TUN devices and apps/examples/tun
Merge branch 'master' of bitbucket.org:nuttx/nuttx
Move TUN ioctl commnd to include/nuttx/net/ioctl.h so that it will always be unique. It a error in netdev_register: it was not handling device names properly when TUN is the only network device.
Networking: Fix typo in netconfig.h
Merge remote-tracking branch 'origin/master' into ipforward
Add definitions that will permit TUN-only networking.
Update some board README files
network: Correct some issues that prevent TCP from working correctly when both IPv4 and IPv6 are enabled.
Networking: Improve naming and simplify some logic of previous commit.
ICMPv6: Fix an address size calculation that was bungled in a recent commit.
Another IP forwarding design simplification: Remove an unnecessary field from state structure.
IP forwarding design simplication; might save some memory. Also fix some compile issues introduce with last commit in MULTINIC configration.
configs/Board.mk: Remove quotes from CONFIG_ARCH_FAMILY. Causes problems with Windows native build.
Forgot to add a file before the last commit
IPv6 Neighbor: Update table format to support IEEE 802.15.4 MAC addresses.
ICMPv6: Fix so that ICMPv6 can be used with 6LoWPAN.
Loading