Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions inertial/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ##############################################################################
# apps/inertial/CMakeLists.txt
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for
# additional information regarding copyright ownership. The ASF licenses this
Expand Down
2 changes: 2 additions & 0 deletions inertial/Make.defs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
############################################################################
# apps/inertial/Make.defs
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
Expand Down
2 changes: 2 additions & 0 deletions inertial/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
############################################################################
# apps/inertial/Makefile
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
Expand Down
2 changes: 2 additions & 0 deletions inertial/madgwick/Make.defs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
############################################################################
# apps/inertial/madgwick/Make.defs
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
Expand Down
2 changes: 2 additions & 0 deletions inertial/madgwick/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
############################################################################
# apps/inertial/madgwick/Makefile
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
Expand Down
2 changes: 2 additions & 0 deletions interpreters/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ##############################################################################
# apps/interpreters/CMakeLists.txt
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for
# additional information regarding copyright ownership. The ASF licenses this
Expand Down
2 changes: 2 additions & 0 deletions interpreters/Make.defs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
############################################################################
# apps/interpreters/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
Expand Down
2 changes: 2 additions & 0 deletions interpreters/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
############################################################################
# apps/interpreters/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
Expand Down
2 changes: 2 additions & 0 deletions interpreters/bas/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ##############################################################################
# apps/interpreters/bas/CMakeLists.txt
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for
# additional information regarding copyright ownership. The ASF licenses this
Expand Down
2 changes: 2 additions & 0 deletions interpreters/bas/Make.defs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
############################################################################
# apps/interpreters/bas/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
Expand Down
2 changes: 2 additions & 0 deletions interpreters/bas/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
############################################################################
# apps/interpreters/bas/Makefile
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas.c
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions interpreters/bas/bas_auto.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_auto.c
* BASIC file system interface.
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_auto.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_auto.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_autotypes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_autotypes.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_error.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_error.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions interpreters/bas/bas_fs.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_fs.c
* BASIC file system interface.
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_fs.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_fs.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions interpreters/bas/bas_global.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_global.c
* Global variables and functions.
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_global.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_global.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_main.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_main.c
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions interpreters/bas/bas_program.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_program.c
* Program storage.
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_program.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_program.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_programtypes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_programtypes.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_statement.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_statement.c
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_statement.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/statement.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
4 changes: 2 additions & 2 deletions interpreters/bas/bas_str.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_str.c
* Dynamic strings.
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_str.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_str.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
21 changes: 21 additions & 0 deletions interpreters/bas/bas_token.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/****************************************************************************
* apps/interpreters/bas/bas_token.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
* ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************/

#line 3 "<stdout>"

Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_token.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_token.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
22 changes: 22 additions & 0 deletions interpreters/bas/bas_token.l
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/****************************************************************************
* apps/interpreters/bas/bas_token.l
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
* ASF licenses this file to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*
****************************************************************************/

/* Tokens and token sequence arrays. */
%{
#include <nuttx/config.h>
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_value.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_value.c
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_value.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_value.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_var.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_var.c
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
3 changes: 2 additions & 1 deletion interpreters/bas/bas_var.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_var.h
*
* Copyright (c) 1999-2014 Michael Haardt
* SPDX-License-Identifier: MIT
* SPDX-FileCopyrightText: 1999-2014 Michael Haardt
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
Expand Down
2 changes: 2 additions & 0 deletions interpreters/bas/bas_vt100.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/****************************************************************************
* apps/interpreters/bas/bas_vt100.c
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The
Expand Down
Loading