Skip to content

Commit

Permalink
pbio: Drop separate prototrheads library and use protohreads from sys/
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Oct 27, 2018
1 parent 229ba3c commit b88cd69
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 2,091 deletions.
2 changes: 1 addition & 1 deletion bricks/MOVEHUB/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ INC += -I$(TOP)/lib/cmsis/inc
INC += -I$(TOP)/lib/stm32lib/CMSIS/STM32F0xx/Include
INC += -I$(TOP)/ports/pybricks/lib/pbio/drv/move_hub
INC += -I$(TOP)/ports/pybricks/lib/pbio/include
INC += -I$(TOP)/ports/pybricks/lib/pbio
INC += -I$(TOP)/ports/pybricks/lib/BlueNRG-MS/includes
INC += -I$(TOP)/ports/pybricks/lib/pt
INC += -I$(TOP)/ports/pybricks/extmod
INC += -I$(BUILD)

Expand Down
3 changes: 1 addition & 2 deletions lib/pbio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ The `platform` directory contains platform-specific code.

The `src` directory contains the main library source code.

The `sys` directory contains platform-specific code used when this library is
used as the "operating system" for a programmable brick.
The `sys` directory contains the core "operating system" code.
2 changes: 1 addition & 1 deletion lib/pbio/drv/move_hub/bluetooth.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
#include <string.h>

#include <pbdrv/time.h>
#include "sys/pt.h"

#include "bluenrg_aci.h"
#include "bluenrg_gap.h"
#include "hci_le.h"
#include "hci_tl.h"
#include "pt.h"
#include "stm32f070xb.h"

// name used for standard GAP device name characteristic
Expand Down
9 changes: 0 additions & 9 deletions lib/pt/Makefile

This file was deleted.

51 changes: 0 additions & 51 deletions lib/pt/README

This file was deleted.

5 changes: 0 additions & 5 deletions lib/pt/README-VISUAL-C++.txt

This file was deleted.

229 changes: 0 additions & 229 deletions lib/pt/doc/Doxyfile

This file was deleted.

7 changes: 0 additions & 7 deletions lib/pt/doc/Makefile

This file was deleted.

52 changes: 0 additions & 52 deletions lib/pt/doc/header.tex

This file was deleted.

Loading

0 comments on commit b88cd69

Please sign in to comment.