Skip to content

Commit

Permalink
Reworked libraries hierarchy (includes drivers)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbirccyn committed Nov 6, 2023
1 parent 9a2e5e2 commit c481242
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 193 deletions.
2 changes: 1 addition & 1 deletion goil/templates/config/posix/config.oil
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CPU posix {

LIBRARY net_can_demo_driver {
GLOBAL = TRUE;
PATH = "net/can/demo_driver";
PATH = "drivers/can/posix";
};

LIBRARY can {
Expand Down
10 changes: 0 additions & 10 deletions goil/templates/libraries/net/can/demo_driver/config.oil

This file was deleted.

145 changes: 0 additions & 145 deletions libraries/net/can/demo_driver/tpl_can_demo_driver.c

This file was deleted.

37 changes: 0 additions & 37 deletions libraries/net/can/demo_driver/tpl_can_demo_driver.h

This file was deleted.

0 comments on commit c481242

Please sign in to comment.