nuttx-apps/interpreters/bas
2023-10-30 10:00:01 +08:00
..
bas_auto.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_auto.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_autotypes.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_error.h Add printflike to all printf like functions 2022-07-18 14:09:10 +03:00
bas_fs.c apps: Remove the check of CONFIG_SERIAL_TERMIOS 2023-03-19 14:53:44 -06:00
bas_fs.h Fix nxstyle warning 2023-03-19 14:53:44 -06:00
bas_global.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_global.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_main.c interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_program.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_program.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_programtypes.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_statement.c Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
bas_statement.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_str.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_str.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_token.c apps: Remove the check of CONFIG_SERIAL_TERMIOS 2023-03-19 14:53:44 -06:00
bas_token.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_token.l Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
bas_value.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_value.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_var.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_var.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_vt100.c Fix some hard coded buffer len of snprintf 2023-03-21 20:57:56 -03:00
bas_vt100.h interpreters: bas: update licenses to Apache 2021-06-09 10:31:54 -03:00
bas.c interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
Kconfig Remove support for CONFIG_FS_WRITABLE and CONFIG_FS_READABLE 2020-03-22 08:23:28 -05:00
Make.defs apps/interpreters/bas/Make.defs: Add missing Apache Foundation copyright header 2023-03-08 13:50:23 -03:00
Makefile apps/interpreters/bas/Makefile: Fix mistakes in comments 2023-03-08 13:50:23 -03:00