Giovanni Di Sirio
|
bc8a86ab68
|
Simplified buffers management, now VFS overlay drivers have their own private buffer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16262 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2023-05-25 08:38:30 +00:00 |
Giovanni Di Sirio
|
9a75b5ff5a
|
Simplified VFS bindings.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15791 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-09-19 09:10:07 +00:00 |
Giovanni Di Sirio
|
7690f84348
|
Mass change: Source code convention changed from CRLF to just CR (Unix).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15741 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-08-29 15:54:32 +00:00 |
Giovanni Di Sirio
|
a94c13c652
|
Simplified buffers management.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15589 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-04-20 13:15:53 +00:00 |
Giovanni Di Sirio
|
31a000e670
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15459 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-02-11 14:23:33 +00:00 |
Giovanni Di Sirio
|
f3d3d9fcf7
|
vfsGetStat() function renamed to vfsGetNodeStat() because we need to introduce also the equivalent of stat()/lstat().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15458 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-02-11 13:07:14 +00:00 |
Giovanni Di Sirio
|
0f368ef8b8
|
Added "mode" parameter to mkdir().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15429 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-02-02 18:42:19 +00:00 |
Giovanni Di Sirio
|
00684c677d
|
Removed legacy stdio in SBs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15410 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-27 08:40:53 +00:00 |
Giovanni Di Sirio
|
3ee7d28428
|
Added chdir() and getcwd().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15381 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-21 09:20:28 +00:00 |
Giovanni Di Sirio
|
59684fb925
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15364 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-16 12:47:32 +00:00 |
Giovanni Di Sirio
|
c1ee7b08b5
|
Added sbExec() function.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15358 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-15 13:29:11 +00:00 |
Giovanni Di Sirio
|
077634725f
|
More memory checking code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15356 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-13 20:02:03 +00:00 |
Giovanni Di Sirio
|
9fa0d5ecf8
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15339 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-09 16:28:18 +00:00 |
Giovanni Di Sirio
|
f0ce0fddbd
|
Added directory functions missing in the embedded library.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15307 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-02 10:14:41 +00:00 |
Giovanni Di Sirio
|
7677592f4a
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15303 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-01 17:25:16 +00:00 |
Giovanni Di Sirio
|
b4eeb2918f
|
Added fstat().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15300 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2022-01-01 06:09:08 +00:00 |
Giovanni Di Sirio
|
4c5b9b9421
|
Added dup() and dup2().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15299 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-31 16:33:23 +00:00 |
Giovanni Di Sirio
|
a557acbcd2
|
Simplified some SB Posix stuff.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15297 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-31 14:06:43 +00:00 |
Giovanni Di Sirio
|
2b7b971aaa
|
Unified stat() for both files and directories.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15294 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-31 08:21:52 +00:00 |
Giovanni Di Sirio
|
068ebf8f21
|
Fixed node modes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15293 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-30 17:57:25 +00:00 |
Giovanni Di Sirio
|
389071a42a
|
Added 2 new sandbox applications for testing.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15291 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-30 12:26:38 +00:00 |
Giovanni Di Sirio
|
32e59f57fd
|
Simplified lseek() implementation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15283 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-29 21:02:00 +00:00 |
Giovanni Di Sirio
|
0bfd995bc9
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15282 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-29 20:10:52 +00:00 |
Giovanni Di Sirio
|
6751fc38ee
|
SB-VFS integration working in the demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15280 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-29 16:00:10 +00:00 |
Giovanni Di Sirio
|
c6015620db
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15274 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-12-28 14:01:59 +00:00 |
Giovanni Di Sirio
|
d0cc26c4ed
|
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14907 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-10-13 12:47:39 +00:00 |
Giovanni Di Sirio
|
8646bb3153
|
License update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14105 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-03-29 15:24:45 +00:00 |
Giovanni Di Sirio
|
23c690f57c
|
Pointer checks at API level.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12996 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-16 13:27:53 +00:00 |
Giovanni Di Sirio
|
44098212ab
|
New files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12991 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-15 07:03:12 +00:00 |